Home
last modified time | relevance | path

Searched refs:bktr_softc (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/pci/bktr/
Dbktr_os.c221 sizeof(struct bktr_softc),
309 struct bktr_softc *bktr = device_get_softc(dev); in bktr_attach()
470 struct bktr_softc *bktr = device_get_softc(dev); in bktr_detach()
512 struct bktr_softc *bktr = device_get_softc(dev); in bktr_shutdown()
569 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_open()
649 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_close()
687 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_read()
725 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_ioctl()
760 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_mmap()
789 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_poll()
[all …]
Dbktr_reg.h535 struct bktr_softc { struct
731 typedef struct bktr_softc bktr_reg_t; argument
732 typedef struct bktr_softc* bktr_ptr_t;