OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tv_freq
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/bktr/
bktr_tuner.h
85
*
tv_freq
sets the tuner to a specific frequency for TV or for FM Radio
91
int
tv_freq
(bktr_ptr_t bktr, int frequency, int type);
bktr_tuner.c
779
tv_freq
(bktr_ptr_t bktr, int frequency, int type)
function
997
if (
tv_freq
(bktr, frequency, TV_FREQUENCY) < 0)
bktr_os.c
1827
ri->freq =
tv_freq
(sc, freq, FM_RADIO_FREQUENCY) * 10;
bktr_core.c
2005
temp =
tv_freq
(bktr, (int)*(unsigned int *)arg, TV_FREQUENCY);
2281
temp =
tv_freq
(bktr, temp, FM_RADIO_FREQUENCY);
2285
printf("%s:
tv_freq
returned: %d\n", bktr_name(bktr), temp);
Completed in 28 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026