Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-ring.c404 unsigned int ep_index, in xhci_ring_ep_doorbell()
432 unsigned int ep_index) in ring_doorbell_for_active_rings()
457 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings()
464 unsigned int ep_index) in xhci_get_virt_ep()
487 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring()
529 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq()
564 unsigned int slot_id, unsigned int ep_index, in xhci_find_new_dequeue_state()
789 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local
945 int slot_id, int ep_index) in xhci_kill_endpoint_urbs()
1080 unsigned int ep_index) in update_ring_for_set_deq_completion()
[all …]
Dxhci.c1313 unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address()
1333 static unsigned int xhci_get_endpoint_flag_from_index(unsigned int ep_index) in xhci_get_endpoint_flag_from_index()
1400 unsigned int ep_index, struct urb *urb, gfp_t mem_flags) in xhci_check_maxpacket()
1478 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local
1623 unsigned int ep_index; in xhci_urb_dequeue() local
1753 unsigned int ep_index; in xhci_drop_endpoint() local
1837 unsigned int ep_index; in xhci_add_endpoint() local
3011 unsigned int slot_id, unsigned int ep_index, in xhci_setup_input_ctx_for_quirk()
3050 unsigned int ep_index, unsigned int stream_id, in xhci_cleanup_stalled_ring()
3096 unsigned int ep_index; in xhci_endpoint_disable() local
[all …]
Dxhci-debugfs.h132 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()
Dxhci-debugfs.c280 int ep_index; in xhci_endpoint_context_show() local
445 int ep_index) in xhci_debugfs_create_endpoint()
472 int ep_index) in xhci_debugfs_remove_endpoint()
568 int ep_index) in xhci_debugfs_create_stream_files()
Dxhci-mem.c413 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()
Dxhci-mtk-sch.c672 unsigned int ep_index; in xhci_mtk_add_ep_quirk() local
771 unsigned int ep_index = xhci_get_endpoint_index(&ep->desc); in xhci_mtk_check_bandwidth() local
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Ds3c-hsudc.c155 #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
Dtegra-xudc.c2691 unsigned int ep_index = trb_read_endpoint_id(event); in tegra_xudc_handle_transfer_event() local
/kernel/linux/linux-5.10/drivers/usb/dwc2/
Dgadget.c63 u32 ep_index, u32 dir_in) in index_to_ep()