Searched refs:call_all (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-video.c | 323 call_all(core, audio, s_routing, in cx88_video_mux() 586 call_all(core, audio, s_routing, in radio_open() 598 call_all(core, tuner, s_radio); in radio_open() 920 call_all(core, tuner, g_tuner, t); in vidioc_g_tuner() 956 call_all(core, tuner, g_frequency, f); in vidioc_g_frequency() 972 call_all(core, tuner, s_frequency, f); in cx88_set_freq() 973 call_all(core, tuner, g_frequency, &new_freq); in cx88_set_freq() 1032 call_all(core, tuner, g_tuner, t); in radio_g_tuner() 1045 call_all(core, tuner, s_tuner, t); in radio_s_tuner()
|
| 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()
|
| /linux/drivers/media/pci/saa7146/ |
| H A D | mxb.c | 171 #define call_all(dev, o, f, args...) \ macro 552 return call_all(dev, tuner, g_tuner, t); in vidioc_g_tuner() 567 return call_all(dev, tuner, s_tuner, t); in vidioc_s_tuner() 574 return call_all(dev, video, querystd, norm); in vidioc_querystd()
|
| /linux/drivers/media/usb/cx231xx/ |
| H A D | cx231xx-cards.c | 1207 call_all(dev, tuner, s_frequency, &f); in cx231xx_config_tuner() 1336 call_all(dev, video, s_stream, 1); in cx231xx_config_i2c()
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | cx23885-core.c | 1033 call_all(dev, tuner, standby); in cx23885_dev_setup()
|