Lines Matching refs:bktr_devclass
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()
838 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_poll()