Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmxb.c148 #define tuner_call(mxb, o, f, args...) \ macro
301 tuner_call(mxb, tuner, s_type_addr, &tun_setup); in mxb_init_done()
306 tuner_call(mxb, tuner, s_frequency, &mxb->cur_freq); in mxb_init_done()
309 tuner_call(mxb, core, s_std, std); in mxb_init_done()
605 tuner_call(mxb, tuner, s_frequency, &mxb->cur_freq); in vidioc_s_frequency()
780 tuner_call(mxb, core, s_std, std); in std_callback()
789 tuner_call(mxb, core, s_std, std); in std_callback()
/linux-3.4.99/drivers/media/video/cx231xx/
Dcx231xx-cards.c753 tuner_call(dev, tuner, s_type_addr, &tun_setup); in cx231xx_config_tuner()
766 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
Dcx231xx.h754 #define tuner_call(cx231xx, o, f, args...) \ macro