Home
last modified time | relevance | path

Searched defs:hwep (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c354 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() argument
423 static int prepare_td_for_non_sg(struct ci_hw_ep *hwep, in prepare_td_for_non_sg() argument
464 prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct scatterlist *s) prepare_td_per_sg() argument
504 prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) prepare_td_for_sg() argument
547 _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) _hardware_enqueue() argument
632 free_pending_td(struct ci_hw_ep *hwep) free_pending_td() argument
641 reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, struct td_node *node) reprime_dtd() argument
659 _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) _hardware_dequeue() argument
770 free_pending_td(hwep); global() variable
777 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); _ep_set_halt() local
917 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); _ep_queue() local
974 struct ci_hw_ep *hwep = ci->ep0in; global() variable
1061 struct ci_hw_ep *hwep; isr_setup_status_phase() local
1133 struct ci_hw_ep *hwep = &ci->ci_hw_ep[0]; global() variable
1307 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; global() variable
1345 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_enable() local
1412 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_disable() local
1473 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_free_request() local
1507 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_queue() local
1531 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_dequeue() local
1585 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_set_wedge() local
1605 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_fifo_flush() local
1737 struct ci_hw_ep *hwep = ci->ep0in; ci_udc_selfpowered() local
1816 struct ci_hw_ep *hwep = &ci->ci_hw_ep[k]; init_eps() local
1879 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; destroy_eps() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c357 static int add_td_to_list(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, in add_td_to_list() argument
426 static int prepare_td_for_non_sg(struct ci_hw_ep *hwep, in prepare_td_for_non_sg() argument
467 prepare_td_per_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq, struct scatterlist *s) prepare_td_per_sg() argument
507 prepare_td_for_sg(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) prepare_td_for_sg() argument
550 _hardware_enqueue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) _hardware_enqueue() argument
645 free_pending_td(struct ci_hw_ep *hwep) free_pending_td() argument
654 reprime_dtd(struct ci_hdrc *ci, struct ci_hw_ep *hwep, struct td_node *node) reprime_dtd() argument
672 _hardware_dequeue(struct ci_hw_ep *hwep, struct ci_hw_req *hwreq) _hardware_dequeue() argument
784 free_pending_td(hwep); global() variable
791 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); _ep_set_halt() local
931 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); _ep_queue() local
988 struct ci_hw_ep *hwep = ci->ep0in; global() variable
1075 struct ci_hw_ep *hwep; isr_setup_status_phase() local
1147 struct ci_hw_ep *hwep = &ci->ci_hw_ep[0]; global() variable
1321 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; global() variable
1359 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_enable() local
1426 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_disable() local
1487 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_free_request() local
1521 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_queue() local
1545 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_dequeue() local
1599 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_set_wedge() local
1619 struct ci_hw_ep *hwep = container_of(ep, struct ci_hw_ep, ep); ep_fifo_flush() local
1771 struct ci_hw_ep *hwep = ci->ep0in; ci_udc_selfpowered() local
1851 struct ci_hw_ep *hwep = &ci->ci_hw_ep[k]; init_eps() local
1914 struct ci_hw_ep *hwep = &ci->ci_hw_ep[i]; destroy_eps() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c783 static void uda_enable_hwepint(struct lpc32xx_udc *udc, u32 hwep) in uda_enable_hwepint() argument
790 static void uda_disable_hwepint(struct lpc32xx_udc *udc, u32 hwep) in uda_disable_hwepint() argument
797 static inline void uda_clear_hwepint(struct lpc32xx_udc *udc, u32 hwep) in uda_clear_hwepint() argument
803 static inline void udc_ep_dma_enable(struct lpc32xx_udc *udc, u32 hwep) in udc_ep_dma_enable() argument
809 static inline void udc_ep_dma_disable(struct lpc32xx_udc *udc, u32 hwep) in udc_ep_dma_disable() argument
822 udc_realize_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 maxpacket) udc_realize_hwep() argument
844 udc_unrealize_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_unrealize_hwep() argument
856 udc_selep_clrint(struct lpc32xx_udc *udc, u32 hwep) udc_selep_clrint() argument
863 udc_disable_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_disable_hwep() argument
870 udc_stall_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_stall_hwep() argument
877 udc_clrstall_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_clrstall_hwep() argument
884 udc_select_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_select_hwep() argument
895 udc_clr_buffer_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_clr_buffer_hwep() argument
902 udc_val_buffer_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_val_buffer_hwep() argument
908 udc_clearep_getsts(struct lpc32xx_udc *udc, u32 hwep) udc_clearep_getsts() argument
979 u32 hwep = ep->hwep_num; udc_ep_in_req_dma() local
1005 u32 hwep = ep->hwep_num; udc_ep_out_req_dma() local
1203 udc_read_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 *data, u32 bytes) udc_read_hwep() argument
1307 udc_write_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 *data, u32 bytes) udc_write_hwep() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c782 static void uda_enable_hwepint(struct lpc32xx_udc *udc, u32 hwep) in uda_enable_hwepint() argument
789 static void uda_disable_hwepint(struct lpc32xx_udc *udc, u32 hwep) in uda_disable_hwepint() argument
796 static inline void uda_clear_hwepint(struct lpc32xx_udc *udc, u32 hwep) in uda_clear_hwepint() argument
802 static inline void udc_ep_dma_enable(struct lpc32xx_udc *udc, u32 hwep) in udc_ep_dma_enable() argument
808 static inline void udc_ep_dma_disable(struct lpc32xx_udc *udc, u32 hwep) in udc_ep_dma_disable() argument
821 udc_realize_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 maxpacket) udc_realize_hwep() argument
843 udc_unrealize_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_unrealize_hwep() argument
855 udc_selep_clrint(struct lpc32xx_udc *udc, u32 hwep) udc_selep_clrint() argument
862 udc_disable_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_disable_hwep() argument
869 udc_stall_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_stall_hwep() argument
876 udc_clrstall_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_clrstall_hwep() argument
883 udc_select_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_select_hwep() argument
894 udc_clr_buffer_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_clr_buffer_hwep() argument
901 udc_val_buffer_hwep(struct lpc32xx_udc *udc, u32 hwep) udc_val_buffer_hwep() argument
907 udc_clearep_getsts(struct lpc32xx_udc *udc, u32 hwep) udc_clearep_getsts() argument
978 u32 hwep = ep->hwep_num; udc_ep_in_req_dma() local
1004 u32 hwep = ep->hwep_num; udc_ep_out_req_dma() local
1202 udc_read_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 *data, u32 bytes) udc_read_hwep() argument
1306 udc_write_hwep(struct lpc32xx_udc *udc, u32 hwep, u32 *data, u32 bytes) udc_write_hwep() argument
[all...]

Completed in 9 milliseconds