Searched defs:hwep (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/chipidea/ |
H A D | udc.c | 341 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, add_td_to_list() argument 413 static int _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) _hardware_enqueue() argument 514 static void free_pending_td(struct ci_hw_ep *hwep) free_pending_td() argument 523 static int reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, reprime_dtd() argument 544 static int _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) _hardware_dequeue() argument 654 free_pending_td(hwep); variable 661 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); _ep_set_halt() local 797 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); _ep_queue() local 855 struct ci_hw_ep *hwep = ci->ep0in; variable in typeref:struct:ci_hw_ep 940 struct ci_hw_ep *hwep; isr_setup_status_phase() local 1005 struct ci_hw_ep *hwep = &ci->ci_hw_ep[0]; variable in typeref:struct:ci_hw_ep 1178 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; variable in typeref:struct:ci_hw_ep 1216 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_enable() local 1283 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_disable() local 1340 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_free_request() local 1374 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_queue() local 1394 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_dequeue() local 1448 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_set_wedge() local 1468 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_fifo_flush() local 1571 struct ci_hw_ep *hwep = ci->ep0in; ci_udc_selfpowered() local 1627 struct ci_hw_ep *hwep = &ci->ci_hw_ep[k]; init_eps() local 1692 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; destroy_eps() local
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 824 static void uda_enable_hwepint(struct lpc32xx_udc *udc, u32 hwep) uda_enable_hwepint() argument 831 static void uda_disable_hwepint(struct lpc32xx_udc *udc, u32 hwep) uda_disable_hwepint() argument 838 static inline void uda_clear_hwepint(struct lpc32xx_udc *udc, u32 hwep) uda_clear_hwepint() argument 844 static inline void udc_ep_dma_enable(struct lpc32xx_udc *udc, u32 hwep) udc_ep_dma_enable() argument 850 static inline void udc_ep_dma_disable(struct lpc32xx_udc *udc, u32 hwep) udc_ep_dma_disable() argument 863 static void udc_realize_hwep(struct lpc32xx_udc *udc, u32 hwep, udc_realize_hwep() argument 885 static void udc_unrealize_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_unrealize_hwep() argument 897 static u32 udc_selep_clrint(struct lpc32xx_udc *udc, u32 hwep) udc_selep_clrint() argument 904 static void udc_disable_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_disable_hwep() argument 911 static void udc_stall_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_stall_hwep() argument 918 static void udc_clrstall_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_clrstall_hwep() argument 925 static void udc_select_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_select_hwep() argument 936 static void udc_clr_buffer_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_clr_buffer_hwep() argument 943 static void udc_val_buffer_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_val_buffer_hwep() argument 949 static inline u32 udc_clearep_getsts(struct lpc32xx_udc *udc, u32 hwep) udc_clearep_getsts() argument 1039 u32 hwep = ep->hwep_num; udc_ep_in_req_dma() local 1065 u32 hwep = ep->hwep_num; udc_ep_out_req_dma() local 1263 static u32 udc_read_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 *data, udc_read_hwep() argument 1367 static void udc_write_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 *data, udc_write_hwep() argument
|
Completed in 128 milliseconds