Searched refs:cdns3_device (Results 1 – 4 of 4) sorted by relevance
/u-boot-v2022.01-rc1/drivers/usb/cdns3/ |
A D | ep0.c | 42 static void cdns3_ep0_run_transfer(struct cdns3_device *priv_dev, in cdns3_ep0_run_transfer() 97 static int cdns3_ep0_delegate_req(struct cdns3_device *priv_dev, in cdns3_ep0_delegate_req() 118 static void cdns3_ep0_complete_setup(struct cdns3_device *priv_dev, in cdns3_ep0_complete_setup() 249 static int cdns3_req_ep0_get_status(struct cdns3_device *priv_dev, in cdns3_req_ep0_get_status() 461 static int cdns3_req_ep0_set_sel(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_sel() 551 struct cdns3_device *priv_dev = container_of(work, struct cdns3_device, in cdns3_pending_setup_status_handler() 564 static void cdns3_ep0_setup_phase(struct cdns3_device *priv_dev) in cdns3_ep0_setup_phase() 638 static bool cdns3_check_new_setup(struct cdns3_device *priv_dev) in cdns3_check_new_setup() 731 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_ep0_queue() 838 void cdns3_ep0_config(struct cdns3_device *priv_dev) in cdns3_ep0_config() [all …]
|
A D | gadget.c | 233 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_ep_stall_flush() 643 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_giveback() 1373 struct cdns3_device *priv_dev; in cdns3_device_irq_handler() 1417 struct cdns3_device *priv_dev; in cdns3_device_thread_irq_handler() 1771 struct cdns3_device *priv_dev; in cdns3_gadget_ep_enable() 1883 struct cdns3_device *priv_dev; in cdns3_gadget_ep_disable() 2019 struct cdns3_device *priv_dev; in cdns3_gadget_ep_queue() 2530 struct cdns3_device *priv_dev; in cdns3_gadget_exit() 2558 struct cdns3_device *priv_dev; in cdns3_gadget_start() 2689 struct cdns3_device *priv_dev = cdns->gadget_dev; in cdns3_gadget_suspend() [all …]
|
A D | gadget.h | 1091 struct cdns3_device; 1129 struct cdns3_device *cdns3_dev; 1255 struct cdns3_device { struct 1307 enum usb_device_speed cdns3_get_speed(struct cdns3_device *priv_dev); argument 1309 void cdns3_hw_reset_eps_config(struct cdns3_device *priv_dev); 1310 void cdns3_set_hw_configuration(struct cdns3_device *priv_dev); 1311 void cdns3_select_ep(struct cdns3_device *priv_dev, u32 ep); 1312 void cdns3_allow_enable_l1(struct cdns3_device *priv_dev, int enable); 1332 int cdns3_init_ep0(struct cdns3_device *priv_dev, 1334 void cdns3_ep0_config(struct cdns3_device *priv_dev); [all …]
|
A D | core.h | 89 struct cdns3_device *gadget_dev;
|
Completed in 15 milliseconds