Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/dev/usb/
HDusb_bus.h120 uint8_t devices_max; /* maximum number of USB devices */ member
/freebsd-13-stable/sys/dev/usb/controller/
HDsaf1761_otg_boot.c86 sc->sc_bus.devices_max = SOTG_MAX_DEVICES; in saf1761_otg_fdt_attach()
HDgeneric_ehci.c73 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in generic_ehci_attach()
HDgeneric_xhci.c80 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in generic_xhci_attach()
HDehci_msm.c102 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_msm_attach()
HDsaf1761_otg_fdt.c175 sc->sc_bus.devices_max = SOTG_MAX_DEVICES; in saf1761_otg_fdt_attach()
HDuhci_pci.c281 sc->sc_bus.devices_max = UHCI_MAX_DEVICES; in uhci_pci_attach()
HDohci_pci.c213 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_pci_attach()
HDehci_mv.c156 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in mv_ehci_attach()
HDusb_controller.c968 if ((bus->devices_max > USB_MAX_DEVICES) || in usb_bus_mem_alloc_all()
969 (bus->devices_max < USB_MIN_DEVICES) || in usb_bus_mem_alloc_all()
/freebsd-13-stable/sys/powerpc/ps3/
HDohci_ps3.c85 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_ps3_attach()
HDehci_ps3.c100 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_ps3_attach()
/freebsd-13-stable/sys/dev/bhnd/cores/usb/
HDbhnd_ohci.c102 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in bhnd_ohci_attach()
HDbhnd_ehci.c122 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in bhnd_ehci_attach()
/freebsd-13-stable/sys/mips/mediatek/
HDmtk_ohci.c97 sc->sc_bus.devices_max = OHCI_MAX_DEVICES; in ohci_fdt_attach()
HDmtk_ehci.c97 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ehci_fdt_attach()
HDmtk_xhci.c99 sc->sc_bus.devices_max = XHCI_MAX_DEVICES; in mtk_xhci_fdt_attach()
/freebsd-13-stable/sys/mips/atheros/
HDar71xx_ohci.c90 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES; in ar71xx_ohci_attach()
HDar71xx_ehci.c119 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in ar71xx_ehci_attach()
/freebsd-13-stable/sys/mips/cavium/usb/
HDoctusb_octeon.c105 sc->sc_dci.sc_bus.devices_max = OCTUSB_MAX_DEVICES; in octusb_octeon_attach()
/freebsd-13-stable/sys/arm/nvidia/
HDtegra_ehci.c229 esc->sc_bus.devices_max = EHCI_MAX_DEVICES; in tegra_ehci_attach()
/freebsd-13-stable/sys/mips/ingenic/
HDjz4780_ehci.c182 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in jz4780_ehci_attach()
HDjz4780_ohci.c162 sc->sc_ohci.sc_bus.devices_max = OHCI_MAX_DEVICES; in jz4780_ohci_attach()
/freebsd-13-stable/sys/arm/ti/usb/
HDomap_ehci.c310 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in omap_ehci_attach()
/freebsd-13-stable/sys/arm/xilinx/
HDzy7_ehci.c224 sc->sc_bus.devices_max = EHCI_MAX_DEVICES; in zy7_ehci_attach()

12