Searched refs:call_all (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-cards.c | 3562 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 D | cx88.h | 429 #define call_all(core, o, f, args...) call_hw(core, 0, o, f, ##args) macro
|
| H A D | cx88-core.c | 1007 call_all(core, video, s_std, norm); in cx88_set_tvnorm()
|