Searched refs:ep_num (Results 1 - 11 of 11) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxhcd.h314 unsigned ep_num : 4; /*!< EP to access */ member in struct:ifxhcd_hc
598 int ep_num = usb_pipeendpoint(_urb->pipe); local
600 return (usb_pipein(_urb->pipe))?(dev->ep_in[ep_num]):(dev->ep_out[ep_num]);
H A Difxhcd.c1326 ifxhc->ep_num = usb_pipeendpoint(urb->pipe);
1438 hcchar.b.epnum = ifxhc->ep_num;
2411 IFX_PRINT(" dev_addr: %d, ep_num: %d, is_in: %d\n",
2412 hc->dev_addr, hc->ep_num, hc->is_in);
2494 IFX_PRINT(" dev_addr: %d, ep_num: %d, ep_is_in: %d\n",
2495 hc->dev_addr, hc->ep_num, hc->is_in);
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.h566 int ep_num = usb_pipeendpoint(_urb->pipe); local
568 return dev->ep_in[ep_num];
570 return dev->ep_out[ep_num];
H A Ddwc_otg_cil.h161 unsigned ep_num : 4; member in struct:dwc_hc
H A Ddwc_otg_hcd.c836 DWC_PRINT(" dev_addr: %d, ep_num: %d, ep_is_in: %d\n",
837 hc->dev_addr, hc->ep_num, hc->ep_is_in);
2044 hc->ep_num = usb_pipeendpoint(urb->pipe);
2795 DWC_PRINT(" dev_addr: %d, ep_num: %d, ep_is_in: %d\n",
2796 hc->dev_addr, hc->ep_num, hc->ep_is_in);
H A Ddwc_otg_cil.c1203 hcchar.b.epnum = _hc->ep_num;
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_hcd.h558 int ep_num = usb_pipeendpoint(urb->pipe); local
561 return dev->ep_in[ep_num];
563 return dev->ep_out[ep_num];
H A Ddwc_otg_cil.h217 unsigned ep_num : 4; member in struct:dwc_hc
H A Ddwc_otg_pcd_intr.c97 * This function returns pointer to in ep struct with number ep_num
99 static inline dwc_otg_pcd_ep_t* get_in_ep(dwc_otg_pcd_t *pcd, uint32_t ep_num) argument
103 if(ep_num == 0) {
109 if(pcd->in_ep[i].dwc_ep.num == ep_num)
116 * This function returns pointer to out ep struct with number ep_num
118 static inline dwc_otg_pcd_ep_t* get_out_ep(dwc_otg_pcd_t *pcd, uint32_t ep_num) argument
122 if(ep_num == 0) {
128 if(pcd->out_ep[i].dwc_ep.num == ep_num)
H A Ddwc_otg_hcd.c896 DWC_PRINT(" dev_addr: %d, ep_num: %d, ep_is_in: %d\n",
897 hc->dev_addr, hc->ep_num, hc->ep_is_in);
2103 hc->ep_num = usb_pipeendpoint(urb->pipe);
2778 DWC_PRINT(" dev_addr: %d, ep_num: %d, ep_is_in: %d\n",
2779 hc->dev_addr, hc->ep_num, hc->ep_is_in);
H A Ddwc_otg_cil.c1356 hcchar.b.epnum = hc->ep_num;

Completed in 77 milliseconds