Home
last modified time | relevance | path

Searched refs:vep (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/usbip/
Dvudc.h37 struct vep { struct
59 struct vep *ep; argument
116 struct vep *ep;
134 static inline struct vep *to_vep(struct usb_ep *_ep) in to_vep()
136 return container_of(_ep, struct vep, ep); in to_vep()
151 static inline struct vudc *ep_to_vudc(struct vep *ep) in ep_to_vudc()
182 struct vep *vudc_find_endpoint(struct vudc *udc, u8 address);
Dvudc_dev.c85 static void nuke(struct vudc *udc, struct vep *ep) in nuke()
118 struct vep *vudc_find_endpoint(struct vudc *udc, u8 address) in vudc_find_endpoint()
126 struct vep *ep = &udc->ep[i]; in vudc_find_endpoint()
245 struct vep *ep; in vep_enable()
275 struct vep *ep; in vep_disable()
295 struct vep *ep; in vep_alloc_request()
325 struct vep *ep; in vep_queue()
349 struct vep *ep; in vep_dequeue()
386 struct vep *ep; in vep_set_halt_and_wedge()
534 struct vep *ep; in init_vudc_hw()
Dvudc_transfer.c74 struct vep *ep2; in handle_control_request()
196 struct urb *urb, struct vep *ep, int limit) in transfer()
321 struct vep *ep; in v_timer()
Dvudc_sysfs.c38 struct vep *ep0 = to_vep(udc->gadget.ep0); in get_gadget_descs()
/drivers/media/platform/omap3isp/
Disp.c2031 struct v4l2_of_endpoint vep; in isp_of_parse_node() local
2035 ret = v4l2_of_parse_endpoint(node, &vep); in isp_of_parse_node()
2040 vep.base.port); in isp_of_parse_node()
2042 switch (vep.base.port) { in isp_of_parse_node()
2046 vep.bus.parallel.data_shift; in isp_of_parse_node()
2048 !!(vep.bus.parallel.flags in isp_of_parse_node()
2051 !!(vep.bus.parallel.flags & V4L2_MBUS_VSYNC_ACTIVE_LOW); in isp_of_parse_node()
2053 !!(vep.bus.parallel.flags & V4L2_MBUS_HSYNC_ACTIVE_LOW); in isp_of_parse_node()
2055 !!(vep.bus.parallel.flags & V4L2_MBUS_FIELD_EVEN_LOW); in isp_of_parse_node()
2057 !!(vep.bus.parallel.flags & V4L2_MBUS_DATA_ACTIVE_LOW); in isp_of_parse_node()
[all …]