Home
last modified time | relevance | path

Searched refs:devices_max (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_bus.h120 uint8_t devices_max; /* maximum number of USB devices */ member
H A Dusb_hub.c2513 x != bus->devices_max; x++) { in usb_bus_powerd()
2550 x != bus->devices_max; x++) { in usb_bus_powerd()
H A Dusb_device.c1779 (device_index != bus->devices_max) && in usb_alloc_device()
1783 if (device_index == bus->devices_max) { in usb_alloc_device()
/freebsd/sys/powerpc/ps3/
H A Dohci_ps3.c85 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_ps3_attach()
H A Dehci_ps3.c95 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_ps3_attach()
/freebsd/sys/dev/usb/controller/
H A Dgeneric_ehci.c72 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in generic_ehci_attach()
H A Dgeneric_xhci.c79 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in generic_xhci_attach()
H A Dehci_msm.c101 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_msm_attach()
H A Duhci_pci.c292 sc->sc_bus.devices_max = UHCI_MAX_DEVICES; in uhci_pci_attach()
H A Dohci_pci.c212 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_pci_attach()
H A Dehci_mv.c155 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in mv_ehci_attach()
H A Dusb_controller.c965 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()
966 (bus->devices_max < USB_MIN_DEVICES) || in usb_bus_mem_alloc_all()
H A Dehci_fsl.c237 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in fsl_ehci_attach()
H A Dehci_imx.c400 esc->sc_bus.devices_max = EHCI_MAX_DEVICES; in imx_ehci_attach()
H A Dgeneric_ohci.c116 sc->ohci_sc.sc_bus.devices_max = OHCI_MAX_DEVICES; in generic_ohci_attach()
H A Dehci_pci.c317 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_pci_attach()
H A Dmusb_otg_allwinner.c466 sc->sc.sc_bus.devices_max = MUSB2_MAX_DEVICES; in awusbdrd_attach()
H A Dxhci.c528 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in xhci_init()
H A Ddwc_otg.c3848 sc->sc_bus.devices_max = DWC_OTG_MAX_DEVICES; in dwc_otg_init()
/freebsd/sys/arm/nvidia/
H A Dtegra_ehci.c227 esc->sc_bus.devices_max = EHCI_MAX_DEVICES; in tegra_ehci_attach()
H A Dtegra_xhci.c1047 xsc->sc_bus.devices_max = XHCI_MAX_DEVICES; in tegra_xhci_attach()
/freebsd/sys/arm/xilinx/
H A Dzy7_ehci.c223 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in zy7_ehci_attach()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_ehci.c268 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in vybrid_ehci_attach()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_musb.c312 sc->sc_otg.sc_bus.devices_max = MUSB2_MAX_DEVICES; in musbotg_attach()