Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c491 unsigned int ep_index, in xhci_ring_ep_doorbell()
518 unsigned int ep_index) in ring_doorbell_for_active_rings()
543 unsigned int ep_index) in xhci_ring_doorbell_for_active_rings()
550 unsigned int ep_index) in xhci_get_virt_ep()
593 unsigned int slot_id, unsigned int ep_index, in xhci_triad_to_transfer_ring()
613 unsigned int ep_index, unsigned int stream_id) in xhci_get_hw_deq()
630 unsigned int slot_id, unsigned int ep_index, in xhci_move_dequeue_past_td()
915 unsigned int ep_index, enum xhci_ep_reset_type reset_type) in xhci_reset_halted_ep()
1142 unsigned int ep_index; in xhci_handle_cmd_stop_ep() local
1271 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.c1353 static unsigned int xhci_get_endpoint_address(unsigned int ep_index) in xhci_get_endpoint_address()
1431 unsigned int ep_index, struct urb *urb, gfp_t mem_flags) in xhci_check_maxpacket()
1509 unsigned int slot_id, ep_index; in xhci_urb_enqueue() local
1655 unsigned int ep_index; in xhci_urb_dequeue() local
1799 unsigned int ep_index; in xhci_drop_endpoint() local
1881 unsigned int ep_index; in xhci_add_endpoint() local
3049 unsigned int ep_index; in xhci_endpoint_disable() local
3102 unsigned int ep_index; in xhci_endpoint_reset() local
3227 unsigned int ep_index; in xhci_check_streams_endpoint() local
3326 unsigned int ep_index; in xhci_calculate_no_streams_bitmask() local
[all …]
H A 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()
H A Dxhci-mem.c413 unsigned int ep_index) in xhci_free_endpoint_ring() argument
516 unsigned int ep_index) in xhci_get_ep_ctx() argument
1400 unsigned int ep_index; in xhci_endpoint_init() local
1497 unsigned int ep_index; xhci_endpoint_zero() local
1583 xhci_endpoint_copy(struct xhci_hcd * xhci,struct xhci_container_ctx * in_ctx,struct xhci_container_ctx * out_ctx,unsigned int ep_index) xhci_endpoint_copy() argument
[all...]
H A 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
H A Dxhci.h678 unsigned int ep_index; member
[all...]
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c272 u32 ep_index, trb_type cmd) in xhci_queue_command()
358 static void giveback_first_trb(struct usb_device *udev, int ep_index, in giveback_first_trb()
484 static void abort_td(struct usb_device *udev, int ep_index) in abort_td()
565 int ep_index; in xhci_bulk_tx() local
759 int ep_index; in xhci_ctrl_tx() local
H A Dxhci-mem.c645 unsigned int ep_index) in xhci_get_ep_ctx()
671 unsigned int ep_index) in xhci_endpoint_copy()
H A Dxhci.c498 int ep_index; in xhci_set_configuration() local
764 int ep_index = 0; /* control endpoint */ in xhci_check_maxpacket() local
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c399 unsigned int ep_index, in cdnsp_get_hw_deq()
1182 int ep_index; in cdnsp_handle_tx_nrdy() local
1241 int ep_index; in cdnsp_handle_tx_event() local
2454 void cdnsp_queue_stop_endpoint(struct cdnsp_device *pdev, unsigned int ep_index) in cdnsp_queue_stop_endpoint()
2483 void cdnsp_queue_reset_ep(struct cdnsp_device *pdev, unsigned int ep_index) in cdnsp_queue_reset_ep()
2494 void cdnsp_queue_halt_endpoint(struct cdnsp_device *pdev, unsigned int ep_index) in cdnsp_queue_halt_endpoint()
2505 unsigned int ep_index) in cdnsp_queue_flush_endpoint()
H A Dcdnsp-mem.c507 unsigned int ep_index) in cdnsp_get_ep_ctx()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_priv.h90 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) macro
/openbmc/linux/drivers/usb/gadget/udc/
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.c2704 unsigned int ep_index = trb_read_endpoint_id(event); in tegra_xudc_handle_transfer_event() local
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c62 u32 ep_index, u32 dir_in) in index_to_ep()