Lines Matching refs:set
204 int set) in cdnsp_ep0_handle_feature_device() argument
215 pdev->may_wakeup = !!set; in cdnsp_ep0_handle_feature_device()
216 trace_cdnsp_may_wakeup(set); in cdnsp_ep0_handle_feature_device()
222 pdev->u1_allowed = !!set; in cdnsp_ep0_handle_feature_device()
223 trace_cdnsp_u1(set); in cdnsp_ep0_handle_feature_device()
229 pdev->u2_allowed = !!set; in cdnsp_ep0_handle_feature_device()
230 trace_cdnsp_u2(set); in cdnsp_ep0_handle_feature_device()
240 if (!set || (tmode & 0xff) != 0) in cdnsp_ep0_handle_feature_device()
265 int set) in cdnsp_ep0_handle_feature_intf() argument
299 int set) in cdnsp_ep0_handle_feature_endpoint() argument
309 if (!set && (pep->ep_state & EP_WEDGE)) { in cdnsp_ep0_handle_feature_endpoint()
316 return cdnsp_halt_endpoint(pdev, pep, set); in cdnsp_ep0_handle_feature_endpoint()
327 int set) in cdnsp_ep0_handle_feature() argument
331 return cdnsp_ep0_handle_feature_device(pdev, ctrl, set); in cdnsp_ep0_handle_feature()
333 return cdnsp_ep0_handle_feature_intf(pdev, ctrl, set); in cdnsp_ep0_handle_feature()
335 return cdnsp_ep0_handle_feature_endpoint(pdev, ctrl, set); in cdnsp_ep0_handle_feature()