Lines Matching refs:vep
219 * @vep: pointer to the V4L2 fwnode data structure
222 * firmware. The caller is responsible for assigning @vep.bus_type to a valid
229 * It is also allowed to set @vep.bus_type to V4L2_MBUS_UNKNOWN. USING THIS
231 * guessing @vep.bus_type between CSI-2 D-PHY, parallel and BT.656 busses is
232 * supported. NEVER RELY ON GUESSING @vep.bus_type IN NEW DRIVERS!
234 * The caller is required to initialise all fields of @vep, either with
249 struct v4l2_fwnode_endpoint *vep);
254 * @vep: the V4L2 fwnode the resources of which are to be released
259 void v4l2_fwnode_endpoint_free(struct v4l2_fwnode_endpoint *vep);
264 * @vep: pointer to the V4L2 fwnode data structure
267 * firmware. The caller is responsible for assigning @vep.bus_type to a valid
274 * It is also allowed to set @vep.bus_type to V4L2_MBUS_UNKNOWN. USING THIS
276 * guessing @vep.bus_type between CSI-2 D-PHY, parallel and BT.656 busses is
277 * supported. NEVER RELY ON GUESSING @vep.bus_type IN NEW DRIVERS!
279 * The caller is required to initialise all fields of @vep, either with
298 struct v4l2_fwnode_endpoint *vep);
412 * @vep: pointer to &struct v4l2_fwnode_endpoint
422 struct v4l2_fwnode_endpoint *vep,