Searched refs:uerr (Results 1 – 2 of 2) sorted by relevance
557 usb_error_t uerr; in uhso_attach() local574 uerr = usbd_transfer_setup(uaa->device, in uhso_attach()577 if (uerr) { in uhso_attach()579 usbd_errstr(uerr)); in uhso_attach()779 usb_error_t uerr; in uhso_probe_iface_auto() local790 uerr = usbd_do_request_flags(udev, NULL, &req, buf, in uhso_probe_iface_auto()792 if (uerr != 0) { in uhso_probe_iface_auto()794 __func__, usbd_errstr(uerr)); in uhso_probe_iface_auto()967 usb_error_t uerr; in uhso_radio_ctrl() local975 uerr = usbd_do_request(sc->sc_udev, NULL, &req, NULL); in uhso_radio_ctrl()[all …]
66 unsigned int uerr; in errstr() local71 uerr = (num >= 0) ? num : -num; in errstr()73 *--t = "0123456789"[uerr % 10]; in errstr()74 } while (uerr /= 10); in errstr()