Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/video/bktr/
H A Dbktr_os.c129 sizeof(struct bktr_softc),
210 struct bktr_softc *bktr = device_get_softc(dev); in bktr_attach()
346 struct bktr_softc *bktr = device_get_softc(dev); in bktr_detach()
385 struct bktr_softc *bktr = device_get_softc(dev); in bktr_shutdown()
445 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_open()
546 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_close()
585 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_read()
625 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_ioctl()
668 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit); in bktr_mmap()
706 bktr = (struct bktr_softc *) in bktr_kqfilter()
H A Dbktr_reg.h441 struct bktr_softc { struct
594 typedef struct bktr_softc bktr_reg_t; argument
595 typedef struct bktr_softc* bktr_ptr_t;