Searched defs:ep_index (Results 1 – 11 of 11) sorted by relevance
/linux-5.10/drivers/usb/host/ |
D | xhci-ring.c | 391 unsigned int ep_index, in xhci_ring_ep_doorbell() 419 unsigned int ep_index) in ring_doorbell_for_active_rings() 444 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings() 454 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring() 493 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq() 528 unsigned int slot_id, unsigned int ep_index, in xhci_find_new_dequeue_state() 724 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local 877 int slot_id, int ep_index) in xhci_kill_endpoint_urbs() 1011 unsigned int ep_index) in update_ring_for_set_deq_completion() 1064 unsigned int ep_index; in xhci_handle_cmd_set_deq() local [all …]
|
D | xhci.c | 1301 unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address() 1321 static unsigned int xhci_get_endpoint_flag_from_index(unsigned int ep_index) in xhci_get_endpoint_flag_from_index() 1388 unsigned int ep_index, struct urb *urb) in xhci_check_maxpacket() 1466 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local 1611 unsigned int ep_index; in xhci_urb_dequeue() local 1741 unsigned int ep_index; in xhci_drop_endpoint() local 1825 unsigned int ep_index; in xhci_add_endpoint() local 2999 unsigned int slot_id, unsigned int ep_index, in xhci_setup_input_ctx_for_quirk() 3038 unsigned int ep_index, unsigned int stream_id, in xhci_cleanup_stalled_ring() 3084 unsigned int ep_index; in xhci_endpoint_disable() local [all …]
|
D | xhci-debugfs.h | 132 int ep_index) { } in xhci_debugfs_create_endpoint() 136 int ep_index) { } in xhci_debugfs_remove_endpoint() 140 int ep_index) { } in xhci_debugfs_create_stream_files()
|
D | xhci-debugfs.c | 277 int ep_index; in xhci_endpoint_context_show() local 439 int ep_index) in xhci_debugfs_create_endpoint() 466 int ep_index) in xhci_debugfs_remove_endpoint() 562 int ep_index) in xhci_debugfs_create_stream_files()
|
D | xhci-mem.c | 413 unsigned int ep_index) in xhci_free_endpoint_ring() 525 unsigned int ep_index) in xhci_get_ep_ctx() 597 unsigned int ep_index, in xhci_stream_id_to_ring() 1436 unsigned int ep_index; in xhci_endpoint_init() local 1533 unsigned int ep_index; in xhci_endpoint_zero() local 1619 unsigned int ep_index) in xhci_endpoint_copy()
|
D | xhci-mtk-sch.c | 607 unsigned int ep_index; in xhci_mtk_add_ep_quirk() local
|
/linux-5.10/drivers/usb/gadget/udc/ |
D | s3c-hsudc.c | 155 #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
|
D | tegra-xudc.c | 2691 unsigned int ep_index = trb_read_endpoint_id(event); in tegra_xudc_handle_transfer_event() local
|
/linux-5.10/drivers/usb/dwc2/ |
D | gadget.c | 63 u32 ep_index, u32 dir_in) in index_to_ep()
|