Home
last modified time | relevance | path

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

/Linux-v4.19/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()
441 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring()
480 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq()
515 unsigned int slot_id, unsigned int ep_index, in xhci_find_new_dequeue_state()
691 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local
844 int slot_id, int ep_index) in xhci_kill_endpoint_urbs()
974 unsigned int ep_index) in update_ring_for_set_deq_completion()
1027 unsigned int ep_index; in xhci_handle_cmd_set_deq() local
1124 unsigned int ep_index; in xhci_handle_cmd_reset_ep() local
[all …]
Dxhci.c1248 unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address()
1268 static unsigned int xhci_get_endpoint_flag_from_index(unsigned int ep_index) in xhci_get_endpoint_flag_from_index()
1335 unsigned int ep_index, struct urb *urb) in xhci_check_maxpacket()
1412 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local
1554 unsigned int ep_index; in xhci_urb_dequeue() local
1684 unsigned int ep_index; in xhci_drop_endpoint() local
1768 unsigned int ep_index; in xhci_add_endpoint() local
2937 unsigned int slot_id, unsigned int ep_index, in xhci_setup_input_ctx_for_quirk()
2975 void xhci_cleanup_stalled_ring(struct xhci_hcd *xhci, unsigned int ep_index, in xhci_cleanup_stalled_ring()
3035 unsigned int ep_index; in xhci_endpoint_reset() local
[all …]
Dxhci-debugfs.h127 int ep_index) { } in xhci_debugfs_create_endpoint()
131 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()
460 int ep_index) in xhci_debugfs_remove_endpoint()
Dxhci-mtk-sch.c319 unsigned int ep_index; in xhci_mtk_add_ep_quirk() local
/Linux-v4.19/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-v4.19/drivers/usb/dwc2/
Dgadget.c61 u32 ep_index, u32 dir_in) in index_to_ep()