Searched refs:cdnsp_device (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.h | 822 struct cdnsp_device *pdev; 1397 struct cdnsp_device { struct 1491 void cdnsp_mem_cleanup(struct cdnsp_device *pdev); argument 1492 int cdnsp_mem_init(struct cdnsp_device *pdev); 1496 int cdnsp_endpoint_init(struct cdnsp_device *pdev, 1512 int cdnsp_halt(struct cdnsp_device *pdev); 1513 void cdnsp_died(struct cdnsp_device *pdev); 1514 int cdnsp_reset(struct cdnsp_device *pdev); 1533 void cdnsp_ring_cmd_db(struct cdnsp_device *pdev); 1562 int cdnsp_enable_slot(struct cdnsp_device *pdev); [all …]
|
| H A D | cdnsp-gadget.c | 219 int cdnsp_halt(struct cdnsp_device *pdev) in cdnsp_halt() 367 struct cdnsp_device *pdev = pep->pdev; in cdnsp_ep_enqueue() 446 struct cdnsp_device *pdev = pep->pdev; in cdnsp_ep_dequeue() 951 struct cdnsp_device *pdev; in cdnsp_gadget_ep_enable() 1025 struct cdnsp_device *pdev; in cdnsp_gadget_ep_disable() 1114 struct cdnsp_device *pdev; in cdnsp_gadget_ep_queue() 1143 struct cdnsp_device *pdev = pep->pdev; in cdnsp_gadget_ep_dequeue() 1171 struct cdnsp_device *pdev = pep->pdev; in cdnsp_gadget_ep_set_halt() 1197 struct cdnsp_device *pdev = pep->pdev; in cdnsp_gadget_ep_set_wedge() 1235 struct cdnsp_device *pdev = pep->pdev; in cdnsp_gadget_giveback() [all …]
|
| H A D | cdnsp-ep0.c | 18 static void cdnsp_ep0_stall(struct cdnsp_device *pdev) in cdnsp_ep0_stall() 41 static int cdnsp_ep0_delegate_req(struct cdnsp_device *pdev, in cdnsp_ep0_delegate_req() 53 static int cdnsp_ep0_set_config(struct cdnsp_device *pdev, in cdnsp_ep0_set_config() 84 static int cdnsp_ep0_set_address(struct cdnsp_device *pdev, in cdnsp_ep0_set_address() 127 int cdnsp_status_stage(struct cdnsp_device *pdev) in cdnsp_status_stage() 144 static int cdnsp_ep0_handle_status(struct cdnsp_device *pdev, in cdnsp_ep0_handle_status() 193 static void cdnsp_enter_test_mode(struct cdnsp_device *pdev) in cdnsp_enter_test_mode() 325 static int cdnsp_ep0_handle_feature(struct cdnsp_device *pdev, in cdnsp_ep0_handle_feature() 341 static int cdnsp_ep0_set_sel(struct cdnsp_device *pdev, in cdnsp_ep0_set_sel() 379 static int cdnsp_ep0_std_request(struct cdnsp_device *pdev, in cdnsp_ep0_std_request() [all …]
|
| H A D | cdnsp-ring.c | 129 static void cdnsp_next_trb(struct cdnsp_device *pdev, in cdnsp_next_trb() 187 static void cdnsp_inc_enq(struct cdnsp_device *pdev, in cdnsp_inc_enq() 260 static void cdnsp_force_l0_go(struct cdnsp_device *pdev) in cdnsp_force_l0_go() 267 void cdnsp_ring_cmd_db(struct cdnsp_device *pdev) in cdnsp_ring_cmd_db() 399 static u64 cdnsp_get_hw_deq(struct cdnsp_device *pdev, in cdnsp_get_hw_deq() 691 int cdnsp_remove_request(struct cdnsp_device *pdev, in cdnsp_remove_request() 918 static void cdnsp_finish_td(struct cdnsp_device *pdev, in cdnsp_finish_td() 1530 struct cdnsp_device *pdev = (struct cdnsp_device *)data; in cdnsp_thread_irq_handler() 1572 struct cdnsp_device *pdev = (struct cdnsp_device *)priv; in cdnsp_irq_handler() 1795 static int cdnsp_align_td(struct cdnsp_device *pdev, in cdnsp_align_td() [all …]
|
| H A D | cdnsp-mem.c | 21 static void cdnsp_free_stream_info(struct cdnsp_device *pdev, 71 static void cdnsp_segment_free(struct cdnsp_device *pdev, in cdnsp_segment_free() 105 static void cdnsp_link_segments(struct cdnsp_device *pdev, in cdnsp_link_segments() 136 static void cdnsp_link_rings(struct cdnsp_device *pdev, in cdnsp_link_rings() 421 int cdnsp_ring_expansion(struct cdnsp_device *pdev, in cdnsp_ring_expansion() 561 int cdnsp_alloc_stream_info(struct cdnsp_device *pdev, in cdnsp_alloc_stream_info() 941 int cdnsp_endpoint_init(struct cdnsp_device *pdev, in cdnsp_endpoint_init() 1025 static int cdnsp_alloc_erst(struct cdnsp_device *pdev, in cdnsp_alloc_erst() 1066 void cdnsp_mem_cleanup(struct cdnsp_device *pdev) in cdnsp_mem_cleanup() 1122 static void cdnsp_add_in_port(struct cdnsp_device *pdev, in cdnsp_add_in_port() [all …]
|
| H A D | cdnsp-trace.h | 408 TP_PROTO(struct cdnsp_device *pdev), 411 __field(struct cdnsp_device *, pdev) 432 TP_PROTO(struct cdnsp_device *vdev), 437 TP_PROTO(struct cdnsp_device *vdev), 442 TP_PROTO(struct cdnsp_device *vdev), 447 TP_PROTO(struct cdnsp_device *vdev),
|