Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c430 unsigned int ep_index, in xhci_ring_ep_doorbell()
457 unsigned int ep_index) in ring_doorbell_for_active_rings()
482 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings()
489 unsigned int ep_index) in xhci_get_virt_ep()
532 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring()
552 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq()
569 unsigned int slot_id, unsigned int ep_index, in xhci_move_dequeue_past_td()
885 unsigned int ep_index, enum xhci_ep_reset_type reset_type) in xhci_reset_halted_ep()
1074 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local
1178 int slot_id, int ep_index) in xhci_kill_endpoint_urbs()
[all …]
H A 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()
H A Dxhci.c1338 unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address()
1416 unsigned int ep_index, struct urb *urb, gfp_t mem_flags) in xhci_check_maxpacket()
1494 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local
1647 unsigned int ep_index; in xhci_urb_dequeue() local
1782 unsigned int ep_index; in xhci_drop_endpoint() local
1864 unsigned int ep_index; in xhci_add_endpoint() local
3051 unsigned int ep_index; in xhci_endpoint_disable() local
3106 unsigned int ep_index; in xhci_endpoint_reset() local
3245 unsigned int ep_index; in xhci_check_streams_endpoint() local
3344 unsigned int ep_index; in xhci_calculate_no_streams_bitmask() local
[all …]
H A 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()
H A 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()
H A 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
H A Dxhci.h932 unsigned int ep_index; member
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c273 u32 ep_index, trb_type cmd) in xhci_queue_command()
359 static void giveback_first_trb(struct usb_device *udev, int ep_index, in giveback_first_trb()
485 static void abort_td(struct usb_device *udev, int ep_index) in abort_td()
566 int ep_index; in xhci_bulk_tx() local
760 int ep_index; in xhci_ctrl_tx() local
H A Dxhci-mem.c646 unsigned int ep_index) in xhci_get_ep_ctx()
672 unsigned int ep_index) in xhci_endpoint_copy()
H A Dxhci.c499 int ep_index; in xhci_set_configuration() local
765 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h91 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c155 #define ep_index(_ep) ((_ep)->bEndpointAddress & \ macro
H A Dfsl_qe_udc.h152 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress & 0xF) macro
H A Dfsl_usb2_udc.h570 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress&0xF) macro
H A Dtegra-xudc.c2693 unsigned int ep_index = trb_read_endpoint_id(event); in tegra_xudc_handle_transfer_event() local
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c64 u32 ep_index, u32 dir_in) in index_to_ep()