/Linux-v5.4/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 130 struct v4l2_fwnode_endpoint *vep, in v4l2_fwnode_endpoint_parse_csi2_bus() argument 133 struct v4l2_fwnode_bus_mipi_csi2 *bus = &vep->bus.mipi_csi2; in v4l2_fwnode_endpoint_parse_csi2_bus() 234 vep->bus_type = V4L2_MBUS_CSI2_DPHY; in v4l2_fwnode_endpoint_parse_csi2_bus() 274 struct v4l2_fwnode_endpoint *vep, in v4l2_fwnode_endpoint_parse_parallel_bus() argument 277 struct v4l2_fwnode_bus_parallel *bus = &vep->bus.parallel; in v4l2_fwnode_endpoint_parse_parallel_bus() 363 vep->bus_type = V4L2_MBUS_PARALLEL; in v4l2_fwnode_endpoint_parse_parallel_bus() 365 vep->bus_type = V4L2_MBUS_BT656; in v4l2_fwnode_endpoint_parse_parallel_bus() 368 vep->bus_type = V4L2_MBUS_PARALLEL; in v4l2_fwnode_endpoint_parse_parallel_bus() 372 vep->bus_type = V4L2_MBUS_BT656; in v4l2_fwnode_endpoint_parse_parallel_bus() 380 struct v4l2_fwnode_endpoint *vep, in v4l2_fwnode_endpoint_parse_csi1_bus() argument [all …]
|
/Linux-v5.4/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() 311 struct vep *ep; in vep_queue() 335 struct vep *ep; in vep_dequeue() 372 struct vep *ep; in vep_set_halt_and_wedge() 520 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-v5.4/include/media/ |
D | v4l2-fwnode.h | 157 struct v4l2_fwnode_endpoint *vep); 167 void v4l2_fwnode_endpoint_free(struct v4l2_fwnode_endpoint *vep); 204 struct v4l2_fwnode_endpoint *vep); 251 struct v4l2_fwnode_endpoint *vep,
|
/Linux-v5.4/drivers/media/platform/omap3isp/ |
D | isp.c | 2055 struct v4l2_fwnode_endpoint *vep, in isp_parse_of_parallel_endpoint() argument 2059 buscfg->bus.parallel.data_lane_shift = vep->bus.parallel.data_shift; in isp_parse_of_parallel_endpoint() 2061 !!(vep->bus.parallel.flags & V4L2_MBUS_PCLK_SAMPLE_FALLING); in isp_parse_of_parallel_endpoint() 2063 !!(vep->bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW); in isp_parse_of_parallel_endpoint() 2065 !!(vep->bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW); in isp_parse_of_parallel_endpoint() 2067 !!(vep->bus.parallel.flags & V4L2_MBUS_FIELD_EVEN_LOW); in isp_parse_of_parallel_endpoint() 2069 !!(vep->bus.parallel.flags & V4L2_MBUS_DATA_ACTIVE_LOW); in isp_parse_of_parallel_endpoint() 2070 buscfg->bus.parallel.bt656 = vep->bus_type == V4L2_MBUS_BT656; in isp_parse_of_parallel_endpoint() 2074 struct v4l2_fwnode_endpoint *vep, in isp_parse_of_csi2_endpoint() argument 2079 buscfg->bus.csi2.lanecfg.clk.pos = vep->bus.mipi_csi2.clock_lane; in isp_parse_of_csi2_endpoint() [all …]
|
/Linux-v5.4/drivers/media/i2c/adv748x/ |
D | adv748x-core.c | 577 struct v4l2_fwnode_endpoint vep; in adv748x_parse_csi2_lanes() local 584 vep.bus_type = V4L2_MBUS_CSI2_DPHY; in adv748x_parse_csi2_lanes() 585 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &vep); in adv748x_parse_csi2_lanes() 589 num_lanes = vep.bus.mipi_csi2.num_data_lanes; in adv748x_parse_csi2_lanes() 591 if (vep.base.port == ADV748X_PORT_TXA) { in adv748x_parse_csi2_lanes() 602 if (vep.base.port == ADV748X_PORT_TXB) { in adv748x_parse_csi2_lanes()
|
/Linux-v5.4/drivers/media/platform/sunxi/sun4i-csi/ |
D | sun4i_csi.c | 110 struct v4l2_fwnode_endpoint vep = { in sun4i_csi_notifier_init() local 123 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in sun4i_csi_notifier_init() 127 csi->bus = vep.bus.parallel; in sun4i_csi_notifier_init()
|
/Linux-v5.4/drivers/media/platform/rcar-vin/ |
D | rcar-core.c | 614 struct v4l2_fwnode_endpoint *vep, in rvin_parallel_parse_v4l2() argument 621 if (vep->base.port || vep->base.id) in rvin_parallel_parse_v4l2() 625 vin->parallel->mbus_type = vep->bus_type; in rvin_parallel_parse_v4l2() 630 vin->parallel->mbus_flags = vep->bus.parallel.flags; in rvin_parallel_parse_v4l2() 796 struct v4l2_fwnode_endpoint *vep, in rvin_mc_parse_of_endpoint() argument 802 if (vep->base.port != 1 || vep->base.id >= RVIN_CSI_MAX) in rvin_mc_parse_of_endpoint() 813 if (vin->group->csi[vep->base.id].fwnode) { in rvin_mc_parse_of_endpoint() 820 vin->group->csi[vep->base.id].fwnode = asd->match.fwnode; in rvin_mc_parse_of_endpoint() 823 to_of_node(asd->match.fwnode), vep->base.id); in rvin_mc_parse_of_endpoint()
|
D | rcar-csi2.c | 777 struct v4l2_fwnode_endpoint *vep) in rcsi2_parse_v4l2() argument 782 if (vep->base.port || vep->base.id) in rcsi2_parse_v4l2() 785 if (vep->bus_type != V4L2_MBUS_CSI2_DPHY) { in rcsi2_parse_v4l2() 786 dev_err(priv->dev, "Unsupported bus: %u\n", vep->bus_type); in rcsi2_parse_v4l2() 790 priv->lanes = vep->bus.mipi_csi2.num_data_lanes; in rcsi2_parse_v4l2() 799 vep->bus.mipi_csi2.data_lanes[i] : i; in rcsi2_parse_v4l2()
|
/Linux-v5.4/drivers/media/platform/sunxi/sun6i-csi/ |
D | sun6i_csi.c | 696 struct v4l2_fwnode_endpoint *vep, in sun6i_csi_fwnode_parse() argument 701 if (vep->base.port || vep->base.id) { in sun6i_csi_fwnode_parse() 706 switch (vep->bus_type) { in sun6i_csi_fwnode_parse() 709 csi->v4l2_ep = *vep; in sun6i_csi_fwnode_parse()
|
/Linux-v5.4/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-v5.4/drivers/staging/media/imx/ |
D | imx6-mipi-csi2.c | 547 struct v4l2_fwnode_endpoint *vep, in csi2_parse_endpoint() argument 558 if (vep->bus_type != V4L2_MBUS_CSI2_DPHY) { in csi2_parse_endpoint() 563 csi2->bus = vep->bus.mipi_csi2; in csi2_parse_endpoint()
|
D | imx7-media-csi.c | 1180 struct v4l2_fwnode_endpoint *vep, in imx7_csi_parse_endpoint() argument
|
D | imx-media-csi.c | 1867 struct v4l2_fwnode_endpoint *vep, in imx_csi_parse_endpoint() argument
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vcn.c | 143 unsigned int dec_ver, enc_major, enc_minor, vep, fw_rev; in amdgpu_vcn_sw_init() local 149 vep = (le32_to_cpu(hdr->ucode_version) >> 28) & 0xf; in amdgpu_vcn_sw_init() 151 enc_major, enc_minor, dec_ver, vep, fw_rev); in amdgpu_vcn_sw_init()
|
/Linux-v5.4/drivers/media/platform/ |
D | video-mux.c | 334 struct v4l2_fwnode_endpoint *vep, in video_mux_parse_endpoint() argument
|
/Linux-v5.4/drivers/media/pci/intel/ipu3/ |
D | ipu3-cio2.c | 1484 struct v4l2_fwnode_endpoint vep = { in cio2_parse_firmware() local 1497 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in cio2_parse_firmware() 1507 s_asd->csi2.port = vep.base.port; in cio2_parse_firmware() 1508 s_asd->csi2.lanes = vep.bus.mipi_csi2.num_data_lanes; in cio2_parse_firmware()
|
/Linux-v5.4/include/linux/mlx4/ |
D | device.h | 1283 u8 vep; member
|