Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ring.c448 unsigned int ep_index, in xhci_ring_ep_doorbell()
475 unsigned int ep_index) in ring_doorbell_for_active_rings()
500 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings()
507 unsigned int ep_index) in xhci_get_virt_ep()
550 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring()
570 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq()
587 unsigned int slot_id, unsigned int ep_index, in xhci_move_dequeue_past_td()
898 unsigned int ep_index, enum xhci_ep_reset_type reset_type) in xhci_reset_halted_ep()
1079 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local
1181 int slot_id, int ep_index) in xhci_kill_endpoint_urbs()
[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.c1344 unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address()
1423 unsigned int ep_index, struct urb *urb, gfp_t mem_flags) in xhci_check_maxpacket()
1501 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local
1654 unsigned int ep_index; in xhci_urb_dequeue() local
1789 unsigned int ep_index; in xhci_drop_endpoint() local
1871 unsigned int ep_index; in xhci_add_endpoint() local
3058 unsigned int ep_index; in xhci_endpoint_disable() local
3113 unsigned int ep_index; in xhci_endpoint_reset() local
3252 unsigned int ep_index; in xhci_check_streams_endpoint() local
3351 unsigned int ep_index; in xhci_calculate_no_streams_bitmask() local
[all …]
Dxhci-debugfs.c281 int ep_index; in xhci_endpoint_context_show() local
446 int ep_index) in xhci_debugfs_create_endpoint()
473 int ep_index) in xhci_debugfs_remove_endpoint()
569 int ep_index) in xhci_debugfs_create_stream_files()
Dxhci-mem.c398 struct xhci_virt_device *virt_dev, unsigned int ep_index) in xhci_vendor_free_transfer_ring()
407 struct xhci_virt_device *virt_dev, unsigned int ep_index) in xhci_vendor_is_usb_offload_enabled()
466 unsigned int ep_index) in xhci_free_endpoint_ring()
596 unsigned int ep_index) in xhci_get_ep_ctx()
1504 unsigned int ep_index; in xhci_endpoint_init() local
1609 unsigned int ep_index; in xhci_endpoint_zero() local
1695 unsigned int ep_index) in xhci_endpoint_copy()
Dxhci-mtk-sch.c722 unsigned int ep_index; in add_ep_quirk() local
804 unsigned int ep_index = xhci_get_endpoint_index(&ep->desc); in xhci_mtk_check_bandwidth() local
Dxhci.h932 unsigned int ep_index; member
/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.c2693 unsigned int ep_index = trb_read_endpoint_id(event); in tegra_xudc_handle_transfer_event() local
/drivers/usb/dwc2/
Dgadget.c63 u32 ep_index, u32 dir_in) in index_to_ep()