Searched refs:USB_ERR_NORMAL_COMPLETION (Results 1 - 25 of 29) sorted by path

12

/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_usbd.c355 case USB_ERR_NORMAL_COMPLETION:
482 status = USB_ERR_NORMAL_COMPLETION;
493 if (status != USB_ERR_NORMAL_COMPLETION) {
527 return usbd_usb2urb(USB_ERR_NORMAL_COMPLETION);
534 if (ret != USB_ERR_NORMAL_COMPLETION && ret != USB_ERR_IN_USE) {
556 if (ret != USB_ERR_NORMAL_COMPLETION)
599 if (status != USB_ERR_NORMAL_COMPLETION) {
622 if (status != USB_ERR_NORMAL_COMPLETION)
667 if (status != USB_ERR_NORMAL_COMPLETION) {
727 if (error != USB_ERR_NORMAL_COMPLETION)
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dat91dci.c1187 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Datmegadci.c1042 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Davr32dci.c1011 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Dehci.c275 return (USB_ERR_NORMAL_COMPLETION);
1189 return (USB_ERR_NORMAL_COMPLETION);
1287 ehci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
1321 ehci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
H A Dmusb_otg.c2768 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Dohci.c239 return (USB_ERR_NORMAL_COMPLETION);
300 return (USB_ERR_NORMAL_COMPLETION);
429 return (USB_ERR_NORMAL_COMPLETION);
769 ohci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
888 return ((cc == 0) ? USB_ERR_NORMAL_COMPLETION :
H A Duhci.c1186 return (USB_ERR_NORMAL_COMPLETION);
1332 uhci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
2476 return (USB_ERR_NORMAL_COMPLETION);
2654 err = USB_ERR_NORMAL_COMPLETION;
2775 err = USB_ERR_NORMAL_COMPLETION;
H A Duss820dci.c1186 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Dxhci.c808 USB_ERR_NORMAL_COMPLETION);
/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c892 if (err != USB_ERR_NORMAL_COMPLETION) {
2202 USB_ERR_NORMAL_COMPLETION)
H A Dwsp.c648 if (err != USB_ERR_NORMAL_COMPLETION) {
732 if (err == USB_ERR_NORMAL_COMPLETION) {
767 if (err != USB_ERR_NORMAL_COMPLETION) {
773 if (err != USB_ERR_NORMAL_COMPLETION) {
H A Dwmt.c321 if (err == USB_ERR_NORMAL_COMPLETION)
341 if (err != USB_ERR_NORMAL_COMPLETION) {
/freebsd-11-stable/sys/dev/usb/serial/
H A Dumcs.c960 if (err == USB_ERR_NORMAL_COMPLETION && len != 1) {
1005 if (err == USB_ERR_NORMAL_COMPLETION && len != 1) {
H A Duftdi.c1723 if (rv == USB_ERR_NORMAL_COMPLETION)
1858 if (err != USB_ERR_NORMAL_COMPLETION)
1861 return (USB_ERR_NORMAL_COMPLETION);
1887 if (err != USB_ERR_NORMAL_COMPLETION)
1890 return (USB_ERR_NORMAL_COMPLETION);
1969 if (err != USB_ERR_NORMAL_COMPLETION)
/freebsd-11-stable/sys/dev/usb/
H A Dusb_error.c54 [USB_ERR_NORMAL_COMPLETION] = "USB_ERR_NORMAL_COMPLETION",
H A Dusb_device.c489 return (USB_ERR_NORMAL_COMPLETION);
H A Dusb_hid.c848 return (USB_ERR_NORMAL_COMPLETION);
H A Dusb_hub.c1142 return (USB_ERR_NORMAL_COMPLETION);
H A Dusb_request.c716 case USB_ERR_NORMAL_COMPLETION:
1114 return (USB_ERR_NORMAL_COMPLETION);
1189 return (USB_ERR_NORMAL_COMPLETION);
H A Dusb_transfer.c2641 if (xfer->error == USB_ERR_NORMAL_COMPLETION)
2674 } else if (xfer->error != USB_ERR_NORMAL_COMPLETION) {
3046 case USB_ERR_NORMAL_COMPLETION:
H A Dusbdi.h44 USB_ERR_NORMAL_COMPLETION = 0, enumerator in enum:__anon5
/freebsd-11-stable/usr.sbin/bhyve/
H A Dusb_mouse.c349 err = USB_ERR_NORMAL_COMPLETION;
667 (err == USB_ERR_NORMAL_COMPLETION) && (data != NULL))
694 err = USB_ERR_NORMAL_COMPLETION;
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c1570 if (error != USB_ERR_NORMAL_COMPLETION)
1574 if (error != USB_ERR_NORMAL_COMPLETION)
1703 if (error != USB_ERR_NORMAL_COMPLETION)
1730 if (error != USB_ERR_NORMAL_COMPLETION)
1860 if (error != USB_ERR_NORMAL_COMPLETION)
1867 if (error != USB_ERR_NORMAL_COMPLETION)
1874 if (error != USB_ERR_NORMAL_COMPLETION)
1882 if (error != USB_ERR_NORMAL_COMPLETION)
3385 if (error != USB_ERR_NORMAL_COMPLETION)
3389 if (error != USB_ERR_NORMAL_COMPLETION)
[all...]
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_urndis.c473 if (err != USB_ERR_NORMAL_COMPLETION)

Completed in 364 milliseconds

12