Home
last modified time | relevance | path

Searched refs:cx18_call_all (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-ioctl.c550 cx18_call_all(cx, tuner, g_frequency, vf); in cx18_g_frequency()
564 cx18_call_all(cx, tuner, s_frequency, vf); in cx18_s_frequency()
609 cx18_call_all(cx, video, s_std, cx->std); in cx18_s_std()
621 cx18_call_all(cx, tuner, s_tuner, vt); in cx18_s_tuner()
632 cx18_call_all(cx, tuner, g_tuner, vt); in cx18_g_tuner()
1025 cx18_call_all(cx, core, log_status); in cx18_log_status()
Dcx18-controls.c109 cx18_call_all(cx, audio, s_clock_freq, freqs[idx]); in cx18_s_audio_sampling_freq()
Dcx18-fileops.c163 cx18_call_all(cx, tuner, g_tuner, &vt); in cx18_dualwatch()
765 cx18_call_all(cx, video, s_std, cx->std); in cx18_v4l2_close()
829 cx18_call_all(cx, tuner, s_radio); in cx18_serialized_open()
Dcx18-driver.h707 #define cx18_call_all(cx, o, f, args...) cx18_call_hw(cx, 0, o, f , ##args) macro
Dcx18-driver.c1087 cx18_call_all(cx, tuner, s_type_addr, &setup); in cx18_probe()
1097 cx18_call_all(cx, tuner, s_config, &cfg); in cx18_probe()