Searched refs:bdev (Results 76 - 88 of 88) sorted by relevance

1234

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c662 device_printf(fc->bdev,
883 unit = device_get_unit(sc->fc->bdev);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gem.c226 man = &rdev->mman.bdev.man[TTM_PL_VRAM];
H A Dradeon_display.c384 mtx_lock(&rbo->tbo.bdev->fence_lock);
387 mtx_unlock(&rbo->tbo.bdev->fence_lock);
H A Dradeon.h311 struct ttm_bo_device bdev; member in struct:radeon_mman
/freebsd-11-stable/sys/dev/usb/controller/
H A Datmegadci.c1202 device_printf(sc->sc_bus.bdev,
1907 device_printf(sc->sc_bus.bdev,
H A Davr32dci.c1168 device_printf(sc->sc_bus.bdev, "Chip rejected configuration\n");
1839 device_printf(sc->sc_bus.bdev,
H A Dohci.c192 device_printf(sc->sc_bus.bdev,
209 DPRINTF("%s: resetting\n", device_get_nameunit(sc->sc_bus.bdev));
228 device_printf(sc->sc_bus.bdev, "reset timeout\n");
1108 * NOTE: Do not access "sc->sc_bus.bdev" inside the interrupt handler,
1109 * hence the interrupt handler will be setup before "sc->sc_bus.bdev"
H A Dsaf1761_otg.c3295 device_printf(sc->sc_bus.bdev, "port reset timeout\n");
H A Dmusb_otg.c3168 device_printf(sc->sc_bus.bdev, "Dynamic FIFO sizing detected, "
/freebsd-11-stable/sys/dev/usb/
H A Dusb_generic.c835 di->udi_bus = device_get_unit(udev->bus->bdev);
1885 dpp->udp_bus = device_get_unit(udev->bus->bdev);
H A Dusb_hub.c1711 , device_get_unit(res.udev->bus->bdev)
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c457 struct cdev *bdev; member in struct:psm_softc
1973 if ((error = make_dev_s(&mda, &sc->bdev, "bpsm%d", unit)) != 0)
2037 if (sc->bdev != NULL)
2038 destroy_dev(sc->bdev);
2063 destroy_dev(sc->bdev);
2439 if (dev != sc->bdev) {
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1780 int ttm_bo_mmap_single(struct ttm_bo_device *bdev, vm_ooffset_t *offset,

Completed in 455 milliseconds

1234