Searched refs:tv_freq (Results 1 - 7 of 7) sorted by relevance

/drivers/media/v4l2-core/
H A Dtuner-core.c125 unsigned int tv_freq; member in struct:tuner
451 set_tv_freq(c, t->tv_freq);
606 t->tv_freq = 400 * 16; /* Sets freq to VHF High - needed for some PLL's to properly start */
800 freq = t->tv_freq;
848 t->tv_freq = freq;
1035 freq = t->tv_freq / 16;
1036 freq_fraction = (t->tv_freq % 16) * 100 / 16;
1152 t->radio_freq : t->tv_freq;
/drivers/media/platform/vivid/
H A Dvivid-vid-cap.c331 freq_modulus = (dev->tv_freq - 676 /* (43.25-1) * 16 */) % (6 * 16);
334 next_pseudo_random32(dev->tv_freq ^ 0x55) & 0x3f);
362 freq_modulus = (dev->tv_freq - 676 /* (43.25-1) * 16 */) % (6 * 16);
1379 vf->frequency = dev->tv_freq;
1389 dev->tv_freq = clamp_t(unsigned, vf->frequency, MIN_TV_FREQ, MAX_TV_FREQ);
1432 unsigned channel_nr = dev->tv_freq / (6 * 16);
H A Dvivid-core.h300 unsigned tv_freq; member in struct:vivid_dev
H A Dvivid-core.c950 dev->tv_freq = 2804 /* 175.25 * 16 */;
/drivers/media/pci/bt8xx/
H A Dbttvp.h426 unsigned long tv_freq; member in struct:bttv
H A Dbttv-driver.c1861 btv->radio_freq : btv->tv_freq;
1872 frequency before assigning radio/tv_freq. */
1880 btv->tv_freq = new_freq.frequency;
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c96 module_param_named(tv_freq, default_tv_freq, int, 0444);
97 MODULE_PARM_DESC(tv_freq, "specify initial television frequency");

Completed in 95 milliseconds