Home
last modified time | relevance | path

Searched refs:sc_udev (Results 1 - 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c81 struct usb_device *sc_udev; /* USB device */ member
89 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol)
191 usb_needs_explore(sc->sc_udev->bus, 0); in uhub_intr_callback()
329 udev = sc->sc_udev; in uhub_reset_tt_callback()
498 struct usb_device *dev = sc->sc_udev; in uhub_explore_sub()
506 bus = sc->sc_udev->bus; in uhub_explore_sub()
567 sc->sc_udev, NULL, &ps, portno); in uhub_read_port_status()
610 udev = sc->sc_udev; in uhub_port_debounce()
668 udev = sc->sc_udev; in uhub_reattach_port()
894 sc->sc_udev, NUL in uhub_reattach_port()
[all...]
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c78 struct usb_device *sc_udev; member
452 err = usbd_req_get_report(sc->sc_udev, NULL, kern_data, in uhid_get_report()
497 err = usbd_req_set_report(sc->sc_udev, NULL, kern_data, in uhid_set_report()
747 sc->sc_udev = uaa->device; in uhid_attach()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_urndisreg.h58 struct usb_device *sc_udev; member
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c427 struct usb_device *sc_udev; member
928 sc->sc_udev = uaa->device; in umass_attach()
1165 err = usbd_do_request(sc->sc_udev, NULL, &req, &status); in umass_init_shuttle()
1699 err = usbd_do_request(sc->sc_udev, NULL, &req, &buf); in umass_bbb_get_max_lun()
3098 speed = sc->sc_udev->speed; in umass_status()
3101 vid = UGETW(sc->sc_udev->ddesc.idVendor); in umass_status()
3102 pid = UGETW(sc->sc_udev->ddesc.idProduct); in umass_status()
3306 udev = sc->sc_udev; in umass_attach_dev_sub()
3365 udev = sc->sc_udev; in umass_detach_dev_sub()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c96 struct usb_device *sc_udev; member
695 sc->sc_udev = uaa->device; in u3g_attach()
951 (void)ucom_cfg_do_request(sc->sc_udev, ucom, in u3g_cfg_set_line()

Completed in 11 milliseconds