Searched refs:bktr_devclass (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/bktr/ |
| H A D | bktr_os.c | 246 static devclass_t bktr_devclass; variable 276 DRIVER_MODULE(bktr, pci, bktr_driver, bktr_devclass, 0, 0); 589 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_open() 599 device_busy(devclass_get_device(bktr_devclass, unit)); in bktr_open() 671 device_unbusy(devclass_get_device(bktr_devclass, unit)); in bktr_open() 689 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_close() 710 device_unbusy(devclass_get_device(bktr_devclass, unit)); in bktr_close() 727 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_read() 765 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_ioctl() 808 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_mmap() [all …]
|