Searched refs:sc_bus (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-12-stable/sys/dev/cardbus/
H A Dcardbus.c105 sc->sc_bus = bus_alloc_resource(cbdev, PCI_RES_BUS, &rid,
107 if (sc->sc_bus == NULL) {
128 (void)bus_release_resource(cbdev, PCI_RES_BUS, 0, sc->sc_bus);
/freebsd-12-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h131 struct usb_bus sc_bus; member in struct:saf1761_otg_softc
H A Dmusb_otg.c86 USB_P2U(&(((struct musbotg_softc *)0)->sc_bus))))
362 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 50);
386 usb_pause_mtx(&sc->sc_bus.bus_mtx, hz / 125);
2202 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
2215 USB_BUS_LOCK(&sc->sc_bus);
2236 USB_BUS_UNLOCK(&sc->sc_bus);
2242 USB_BUS_LOCK(&sc->sc_bus);
2247 USB_BUS_UNLOCK(&sc->sc_bus);
2260 USB_BUS_LOCK(&sc->sc_bus);
2384 USB_BUS_UNLOCK(&sc->sc_bus);
[all...]
H A Ddwc_otg.h164 struct usb_bus sc_bus; member in struct:dwc_otg_softc
H A Datmegadci.h256 struct usb_bus sc_bus; member in struct:atmegadci_softc
H A Davr32dci.h224 struct usb_bus sc_bus; member in struct:avr32dci_softc
H A Dohci.h227 struct usb_bus sc_bus; /* base device */ member in struct:ohci_softc
H A Duhci.h206 struct usb_bus sc_bus; /* base device */ member in struct:uhci_softc
H A Duss820dci.h333 struct usb_bus sc_bus; member in struct:uss820dci_softc
H A Dehci.h319 struct usb_bus sc_bus; /* base device */ member in struct:ehci_softc
H A Dmusb_otg.h397 struct usb_bus sc_bus; member in struct:musbotg_softc
H A Dxhci.h465 struct usb_bus sc_bus; member in struct:xhci_softc
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.c81 ((uint8_t *)&(((struct octusb_softc *)0)->sc_bus))))
819 TAILQ_FOREACH(xfer, &sc->sc_bus.intr_q.head, wait_entry) {
861 usb_bus_mem_flush_all(&sc->sc_bus, &octusb_iterate_hw_softc);
864 sc->sc_bus.methods = &octusb_bus_methods;
874 sc->sc_bus.usbrev = USB_REV_2_0;
883 USB_BUS_LOCK(&sc->sc_bus);
892 USB_BUS_UNLOCK(&sc->sc_bus);
895 octusb_do_poll(&sc->sc_bus);
905 USB_BUS_LOCK(&sc->sc_bus);
911 USB_BUS_UNLOCK(&sc->sc_bus);
[all...]
/freebsd-12-stable/sys/arm/nvidia/
H A Dtegra_xhci.c1078 xsc->sc_bus.parent = dev;
1079 xsc->sc_bus.devices = xsc->sc_devices;
1080 xsc->sc_bus.devices_max = XHCI_MAX_DEVICES;
1088 xsc->sc_bus.bdev = device_add_child(sc->dev, "usbus", -1);
1089 if (xsc->sc_bus.bdev == NULL) {
1094 device_set_ivars(xsc->sc_bus.bdev, &xsc->sc_bus);
1095 device_set_desc(xsc->sc_bus.bdev, "Nvidia USB 3.0 controller");
1127 rv = device_probe_and_attach(xsc->sc_bus.bdev);
/freebsd-12-stable/sys/mips/cavium/
H A Doctopci.c73 unsigned sc_bus; member in struct:octopci_softc
157 sc->sc_bus = 1;
168 sc->sc_bus = 0;
206 octopci_write_config(dev, sc->sc_bus, 0, 0, PCIR_SUBBUS_1, 0xff, 1);
207 subbus = octopci_init_bus(dev, sc->sc_bus);
208 octopci_write_config(dev, sc->sc_bus, 0, 0, PCIR_SUBBUS_1, subbus, 1);
227 *result = sc->sc_bus;
/freebsd-12-stable/sys/dev/ofw/
H A Dofwpci.c165 sc->sc_bus = busrange[0];
348 *result = sc->sc_bus;
366 sc->sc_bus = value;
/freebsd-12-stable/sys/dev/iir/
H A Diir_ctrl.c246 p->info = (gdt->sc_bus << 8) | (gdt->sc_slot << 3);
H A Diir_pci.c218 gdt->sc_bus = pci_get_bus(dev);
H A Diir.h603 int sc_bus, sc_slot; member in struct:gdt_softc
H A Diir.c1609 device_printf(gdt->sc_devnode, "[PCI %d/%d] ", gdt->sc_bus,
/freebsd-12-stable/sys/powerpc/powermac/
H A Duninorthpci.c257 if (sc->pci_sc.sc_bus == bus && sc->sc_ver < 4) {
/freebsd-12-stable/sys/dev/pci/
H A Dpci_private.h46 struct resource *sc_bus; member in struct:pci_softc
H A Dpci.c4416 sc->sc_bus = bus_alloc_resource(dev, PCI_RES_BUS, &rid, busno, busno,
4418 if (sc->sc_bus == NULL) {
4464 error = bus_release_resource(dev, PCI_RES_BUS, 0, sc->sc_bus);

Completed in 131 milliseconds

123