Searched defs:ep_index (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/usb/host/ |
D | xhci-ring.c | 388 unsigned int ep_index, in xhci_ring_ep_doorbell() 413 unsigned int ep_index) in ring_doorbell_for_active_rings() 438 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings() 448 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring() 487 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq() 522 unsigned int slot_id, unsigned int ep_index, in xhci_find_new_dequeue_state() 702 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local 855 int slot_id, int ep_index) in xhci_kill_endpoint_urbs() 985 unsigned int ep_index) in update_ring_for_set_deq_completion() 1038 unsigned int ep_index; in xhci_handle_cmd_set_deq() local [all …]
|
D | xhci.c | 1299 unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address() 1319 static unsigned int xhci_get_endpoint_flag_from_index(unsigned int ep_index) in xhci_get_endpoint_flag_from_index() 1386 unsigned int ep_index, struct urb *urb) in xhci_check_maxpacket() 1463 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local 1608 unsigned int ep_index; in xhci_urb_dequeue() local 1738 unsigned int ep_index; in xhci_drop_endpoint() local 1822 unsigned int ep_index; in xhci_add_endpoint() local 2997 unsigned int slot_id, unsigned int ep_index, in xhci_setup_input_ctx_for_quirk() 3035 void xhci_cleanup_stalled_ring(struct xhci_hcd *xhci, unsigned int ep_index, in xhci_cleanup_stalled_ring() 3082 unsigned int ep_index; in xhci_endpoint_disable() local [all …]
|
D | xhci-debugfs.h | 126 int ep_index) { } in xhci_debugfs_create_endpoint() 130 int ep_index) { } in xhci_debugfs_remove_endpoint()
|
D | xhci-mem.c | 404 unsigned int ep_index) in xhci_free_endpoint_ring() 516 unsigned int ep_index) in xhci_get_ep_ctx() 588 unsigned int ep_index, in xhci_stream_id_to_ring() 1427 unsigned int ep_index; in xhci_endpoint_init() local 1518 unsigned int ep_index; in xhci_endpoint_zero() local 1604 unsigned int ep_index) in xhci_endpoint_copy()
|
D | xhci-debugfs.c | 438 int ep_index) in xhci_debugfs_create_endpoint() 463 int ep_index) in xhci_debugfs_remove_endpoint()
|
D | xhci-mtk-sch.c | 603 unsigned int ep_index; in xhci_mtk_add_ep_quirk() local
|
/Linux-v5.4/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 157 #define ep_index(_ep) ((_ep)->bEndpointAddress & \ macro
|
D | fsl_qe_udc.h | 152 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress & 0xF) macro
|
D | fsl_usb2_udc.h | 570 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress&0xF) macro
|
/Linux-v5.4/drivers/usb/dwc2/ |
D | gadget.c | 63 u32 ep_index, u32 dir_in) in index_to_ep()
|