Searched refs:real_count (Results 1 - 3 of 3) sorted by relevance

/drivers/macintosh/
H A Dapm_emu.c33 int real_count = 0; local
62 real_count++;
70 if (real_count) {
77 percentage /= real_count;
/drivers/media/video/bt8xx/
H A Dbttv-vbi.c423 unsigned int real_count; local
442 real_count = ((tvnorm->cropcap.defrect.top >> 1)
446 BUG_ON(real_count > VBI_DEFLINES);
/drivers/net/wireless/
H A Drndis_wlan.c2098 int ret = -EINVAL, len, count, bssid_len, real_count, new_len; local
2128 real_count = 0;
2144 real_count++;
2149 " %d\n", __func__, count, real_count);

Completed in 75 milliseconds