Searched refs:USB_ENDPOINT_HALT (Results 1 – 25 of 40) sorted by relevance
12
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()
137 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_ep_feature()189 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_ep_status()
192 st0 |= 1 << USB_ENDPOINT_HALT; in ast_vhub_hub_ep_status()229 if (wValue != USB_ENDPOINT_HALT) in ast_vhub_hub_ep_feature()
92 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()
248 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()
357 usb_status = 1 << USB_ENDPOINT_HALT; in dwc3_ep0_handle_status()519 case USB_ENDPOINT_HALT: in dwc3_ep0_handle_endpoint()
1187 tmp = (1 << USB_ENDPOINT_HALT); in handle_setup()1198 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()1217 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS) in handle_setup()
562 status = 1 << USB_ENDPOINT_HALT; in max3420_getstatus()597 if (udc->setup.wValue != USB_ENDPOINT_HALT) in max3420_set_clear_feature()
1549 << USB_ENDPOINT_HALT; in ch9getstatus()1577 case USB_ENDPOINT_HALT: in ch9clearfeature()1632 case USB_ENDPOINT_HALT: in ch9setfeature()
653 if (crq->wValue != USB_ENDPOINT_HALT || crq->wLength != 0) in s3c2410_udc_handle_ep0_idle()666 if (crq->wValue != USB_ENDPOINT_HALT || crq->wLength != 0) in s3c2410_udc_handle_ep0_idle()
2963 if (w_value != USB_ENDPOINT_HALT) in handle_stat0_irqs_superspeed()3027 if (!e || (w_value != USB_ENDPOINT_HALT)) in handle_stat0_irqs_superspeed()3250 if (w_value != USB_ENDPOINT_HALT || w_length != 0) in handle_stat0_irqs()3275 if (w_value != USB_ENDPOINT_HALT || w_length != 0) in handle_stat0_irqs()
1003 case USB_ENDPOINT_HALT: in gr_endpoint_request()1013 case USB_ENDPOINT_HALT: in gr_endpoint_request()
1971 usb_status = 1 << USB_ENDPOINT_HALT; in ch9getstatus()1976 usb_status = 1 << USB_ENDPOINT_HALT; in ch9getstatus()
2167 ep0buff = (1 << USB_ENDPOINT_HALT); in udc_get_status()2233 if ((wValue != USB_ENDPOINT_HALT) || in udc_handle_ep0_setup()
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()
519 case USB_ENDPOINT_HALT: in s3c_hsudc_handle_reqfeat()
23 (req->wValue == USB_ENDPOINT_HALT); in is_clear_halt_cmd()
173 #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()
1170 USB_ENDPOINT_HALT) { in isr_setup_packet_handler()1222 USB_ENDPOINT_HALT) { in isr_setup_packet_handler()
237 USB_ENDPOINT_HALT, endp, in usb_stor_clear_halt()
384 status = 1 << USB_ENDPOINT_HALT; in usbhsg_recip_handler_std_get_endpoint()
Completed in 69 milliseconds