Searched refs:cdnsp_halt_endpoint (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-ep0.c | 27 cdnsp_halt_endpoint(pdev, pep, true); in cdnsp_ep0_stall() 311 cdnsp_halt_endpoint(pdev, pep, 0); in cdnsp_ep0_handle_feature_endpoint() 312 cdnsp_halt_endpoint(pdev, pep, 1); in cdnsp_ep0_handle_feature_endpoint() 316 return cdnsp_halt_endpoint(pdev, pep, set); in cdnsp_ep0_handle_feature_endpoint() 433 cdnsp_halt_endpoint(pdev, &pdev->eps[0], 0); in cdnsp_setup_analyze()
|
D | cdnsp-gadget.c | 595 int cdnsp_halt_endpoint(struct cdnsp_device *pdev, in cdnsp_halt_endpoint() function 705 cdnsp_halt_endpoint(pdev, &pdev->eps[0], 0); in cdnsp_reset_device() 1166 ret = cdnsp_halt_endpoint(pdev, pep, value); in cdnsp_gadget_ep_set_halt() 1182 ret = cdnsp_halt_endpoint(pdev, pep, 1); in cdnsp_gadget_ep_set_wedge()
|
D | cdnsp-gadget.h | 1573 int cdnsp_halt_endpoint(struct cdnsp_device *pdev,
|