/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 43 struct v4l2_fwnode_endpoint *vep) in v4l2_fwnode_endpoint_parse_csi2_bus() argument 45 struct v4l2_fwnode_bus_mipi_csi2 *bus = &vep->bus.mipi_csi2; in v4l2_fwnode_endpoint_parse_csi2_bus() 106 vep->bus_type = V4L2_MBUS_CSI2; in v4l2_fwnode_endpoint_parse_csi2_bus() 112 struct fwnode_handle *fwnode, struct v4l2_fwnode_endpoint *vep) in v4l2_fwnode_endpoint_parse_parallel_bus() argument 114 struct v4l2_fwnode_bus_parallel *bus = &vep->bus.parallel; in v4l2_fwnode_endpoint_parse_parallel_bus() 130 vep->bus_type = V4L2_MBUS_PARALLEL; in v4l2_fwnode_endpoint_parse_parallel_bus() 132 vep->bus_type = V4L2_MBUS_BT656; in v4l2_fwnode_endpoint_parse_parallel_bus() 167 struct v4l2_fwnode_endpoint *vep, in v4l2_fwnode_endpoint_parse_csi1_bus() argument 170 struct v4l2_fwnode_bus_mipi_csi1 *bus = &vep->bus.mipi_csi1; in v4l2_fwnode_endpoint_parse_csi1_bus() 186 vep->bus_type = V4L2_MBUS_CCP2; in v4l2_fwnode_endpoint_parse_csi1_bus() [all …]
|
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc.h | 25 struct vep { struct 47 struct vep *ep; argument 104 struct vep *ep; 122 static inline struct vep *to_vep(struct usb_ep *_ep) in to_vep() 124 return container_of(_ep, struct vep, ep); in to_vep() 139 static inline struct vudc *ep_to_vudc(struct vep *ep) in ep_to_vudc() 170 struct vep *vudc_find_endpoint(struct vudc *udc, u8 address);
|
D | vudc_dev.c | 73 static void nuke(struct vudc *udc, struct vep *ep) in nuke() 106 struct vep *vudc_find_endpoint(struct vudc *udc, u8 address) in vudc_find_endpoint() 114 struct vep *ep = &udc->ep[i]; in vudc_find_endpoint() 232 struct vep *ep; in vep_enable() 262 struct vep *ep; in vep_disable() 310 struct vep *ep; in vep_queue() 334 struct vep *ep; in vep_dequeue() 371 struct vep *ep; in vep_set_halt_and_wedge() 519 struct vep *ep; in init_vudc_hw()
|
D | vudc_transfer.c | 62 struct vep *ep2; in handle_control_request() 184 struct urb *urb, struct vep *ep, int limit) in transfer() 309 struct vep *ep; in v_timer()
|
D | vudc_sysfs.c | 26 struct vep *ep0 = to_vep(udc->gadget.ep0); in get_gadget_descs()
|
/Linux-v4.19/include/media/ |
D | v4l2-fwnode.h | 148 struct v4l2_fwnode_endpoint *vep); 158 void v4l2_fwnode_endpoint_free(struct v4l2_fwnode_endpoint *vep); 232 struct v4l2_fwnode_endpoint *vep,
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | isp.c | 2018 struct v4l2_fwnode_endpoint *vep, in isp_fwnode_parse() argument 2028 to_of_node(vep->base.local_fwnode), vep->base.port); in isp_fwnode_parse() 2030 switch (vep->base.port) { in isp_fwnode_parse() 2034 vep->bus.parallel.data_shift; in isp_fwnode_parse() 2036 !!(vep->bus.parallel.flags in isp_fwnode_parse() 2039 !!(vep->bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW); in isp_fwnode_parse() 2041 !!(vep->bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW); in isp_fwnode_parse() 2043 !!(vep->bus.parallel.flags & V4L2_MBUS_FIELD_EVEN_LOW); in isp_fwnode_parse() 2045 !!(vep->bus.parallel.flags & V4L2_MBUS_DATA_ACTIVE_LOW); in isp_fwnode_parse() 2046 buscfg->bus.parallel.bt656 = vep->bus_type == V4L2_MBUS_BT656; in isp_fwnode_parse() [all …]
|
/Linux-v4.19/drivers/media/platform/rcar-vin/ |
D | rcar-core.c | 580 struct v4l2_fwnode_endpoint *vep, in rvin_parallel_parse_v4l2() argument 587 if (vep->base.port || vep->base.id) in rvin_parallel_parse_v4l2() 591 vin->parallel->mbus_type = vep->bus_type; in rvin_parallel_parse_v4l2() 596 vin->parallel->mbus_flags = vep->bus.parallel.flags; in rvin_parallel_parse_v4l2() 760 struct v4l2_fwnode_endpoint *vep, in rvin_mc_parse_of_endpoint() argument 765 if (vep->base.port != 1 || vep->base.id >= RVIN_CSI_MAX) in rvin_mc_parse_of_endpoint() 774 if (vin->group->csi[vep->base.id].fwnode) { in rvin_mc_parse_of_endpoint() 780 vin->group->csi[vep->base.id].fwnode = asd->match.fwnode; in rvin_mc_parse_of_endpoint() 783 to_of_node(asd->match.fwnode), vep->base.id); in rvin_mc_parse_of_endpoint()
|
D | rcar-csi2.c | 709 struct v4l2_fwnode_endpoint *vep) in rcsi2_parse_v4l2() argument 714 if (vep->base.port || vep->base.id) in rcsi2_parse_v4l2() 717 if (vep->bus_type != V4L2_MBUS_CSI2) { in rcsi2_parse_v4l2() 718 dev_err(priv->dev, "Unsupported bus: %u\n", vep->bus_type); in rcsi2_parse_v4l2() 722 priv->lanes = vep->bus.mipi_csi2.num_data_lanes; in rcsi2_parse_v4l2() 731 vep->bus.mipi_csi2.data_lanes[i] : i; in rcsi2_parse_v4l2()
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss.c | 432 struct v4l2_fwnode_endpoint vep = { { 0 } }; in camss_of_parse_endpoint_node() local 435 v4l2_fwnode_endpoint_parse(of_fwnode_handle(node), &vep); in camss_of_parse_endpoint_node() 437 csd->interface.csiphy_id = vep.base.port; in camss_of_parse_endpoint_node() 439 mipi_csi2 = &vep.bus.mipi_csi2; in camss_of_parse_endpoint_node()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vcn.c | 95 unsigned int dec_ver, enc_major, enc_minor, vep, fw_rev; in amdgpu_vcn_sw_init() local 101 vep = (le32_to_cpu(hdr->ucode_version) >> 28) & 0xf; in amdgpu_vcn_sw_init() 103 enc_major, enc_minor, dec_ver, vep, fw_rev); in amdgpu_vcn_sw_init()
|
/Linux-v4.19/drivers/media/pci/intel/ipu3/ |
D | ipu3-cio2.c | 1481 struct v4l2_fwnode_endpoint *vep, in cio2_fwnode_parse() argument 1487 if (vep->bus_type != V4L2_MBUS_CSI2) { in cio2_fwnode_parse() 1492 s_asd->csi2.port = vep->base.port; in cio2_fwnode_parse() 1493 s_asd->csi2.lanes = vep->bus.mipi_csi2.num_data_lanes; in cio2_fwnode_parse()
|
/Linux-v4.19/include/linux/mlx4/ |
D | device.h | 1281 u8 vep; member
|