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

/freebsd-10.3-release/sys/dev/bktr/
H A Dbktr_tuner.h83 * tv_freq sets the tuner to a specific frequency for TV or for FM Radio
89 int tv_freq( bktr_ptr_t bktr, int frequency, int type );
H A Dbktr_tuner.c798 tv_freq( bktr_ptr_t bktr, int frequency, int type ) function
1023 if ( tv_freq( bktr, frequency, TV_FREQUENCY ) < 0 )
H A Dbktr_core.c2014 temp = tv_freq( bktr, (int)*(unsigned long *)arg, TV_FREQUENCY);
2294 temp = tv_freq( bktr, temp, FM_RADIO_FREQUENCY );
2298 printf("%s: tv_freq returned: %d\n", bktr_name(bktr), temp);

Completed in 60 milliseconds