Home
last modified time | relevance | path

Searched refs:call_all (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/pci/cx88/
H A Dcx88-cards.c3562 call_all(core, tuner, s_config, &tea5767_cfg); in cx88_card_setup()
3592 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()
3602 call_all(core, tuner, s_type_addr, &tun_setup); in cx88_card_setup()
3611 call_all(core, tuner, s_config, &tda9887_cfg); in cx88_card_setup()
3627 call_all(core, tuner, s_config, &xc2028_cfg); in cx88_card_setup()
3629 call_all(core, tuner, standby); in cx88_card_setup()
H A Dcx88.h429 #define call_all(core, o, f, args...) call_hw(core, 0, o, f, ##args) macro
H A Dcx88-core.c1007 call_all(core, video, s_std, norm); in cx88_set_tvnorm()