Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-ring.c428 unsigned int ep_index, in xhci_ring_ep_doorbell()
455 unsigned int ep_index) in ring_doorbell_for_active_rings()
480 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings()
487 unsigned int ep_index) in xhci_get_virt_ep()
530 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring()
550 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq()
567 unsigned int slot_id, unsigned int ep_index, in xhci_move_dequeue_past_td()
875 unsigned int ep_index, enum xhci_ep_reset_type reset_type) in xhci_reset_halted_ep()
1062 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local
1166 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-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.c1492 static unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address()
1570 unsigned int ep_index, struct urb *urb, gfp_t mem_flags) in xhci_check_maxpacket()
1648 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local
1794 unsigned int ep_index; in xhci_urb_dequeue() local
1926 unsigned int ep_index; in xhci_drop_endpoint() local
2008 unsigned int ep_index; in xhci_add_endpoint() local
3183 unsigned int ep_index; in xhci_endpoint_disable() local
3236 unsigned int ep_index; in xhci_endpoint_reset() local
3361 unsigned int ep_index; in xhci_check_streams_endpoint() local
3460 unsigned int ep_index; in xhci_calculate_no_streams_bitmask() local
[all …]
Dxhci-mem.c413 unsigned int ep_index) in xhci_free_endpoint_ring()
524 unsigned int ep_index) in xhci_get_ep_ctx()
1422 unsigned int ep_index; in xhci_endpoint_init() local
1519 unsigned int ep_index; in xhci_endpoint_zero() local
1605 unsigned int ep_index) in xhci_endpoint_copy()
Dxhci-mtk-sch.c634 unsigned int ep_index; in add_ep_quirk() local
701 unsigned int ep_index = xhci_get_endpoint_index(&ep->desc); in xhci_mtk_check_bandwidth() local
Dxhci.h928 unsigned int ep_index; member
/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-ring.c399 unsigned int ep_index, in cdnsp_get_hw_deq()
1180 int ep_index; in cdnsp_handle_tx_nrdy() local
1239 int ep_index; in cdnsp_handle_tx_event() local
2389 void cdnsp_queue_stop_endpoint(struct cdnsp_device *pdev, unsigned int ep_index) in cdnsp_queue_stop_endpoint()
2418 void cdnsp_queue_reset_ep(struct cdnsp_device *pdev, unsigned int ep_index) in cdnsp_queue_reset_ep()
2429 void cdnsp_queue_halt_endpoint(struct cdnsp_device *pdev, unsigned int ep_index) in cdnsp_queue_halt_endpoint()
2440 unsigned int ep_index) in cdnsp_queue_flush_endpoint()
Dcdnsp-mem.c507 unsigned int ep_index) in cdnsp_get_ep_ctx()
/Linux-v6.1/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.c2699 unsigned int ep_index = trb_read_endpoint_id(event); in tegra_xudc_handle_transfer_event() local
/Linux-v6.1/drivers/usb/dwc2/
Dgadget.c63 u32 ep_index, u32 dir_in) in index_to_ep()