Lines Matching refs:cdns3_device

33 static void cdns3_ep0_run_transfer(struct cdns3_device *priv_dev,  in cdns3_ep0_run_transfer()
82 static int cdns3_ep0_delegate_req(struct cdns3_device *priv_dev, in cdns3_ep0_delegate_req()
95 static void cdns3_prepare_setup_packet(struct cdns3_device *priv_dev) in cdns3_prepare_setup_packet()
103 static void cdns3_ep0_complete_setup(struct cdns3_device *priv_dev, in cdns3_ep0_complete_setup()
137 static int cdns3_req_ep0_set_configuration(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_configuration()
194 static int cdns3_req_ep0_set_address(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_address()
234 static int cdns3_req_ep0_get_status(struct cdns3_device *priv_dev, in cdns3_req_ep0_get_status()
288 static int cdns3_ep0_feature_handle_device(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_device()
357 static int cdns3_ep0_feature_handle_intf(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_intf()
376 static int cdns3_ep0_feature_handle_endpoint(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_endpoint()
415 static int cdns3_req_ep0_handle_feature(struct cdns3_device *priv_dev, in cdns3_req_ep0_handle_feature()
448 static int cdns3_req_ep0_set_sel(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_sel()
472 static int cdns3_req_ep0_set_isoch_delay(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_isoch_delay()
490 static int cdns3_ep0_standard_request(struct cdns3_device *priv_dev, in cdns3_ep0_standard_request()
525 static void __pending_setup_status_handler(struct cdns3_device *priv_dev) in __pending_setup_status_handler()
538 struct cdns3_device *priv_dev = container_of(work, struct cdns3_device, in cdns3_pending_setup_status_handler()
551 static void cdns3_ep0_setup_phase(struct cdns3_device *priv_dev) in cdns3_ep0_setup_phase()
589 static void cdns3_transfer_completed(struct cdns3_device *priv_dev) in cdns3_transfer_completed()
615 static bool cdns3_check_new_setup(struct cdns3_device *priv_dev) in cdns3_check_new_setup()
630 void cdns3_check_ep0_interrupt_proceed(struct cdns3_device *priv_dev, int dir) in cdns3_check_ep0_interrupt_proceed()
708 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_ep0_queue()
786 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_ep_set_wedge()
812 void cdns3_ep0_config(struct cdns3_device *priv_dev) in cdns3_ep0_config()
872 int cdns3_init_ep0(struct cdns3_device *priv_dev, in cdns3_init_ep0()