Searched refs:vep (Results 1 – 8 of 8) sorted by relevance
25 struct vep { struct47 struct vep *ep; argument104 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);
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()519 struct vep *ep; in init_vudc_hw()
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()
26 struct vep *ep0 = to_vep(udc->gadget.ep0); in get_gadget_descs()
225 struct v4l2_fwnode_endpoint *vep);235 void v4l2_fwnode_endpoint_free(struct v4l2_fwnode_endpoint *vep);283 struct v4l2_fwnode_endpoint *vep);
612 struct v4l2_fwnode_endpoint vep = { .bus_type = V4L2_MBUS_CSI2_DPHY }; in adv748x_parse_csi2_lanes() local619 ret = v4l2_fwnode_endpoint_parse(of_fwnode_handle(ep), &vep); in adv748x_parse_csi2_lanes()623 num_lanes = vep.bus.mipi_csi2.num_data_lanes; in adv748x_parse_csi2_lanes()625 if (vep.base.port == ADV748X_PORT_TXA) { in adv748x_parse_csi2_lanes()637 if (vep.base.port == ADV748X_PORT_TXB) { in adv748x_parse_csi2_lanes()
128 struct v4l2_fwnode_endpoint vep = { in sun4i_csi_notifier_init() local142 ret = v4l2_fwnode_endpoint_parse(ep, &vep); in sun4i_csi_notifier_init()146 csi->bus = vep.bus.parallel; in sun4i_csi_notifier_init()
1291 u8 vep; member