Searched refs:USB_ENDPOINT_HALT (Results 1 – 25 of 38) sorted by relevance
12
196 status = BIT(USB_ENDPOINT_HALT); in cdns2_req_ep0_handle_status()292 if (wValue != USB_ENDPOINT_HALT) in cdns2_ep0_handle_feature_endpoint()299 case USB_ENDPOINT_HALT: in cdns2_ep0_handle_feature_endpoint()
178 status = BIT(USB_ENDPOINT_HALT); in cdnsp_ep0_handle_status()308 case USB_ENDPOINT_HALT: in cdnsp_ep0_handle_feature_endpoint()
260 usb_status = BIT(USB_ENDPOINT_HALT); in cdns3_req_ep0_get_status()364 if (le16_to_cpu(ctrl->wValue) != USB_ENDPOINT_HALT) in cdns3_ep0_feature_handle_endpoint()
147 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_ep_feature()199 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_ep_status()
203 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_hub_ep_status()251 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_hub_ep_feature()
93 wValue == USB_ENDPOINT_HALT ? "Halt" : "UNKNOWN", in usb_decode_set_clear_feature()
246 ctrlrequest->wValue != USB_ENDPOINT_HALT) in service_zero_data_request()406 ctrlrequest->wValue != USB_ENDPOINT_HALT) in service_zero_data_request()
250 result[0] |= 1 << USB_ENDPOINT_HALT; in ep0_get_status()410 value != USB_ENDPOINT_HALT) in ep0_handle_feature()
538 status |= 1 << USB_ENDPOINT_HALT; in isp1760_udc_get_status()607 req->wValue != cpu_to_le16(USB_ENDPOINT_HALT)) in isp1760_ep0_setup_standard()651 req->wValue != cpu_to_le16(USB_ENDPOINT_HALT)) in isp1760_ep0_setup_standard()
386 usb_status = 1 << USB_ENDPOINT_HALT; in dwc3_ep0_handle_status()546 case USB_ENDPOINT_HALT: in dwc3_ep0_handle_endpoint()
1189 tmp = (1 << USB_ENDPOINT_HALT); in handle_setup()1200 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()1219 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
560 status = 1 << USB_ENDPOINT_HALT; in max3420_getstatus()595 if (udc->setup.wValue != USB_ENDPOINT_HALT) in max3420_set_clear_feature()
1550 << USB_ENDPOINT_HALT; in ch9getstatus()1578 case USB_ENDPOINT_HALT: in ch9clearfeature()1633 case USB_ENDPOINT_HALT: in ch9setfeature()
2957 if (w_value != USB_ENDPOINT_HALT) in handle_stat0_irqs_superspeed()3021 if (!e || (w_value != USB_ENDPOINT_HALT)) in handle_stat0_irqs_superspeed()3244 if (w_value != USB_ENDPOINT_HALT || w_length != 0) in handle_stat0_irqs()3269 if (w_value != USB_ENDPOINT_HALT || w_length != 0) in handle_stat0_irqs()
1002 case USB_ENDPOINT_HALT: in gr_endpoint_request()1012 case USB_ENDPOINT_HALT: in gr_endpoint_request()
1977 usb_status = 1 << USB_ENDPOINT_HALT; in ch9getstatus()1982 usb_status = 1 << USB_ENDPOINT_HALT; in ch9getstatus()
1874 if (u.r.wValue != USB_ENDPOINT_HALT || in net2272_handle_stat0_irqs()1901 if (u.r.wValue != USB_ENDPOINT_HALT || in net2272_handle_stat0_irqs()
2162 ep0buff = (1 << USB_ENDPOINT_HALT); in udc_get_status()2228 if ((wValue != USB_ENDPOINT_HALT) || in udc_handle_ep0_setup()
1565 if (w_value != USB_ENDPOINT_HALT in ep0_irq()1594 if (w_value != USB_ENDPOINT_HALT in ep0_irq()
23 (req->wValue == USB_ENDPOINT_HALT); in is_clear_halt_cmd()
170 #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */ macro
1268 if (wValue != USB_ENDPOINT_HALT) in ep0_handle_feature()1362 usb_status |= 1 << USB_ENDPOINT_HALT; in ep0_handle_status()
237 USB_ENDPOINT_HALT, endp, in usb_stor_clear_halt()
384 status = 1 << USB_ENDPOINT_HALT; in usbhsg_recip_handler_std_get_endpoint()
1180 USB_ENDPOINT_HALT) { in isr_setup_packet_handler()1232 USB_ENDPOINT_HALT) { in isr_setup_packet_handler()
Completed in 95 milliseconds