Lines Matching defs:priv_dev

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()
110 static void cdns3_prepare_setup_packet(struct cdns3_device *priv_dev) in cdns3_prepare_setup_packet()
118 static void cdns3_ep0_complete_setup(struct cdns3_device *priv_dev, in cdns3_ep0_complete_setup()
152 static int cdns3_req_ep0_set_configuration(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_configuration()
209 static int cdns3_req_ep0_set_address(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_address()
249 static int cdns3_req_ep0_get_status(struct cdns3_device *priv_dev, in cdns3_req_ep0_get_status()
303 static int cdns3_ep0_feature_handle_device(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_device()
370 static int cdns3_ep0_feature_handle_intf(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_intf()
389 static int cdns3_ep0_feature_handle_endpoint(struct cdns3_device *priv_dev, in cdns3_ep0_feature_handle_endpoint()
428 static int cdns3_req_ep0_handle_feature(struct cdns3_device *priv_dev, in cdns3_req_ep0_handle_feature()
461 static int cdns3_req_ep0_set_sel(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_sel()
485 static int cdns3_req_ep0_set_isoch_delay(struct cdns3_device *priv_dev, in cdns3_req_ep0_set_isoch_delay()
503 static int cdns3_ep0_standard_request(struct cdns3_device *priv_dev, in cdns3_ep0_standard_request()
538 static void __pending_setup_status_handler(struct cdns3_device *priv_dev) in __pending_setup_status_handler()
551 struct cdns3_device *priv_dev = container_of(work, struct cdns3_device, in cdns3_pending_setup_status_handler() local
564 static void cdns3_ep0_setup_phase(struct cdns3_device *priv_dev) in cdns3_ep0_setup_phase()
606 static void cdns3_transfer_completed(struct cdns3_device *priv_dev) in cdns3_transfer_completed()
638 static bool cdns3_check_new_setup(struct cdns3_device *priv_dev) in cdns3_check_new_setup()
653 void cdns3_check_ep0_interrupt_proceed(struct cdns3_device *priv_dev, int dir) in cdns3_check_ep0_interrupt_proceed()
731 struct cdns3_device *priv_dev = priv_ep->cdns3_dev; in cdns3_gadget_ep0_queue() local
838 void cdns3_ep0_config(struct cdns3_device *priv_dev) in cdns3_ep0_config()
898 int cdns3_init_ep0(struct cdns3_device *priv_dev, in cdns3_init_ep0()