Searched refs:usb_status (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.h102 struct usb_status stat;
/freebsd-12-stable/sys/dev/usb/
H A Dusb_request.h57 struct mtx *mtx, struct usb_status *st);
H A Dusb.h685 struct usb_status { struct
693 typedef struct usb_status usb_status_t;
H A Dusb_request.c1476 struct usb_status *st)
H A Dusb_device.c676 struct usb_status ds;
/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h219 struct usb_status stat;
H A Duhci.h179 struct usb_status stat;
H A Dmusb_otg.c2256 uint8_t usb_status; local
2265 usb_status = MUSB2_READ_1(sc, MUSB2_REG_INTUSB);
2272 usb_status |= stat;
2281 if (usb_status & (MUSB2_MASK_IRESET |
2286 DPRINTFN(4, "real bus interrupt 0x%08x\n", usb_status);
2288 if (usb_status & MUSB2_MASK_IRESET) {
2322 if (usb_status & MUSB2_MASK_IRESUME) {
2334 } else if (usb_status & MUSB2_MASK_ISUSP) {
2347 if (usb_status &
2357 if (usb_status
[all...]
H A Dehci.h311 struct usb_status stat;
H A Dxhci.h454 struct usb_status stat;

Completed in 285 milliseconds