Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/deprecated/saa7146/saa7146/
Dmxb.c168 #define tuner_call(mxb, o, f, args...) \ macro
359 tuner_call(mxb, tuner, s_type_addr, &tun_setup); in mxb_init_done()
364 tuner_call(mxb, tuner, s_frequency, &mxb->cur_freq); in mxb_init_done()
371 tuner_call(mxb, video, s_std, std); in mxb_init_done()
601 tuner_call(mxb, tuner, s_frequency, f); in vidioc_s_frequency()
604 tuner_call(mxb, tuner, g_frequency, &mxb->cur_freq); in vidioc_s_frequency()
771 tuner_call(mxb, video, s_std, std); in std_callback()
783 tuner_call(mxb, video, s_std, std); in std_callback()
/Linux-v6.1/drivers/media/usb/cx231xx/
Dcx231xx-cards.c1186 tuner_call(dev, tuner, s_type_addr, &tun_setup); in cx231xx_config_tuner()
1199 tuner_call(dev, tuner, s_config, &cfg); in cx231xx_config_tuner()
Dcx231xx.h719 #define tuner_call(cx231xx, o, f, args...) \ macro