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

/linux-master/drivers/media/pci/saa7146/
H A Dmxb.c169 #define tuner_call(mxb, o, f, args...) \ macro
360 tuner_call(mxb, tuner, s_type_addr, &tun_setup);
365 tuner_call(mxb, tuner, s_frequency, &mxb->cur_freq);
372 tuner_call(mxb, video, s_std, std);
604 tuner_call(mxb, tuner, s_frequency, f);
607 tuner_call(mxb, tuner, g_frequency, &mxb->cur_freq);
776 tuner_call(mxb, video, s_std, std);
788 tuner_call(mxb, video, s_std, std);
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-cards.c1186 tuner_call(dev, tuner, s_type_addr, &tun_setup);
1199 tuner_call(dev, tuner, s_config, &cfg);
H A Dcx231xx.h722 #define tuner_call(cx231xx, o, f, args...) \ macro

Completed in 100 milliseconds