Searched defs:ep_type (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/media/lirc/
H A Dlirc_imon.c767 int ep_type; local
770 ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
774 ep_type == USB_ENDPOINT_XFER_INT) {
781 ep_type == USB_ENDPOINT_XFER_INT) {
H A Dlirc_sasem.c710 int ep_type; local
713 ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
717 ep_type == USB_ENDPOINT_XFER_INT) {
727 ep_type == USB_ENDPOINT_XFER_INT) {
/drivers/usb/gadget/
H A Dlangwell_udc.h122 ep_type:2, member in struct:langwell_ep
H A Dfsl_udc_core.c406 unsigned char ep_type)
416 tmp_epctrl |= ((unsigned int)(ep_type)
423 tmp_epctrl |= ((unsigned int)(ep_type)
479 unsigned char dir, unsigned char ep_type,
487 switch (ep_type) {
502 VDBG("error ep type is %d", ep_type);
405 dr_ep_setup(unsigned char ep_num, unsigned char dir, unsigned char ep_type) argument
478 struct_ep_qh_setup(struct fsl_udc *udc, unsigned char ep_num, unsigned char dir, unsigned char ep_type, unsigned int max_pkt_len, unsigned int zlt, unsigned char mult) argument
H A Dlangwell_udc.c179 unsigned char is_in, unsigned char ep_type)
192 endptctrl |= ep_type << EPCTRL_TXT_SHIFT;
197 endptctrl |= ep_type << EPCTRL_RXT_SHIFT;
344 /* ep_type */
345 ep->ep_type = usb_endpoint_type(desc);
348 ep_reset(ep, ep->ep_num, is_in(ep), ep->ep_type);
1408 ep->ep_type = USB_ENDPOINT_XFER_CONTROL;
178 ep_reset(struct langwell_ep *ep, unsigned char ep_num, unsigned char is_in, unsigned char ep_type) argument
H A Dmv_udc.h240 ep_type:2, member in struct:mv_ep
/drivers/media/rc/
H A Dimon.c2022 int i, ep_dir, ep_type; local
2035 ep_type = ep->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
2038 ep_type == USB_ENDPOINT_XFER_INT) {
2045 ep_type == USB_ENDPOINT_XFER_INT) {
/drivers/usb/host/
H A Dxhci-mem.c1533 unsigned int ep_type; local
1552 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2));
1555 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP &&
1556 ep_type != ISOC_IN_EP &&
1557 ep_type != INT_IN_EP)
1573 bw_info->type = ep_type;
H A Dxhci.c2117 static bool xhci_is_async_ep(unsigned int ep_type) argument
2119 return (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP &&
2120 ep_type != ISOC_IN_EP &&
2121 ep_type != INT_IN_EP);
2124 static bool xhci_is_sync_in_ep(unsigned int ep_type) argument
2126 return (ep_type == ISOC_IN_EP || ep_type != INT_IN_EP);

Completed in 168 milliseconds