Searched refs:bttv_call_all (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/media/pci/bt8xx/ |
| D | bttv-driver.c | 1139 bttv_call_all(btv, video, s_std, id); in set_tvnorm() 1598 bttv_call_all(btv, tuner, s_radio); in radio_enable() 1699 bttv_call_all(btv, tuner, s_tuner, t); in bttv_s_tuner() 1729 bttv_call_all(btv, tuner, s_frequency, f); in bttv_set_frequency() 1732 bttv_call_all(btv, tuner, g_frequency, &new_freq); in bttv_set_frequency() 1763 bttv_call_all(btv, core, log_status); in bttv_log_status() 2190 bttv_call_all(btv, tuner, g_tuner, t); in bttv_g_tuner() 2395 bttv_call_all(btv, core, command, SAA6588_CMD_CLOSE, &cmd); in radio_release() 2415 bttv_call_all(btv, tuner, g_tuner, t); in radio_g_tuner() 2435 bttv_call_all(btv, tuner, s_tuner, t); in radio_s_tuner() [all …]
|
| D | bttv.h | 364 #define bttv_call_all(btv, o, f, args...) \ macro
|
| D | bttv-cards.c | 3673 bttv_call_all(btv, tuner, s_type_addr, &tun_setup); in bttv_init_tuner() 3682 bttv_call_all(btv, tuner, s_config, &tda9887_cfg); in bttv_init_tuner()
|