Home
last modified time | relevance | path

Searched refs:device_get_softc (Results 1 – 16 of 16) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci_pci.c90 struct xhci_softc *sc = device_get_softc(self);; in xhci_pci_attach()
169 struct xhci_softc *sc = device_get_softc(self); in xhci_pci_detach()
199 struct xhci_softc *sc = device_get_softc(self); in xhci_pci_take_controller()
Dehci_pci.c94 ehci_softc_t *sc = device_get_softc(self); in ehci_pci_attach()
190 ehci_softc_t *sc = device_get_softc(self); in ehci_pci_detach()
Dusb_controller.c154 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_detach()
216 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_suspend()
244 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_resume()
294 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown()
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c724 struct composite_softc *usb_cdev = device_get_softc(dev); in composite_attach()
765 struct composite_softc *usb_cdev = device_get_softc(dev); in composite_detach()
766 void *parnet_conext = device_get_softc(device_get_parent(dev)); in composite_detach()
Dusbd_audio.c68 cdev = (struct composite_softc *)device_get_softc(dev); in get_uac()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c248 struct usb_linux_softc *sc = device_get_softc(dev); in usb_linux_attach()
297 struct usb_linux_softc *sc = device_get_softc(dev); in usb_linux_detach()
333 struct usb_linux_softc *sc = device_get_softc(dev); in usb_linux_suspend()
351 struct usb_linux_softc *sc = device_get_softc(dev); in usb_linux_resume()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c351 struct axge_softc *sc = device_get_softc(dev); in axge_attach()
388 struct axge_softc *sc = device_get_softc(dev); in axge_detach()
Dif_cdce.c461 struct cdce_softc *sc = (struct cdce_softc *)device_get_softc(dev); in cdce_attach()
639 struct cdce_softc *sc = (struct cdce_softc *)device_get_softc(dev); in cdce_detach()
1053 struct cdce_softc *sc = device_get_softc(dev); in cdce_handle_request()
Dif_urndis.c188 struct urndis_softc *sc = device_get_softc(dev); in urndis_attach()
313 struct urndis_softc *sc = device_get_softc(dev); in urndis_detach()
Dif_axe.c696 struct axe_softc *sc = device_get_softc(dev); in axe_attach()
735 struct axe_softc *sc = device_get_softc(dev); in axe_detach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c1258 struct uhub_softc *sc = device_get_softc(dev); in uhub_attach()
1615 struct uhub_softc *sc = device_get_softc(dev); in uhub_detach()
1751 sc = device_get_softc(parent); in uhub_child_location_string()
1792 sc = device_get_softc(parent); in uhub_child_pnpinfo_string()
2423 bus = device_get_softc(dev); in usb_needs_explore_all()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c738 struct uhid_softc *sc = device_get_softc(dev); in uhid_attach()
900 struct uhid_softc *sc = device_get_softc(dev); in uhid_detach()
/third_party/FreeBSD/sys/dev/usb/serial/
Du3g.c673 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev); in u3g_attach()
772 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev); in u3g_detach()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c732 return (device_get_softc(dev)); in devclass_get_softc()
1043 device_get_softc(device_t dev) in device_get_softc() function
/third_party/FreeBSD/sys/sys/
Dbus.h311 void *device_get_softc(device_t dev);
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c918 (struct umass_softc *)device_get_softc(dev); in umass_attach()
1112 struct umass_softc *sc = (struct umass_softc *)device_get_softc(dev); in umass_detach()