Searched refs:USB_ENDPOINT_HALT (Results 1 – 9 of 9) sorted by relevance
248 ctrlrequest->wValue != USB_ENDPOINT_HALT) in service_zero_data_request()412 ctrlrequest->wValue != USB_ENDPOINT_HALT) in service_zero_data_request()
530 if (le16_to_cpu (request->wValue) == USB_ENDPOINT_HALT) { in ep0_recv_setup()
991 tmp = (1 << USB_ENDPOINT_HALT); in handle_setup()1002 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()1021 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
1172 if (usb_ctrl->wValue == USB_ENDPOINT_HALT) { in dwc2_udc_clear_feature()1249 if (usb_ctrl->wValue == USB_ENDPOINT_HALT) { in dwc2_udc_set_feature()
709 if (crq->wValue == cpu_to_le16(USB_ENDPOINT_HALT)) in feature_is_ep_halt()
368 usb_status = 1 << USB_ENDPOINT_HALT; in dwc3_ep0_handle_status()474 case USB_ENDPOINT_HALT: in dwc3_ep0_handle_feature()
156 #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */ macro
341 #define USB_ENDPOINT_HALT 0x00 macro
173 #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */ macro