Lines Matching defs:pdev

75 static int cdns2_get_dma_pos(struct cdns2_device *pdev,  in cdns2_get_dma_pos()
91 void cdns2_select_ep(struct cdns2_device *pdev, u32 ep) in cdns2_select_ep()
110 struct cdns2_device *pdev = pep->pdev; in cdns2_free_tr_segment() local
122 struct cdns2_device *pdev = pep->pdev; in cdns2_alloc_tr_segment() local
156 struct cdns2_device *pdev = pep->pdev; in cdns2_ep_stall_flush() local
206 static void cdns2_enable_l1(struct cdns2_device *pdev, int enable) in cdns2_enable_l1()
216 static enum usb_device_speed cdns2_get_speed(struct cdns2_device *pdev) in cdns2_get_speed()
242 struct cdns2_device *pdev = pep->pdev; in cdns2_gadget_giveback() local
284 struct cdns2_device *pdev = pep->pdev; in cdns2_wa1_update_guard() local
303 static void cdns2_wa1_tray_restore_cycle_bit(struct cdns2_device *pdev, in cdns2_wa1_tray_restore_cycle_bit()
316 static int cdns2_prepare_ring(struct cdns2_device *pdev, in cdns2_prepare_ring()
472 static void cdsn2_isoc_burst_opt(struct cdns2_device *pdev) in cdsn2_isoc_burst_opt()
689 static void cdns2_set_drdy(struct cdns2_device *pdev, in cdns2_set_drdy()
712 static int cdns2_prepare_first_isoc_transfer(struct cdns2_device *pdev, in cdns2_prepare_first_isoc_transfer()
765 struct cdns2_device *pdev = pep->pdev; in cdns2_ep_run_transfer() local
822 static int cdns2_start_all_request(struct cdns2_device *pdev, in cdns2_start_all_request()
882 struct cdns2_device *pdev = pep->pdev; in cdns2_trb_handled() local
950 static void cdns2_skip_isoc_td(struct cdns2_device *pdev, in cdns2_skip_isoc_td()
972 static void cdns2_transfer_completed(struct cdns2_device *pdev, in cdns2_transfer_completed()
1043 static void cdns2_wakeup(struct cdns2_device *pdev) in cdns2_wakeup()
1054 struct cdns2_device *pdev = pep->pdev; in cdns2_rearm_transfer() local
1075 struct cdns2_device *pdev = pep->pdev; in cdns2_handle_epx_interrupt() local
1164 static void cdns2_disconnect_gadget(struct cdns2_device *pdev) in cdns2_disconnect_gadget()
1172 struct cdns2_device *pdev = data; in cdns2_usb_irq_handler() local
1210 static irqreturn_t cdns2_thread_usb_irq_handler(struct cdns2_device *pdev) in cdns2_thread_usb_irq_handler()
1291 struct cdns2_device *pdev = data; in cdns2_thread_irq_handler() local
1341 static void cdns2_eps_onchip_buffer_init(struct cdns2_device *pdev) in cdns2_eps_onchip_buffer_init()
1415 struct cdns2_device *pdev = pep->pdev; in cdns2_ep_config() local
1533 struct cdns2_device *pdev; in cdns2_gadget_ep_enable() local
1616 struct cdns2_device *pdev; in cdns2_gadget_ep_disable() local
1673 struct cdns2_device *pdev = pep->pdev; in cdns2_ep_enqueue() local
1702 struct cdns2_device *pdev; in cdns2_gadget_ep_queue() local
1823 int cdns2_halt_endpoint(struct cdns2_device *pdev, in cdns2_halt_endpoint()
1889 struct cdns2_device *pdev = pep->pdev; in cdns2_gadget_ep_set_halt() local
1924 cdns2_endpoint *cdns2_find_available_ep(struct cdns2_device *pdev, in cdns2_find_available_ep()
1966 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_match_ep() local
2002 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_get_frame() local
2009 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_wakeup() local
2022 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_set_selfpowered() local
2032 static void cdns2_quiesce(struct cdns2_device *pdev) in cdns2_quiesce()
2045 static void cdns2_gadget_config(struct cdns2_device *pdev) in cdns2_gadget_config()
2059 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_pullup() local
2087 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_udc_start() local
2130 struct cdns2_device *pdev = gadget_to_cdns2_device(gadget); in cdns2_gadget_udc_stop() local
2168 static void cdns2_free_all_eps(struct cdns2_device *pdev) in cdns2_free_all_eps()
2177 static int cdns2_init_eps(struct cdns2_device *pdev) in cdns2_init_eps()
2251 static int cdns2_gadget_start(struct cdns2_device *pdev) in cdns2_gadget_start()
2374 int cdns2_gadget_suspend(struct cdns2_device *pdev) in cdns2_gadget_suspend()
2395 int cdns2_gadget_resume(struct cdns2_device *pdev, bool hibernated) in cdns2_gadget_resume()
2416 void cdns2_gadget_remove(struct cdns2_device *pdev) in cdns2_gadget_remove()
2429 int cdns2_gadget_init(struct cdns2_device *pdev) in cdns2_gadget_init()