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

12

/freebsd-current/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_intel.c118 if (error != USB_ERR_NORMAL_COMPLETION)
164 &reset, sizeof(reset)) != USB_ERR_NORMAL_COMPLETION)
175 &version, sizeof(version)) != USB_ERR_NORMAL_COMPLETION)
190 &version, sizeof(version)) != USB_ERR_NORMAL_COMPLETION)
H A Dng_ubt.c552 usb_error_t error = USB_ERR_NORMAL_COMPLETION;
562 if (error != USB_ERR_NORMAL_COMPLETION) {
569 return (USB_ERR_NORMAL_COMPLETION);
576 if (error == USB_ERR_NORMAL_COMPLETION) {
/freebsd-current/sys/dev/usb/
H A Dusb_error.c55 [USB_ERR_NORMAL_COMPLETION] = "USB_ERR_NORMAL_COMPLETION",
H A Dusb_hid.c152 return (USB_ERR_NORMAL_COMPLETION);
H A Dusb_hub.c515 err = USB_ERR_NORMAL_COMPLETION;
1016 return (USB_ERR_NORMAL_COMPLETION);
1029 retval = USB_ERR_NORMAL_COMPLETION;
1036 if (err != USB_ERR_NORMAL_COMPLETION)
1043 if (err != USB_ERR_NORMAL_COMPLETION)
1057 if (err != USB_ERR_NORMAL_COMPLETION)
1081 if (err != USB_ERR_NORMAL_COMPLETION)
1087 if (err != USB_ERR_NORMAL_COMPLETION)
1095 if (err != USB_ERR_NORMAL_COMPLETION)
1102 if (err != USB_ERR_NORMAL_COMPLETION)
[all...]
H A Dusb_request.c726 case USB_ERR_NORMAL_COMPLETION:
1122 return (USB_ERR_NORMAL_COMPLETION);
1201 return (USB_ERR_NORMAL_COMPLETION);
H A Dusbdi.h44 USB_ERR_NORMAL_COMPLETION = 0, enumerator in enum:__anon4770
H A Dusb_transfer.c2611 if (xfer->error == USB_ERR_NORMAL_COMPLETION)
2644 } else if (xfer->error != USB_ERR_NORMAL_COMPLETION) {
3067 case USB_ERR_NORMAL_COMPLETION:
/freebsd-current/sys/dev/usb/video/
H A Dudl.c376 if (error != USB_ERR_NORMAL_COMPLETION)
682 if (error == USB_ERR_NORMAL_COMPLETION)
695 if (error == USB_ERR_NORMAL_COMPLETION)
721 if (error != USB_ERR_NORMAL_COMPLETION)
728 if (error != USB_ERR_NORMAL_COMPLETION)
735 if (error != USB_ERR_NORMAL_COMPLETION)
940 if (error != USB_ERR_NORMAL_COMPLETION)
960 if (error != USB_ERR_NORMAL_COMPLETION)
965 if (error != USB_ERR_NORMAL_COMPLETION)
970 if (error != USB_ERR_NORMAL_COMPLETION)
[all...]
/freebsd-current/sys/dev/rtwn/usb/
H A Drtwn_usb_reg.c71 if (err == USB_ERR_NORMAL_COMPLETION)
/freebsd-current/usr.sbin/bhyve/
H A Dusb_mouse.c347 err = USB_ERR_NORMAL_COMPLETION;
665 (err == USB_ERR_NORMAL_COMPLETION) && (data != NULL))
692 err = USB_ERR_NORMAL_COMPLETION;
/freebsd-current/sys/dev/usb/input/
H A Dwmt.c341 if (err == USB_ERR_NORMAL_COMPLETION) {
401 if (err != USB_ERR_NORMAL_COMPLETION) {
971 if (err != USB_ERR_NORMAL_COMPLETION)
H A Dwsp.c673 if (err != USB_ERR_NORMAL_COMPLETION) {
760 if (err == USB_ERR_NORMAL_COMPLETION) {
796 if (err != USB_ERR_NORMAL_COMPLETION) {
802 if (err != USB_ERR_NORMAL_COMPLETION) {
H A Datp.c895 if (err != USB_ERR_NORMAL_COMPLETION) {
2199 USB_ERR_NORMAL_COMPLETION)
/freebsd-current/sys/dev/usb/serial/
H A Duftdi.c1724 if (rv == USB_ERR_NORMAL_COMPLETION)
1859 if (err != USB_ERR_NORMAL_COMPLETION)
1862 return (USB_ERR_NORMAL_COMPLETION);
1888 if (err != USB_ERR_NORMAL_COMPLETION)
1891 return (USB_ERR_NORMAL_COMPLETION);
1970 if (err != USB_ERR_NORMAL_COMPLETION)
H A Dumcs.c957 if (err == USB_ERR_NORMAL_COMPLETION && len != 1) {
1002 if (err == USB_ERR_NORMAL_COMPLETION && len != 1) {
/freebsd-current/sys/dev/usb/controller/
H A Duhci.c1176 return (USB_ERR_NORMAL_COMPLETION);
1317 uhci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
2411 return (USB_ERR_NORMAL_COMPLETION);
2589 err = USB_ERR_NORMAL_COMPLETION;
2710 err = USB_ERR_NORMAL_COMPLETION;
H A Dohci.c240 return (USB_ERR_NORMAL_COMPLETION);
301 return (USB_ERR_NORMAL_COMPLETION);
429 return (USB_ERR_NORMAL_COMPLETION);
768 ohci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
886 return ((cc == 0) ? USB_ERR_NORMAL_COMPLETION :
H A Dehci.c276 return (USB_ERR_NORMAL_COMPLETION);
1186 return (USB_ERR_NORMAL_COMPLETION);
1276 ehci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
1310 ehci_device_done(xfer, USB_ERR_NORMAL_COMPLETION);
H A Datmegadci.c1022 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Davr32dci.c999 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
H A Duss820dci.c1171 USB_ERR_STALLED : USB_ERR_NORMAL_COMPLETION);
/freebsd-current/sys/dev/usb/wlan/
H A Dif_rum.c945 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1044 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1050 if (uerror != USB_ERR_NORMAL_COMPLETION) {
1874 return (USB_ERR_NORMAL_COMPLETION);
2679 if (err != USB_ERR_NORMAL_COMPLETION) {
2711 if (uerror != USB_ERR_NORMAL_COMPLETION)
/freebsd-current/sys/dev/usb/net/
H A Dif_urndis.c470 if (err != USB_ERR_NORMAL_COMPLETION)
/freebsd-current/usr.sbin/usbdump/
H A Dusbdump.c119 [USB_ERR_NORMAL_COMPLETION] = "0",

Completed in 497 milliseconds

12