Searched defs:cx25840_state (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/cx25840/
H A Dcx25840-core.h32 struct cx25840_state { struct
57 static inline struct cx25840_state *to_state(struct v4l2_subdev *sd)
59 return container_of(sd, struct cx25840_state, sd);
64 return &container_of(ctrl->handler, struct cx25840_state, hdl)->sd;
67 static inline bool is_cx2583x(struct cx25840_state *state)
73 static inline bool is_cx231xx(struct cx25840_state *state)
78 static inline bool is_cx2388x(struct cx25840_state *state)
85 static inline bool is_cx23885(struct cx25840_state *state)
90 static inline bool is_cx23887(struct cx25840_state *state)
95 static inline bool is_cx23888(struct cx25840_state *stat
[all...]

Completed in 136 milliseconds