Home
last modified time | relevance | path

Searched refs:to_cx18_av_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-core.c124 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_initialize()
272 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_load_fw()
754 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_s_video_routing()
762 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_s_audio_routing()
769 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_g_tuner()
806 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_s_tuner()
851 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_s_std()
907 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_s_radio()
946 struct cx18_av_state *state = to_cx18_av_state(sd); in cx18_av_set_fmt()
Dcx18-av-core.h341 static inline struct cx18_av_state *to_cx18_av_state(struct v4l2_subdev *sd) in to_cx18_av_state() function