Home
last modified time | relevance | path

Searched defs:ep_index (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c388 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 …]
Dxhci.c1299 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 …]
Dxhci-debugfs.h126 int ep_index) { } in xhci_debugfs_create_endpoint()
130 int ep_index) { } in xhci_debugfs_remove_endpoint()
Dxhci-mem.c404 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()
Dxhci-debugfs.c438 int ep_index) in xhci_debugfs_create_endpoint()
463 int ep_index) in xhci_debugfs_remove_endpoint()
Dxhci-mtk-sch.c603 unsigned int ep_index; in xhci_mtk_add_ep_quirk() local
/Linux-v5.4/drivers/usb/gadget/udc/
Ds3c-hsudc.c157 #define ep_index(_ep) ((_ep)->bEndpointAddress & \ macro
Dfsl_qe_udc.h152 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress & 0xF) macro
Dfsl_usb2_udc.h570 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress&0xF) macro
/Linux-v5.4/drivers/usb/dwc2/
Dgadget.c63 u32 ep_index, u32 dir_in) in index_to_ep()