Lines Matching defs:pdev
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()
202 static int cdnsp_ep0_handle_feature_device(struct cdnsp_device *pdev, in cdnsp_ep0_handle_feature_device()
263 static int cdnsp_ep0_handle_feature_intf(struct cdnsp_device *pdev, in cdnsp_ep0_handle_feature_intf()
297 static int cdnsp_ep0_handle_feature_endpoint(struct cdnsp_device *pdev, in cdnsp_ep0_handle_feature_endpoint()
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()
368 static int cdnsp_ep0_set_isoch_delay(struct cdnsp_device *pdev, in cdnsp_ep0_set_isoch_delay()
379 static int cdnsp_ep0_std_request(struct cdnsp_device *pdev, in cdnsp_ep0_std_request()
414 void cdnsp_setup_analyze(struct cdnsp_device *pdev) in cdnsp_setup_analyze()