Lines Matching refs:v4l2_prio_state
102 * struct v4l2_prio_state - stores the priority states
111 struct v4l2_prio_state {
116 * v4l2_prio_init - initializes a struct v4l2_prio_state
118 * @global: pointer to &struct v4l2_prio_state
120 void v4l2_prio_init(struct v4l2_prio_state *global);
125 * @global: pointer to the &struct v4l2_prio_state of the device node.
132 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local,
138 * @global: pointer to the &struct v4l2_prio_state of the device node.
144 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local);
149 * @global: pointer to the &struct v4l2_prio_state of the device node.
155 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local);
160 * @global: pointer to the &struct v4l2_prio_state of the device node.
165 enum v4l2_priority v4l2_prio_max(struct v4l2_prio_state *global);
170 * @global: pointer to the &struct v4l2_prio_state of the device node.
176 int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local);
238 * @prio: pointer to &struct v4l2_prio_state with device's Priority state.
284 struct v4l2_prio_state *prio;