Searched refs:cac_softc (Results 1 – 4 of 4) sorted by relevance
60 struct cac_ccb *cac_pci_l0_completed(struct cac_softc *);61 int cac_pci_l0_fifo_full(struct cac_softc *);62 void cac_pci_l0_intr_enable(struct cac_softc *, int);63 int cac_pci_l0_intr_pending(struct cac_softc *);67 sizeof(struct cac_softc), cac_pci_match, cac_pci_attach156 struct cac_softc *sc; in cac_pci_attach()164 sc = (struct cac_softc *)self; in cac_pci_attach()233 struct cac_softc *sc = (struct cac_softc *)self; in cac_activate()258 cac_pci_l0_completed(struct cac_softc *sc) in cac_pci_l0_completed()278 cac_pci_l0_intr_pending(struct cac_softc *sc) in cac_pci_l0_intr_pending()[all …]
88 struct cac_ccb *cac_eisa_l0_completed(struct cac_softc *);89 int cac_eisa_l0_fifo_full(struct cac_softc *);90 void cac_eisa_l0_intr_enable(struct cac_softc *, int);91 int cac_eisa_l0_intr_pending(struct cac_softc *);95 sizeof(struct cac_softc), cac_eisa_match, cac_eisa_attach142 struct cac_softc *sc; in cac_eisa_attach()148 sc = (struct cac_softc *)self; in cac_eisa_attach()220 cac_eisa_l0_fifo_full(struct cac_softc *sc) in cac_eisa_l0_fifo_full()249 cac_eisa_l0_completed(struct cac_softc *sc) in cac_eisa_l0_completed()278 cac_eisa_l0_intr_pending(struct cac_softc *sc) in cac_eisa_l0_intr_pending()[all …]
85 struct cac_softc;88 struct cac_ccb *(*cl_completed)(struct cac_softc *);89 int (*cl_fifo_full)(struct cac_softc *);90 void (*cl_intr_enable)(struct cac_softc *, int);91 int (*cl_intr_pending)(struct cac_softc *);92 void (*cl_submit)(struct cac_softc *, struct cac_ccb *);95 struct cac_softc { struct123 int cac_init(struct cac_softc *, int); argument125 int cac_flush(struct cac_softc *);
114 int cac_l0_fifo_full(struct cac_softc *);124 int cac_create_sensors(struct cac_softc *);273 cac_flush(struct cac_softc *sc) in cac_flush()290 struct cac_softc *sc = v; in cac_intr()510 struct cac_softc *sc = xsc; in cac_ccb_alloc()533 struct cac_softc *sc = xsc; in cac_ccb_free()718 cac_l0_fifo_full(struct cac_softc *sc) in cac_l0_fifo_full()737 cac_l0_completed(struct cac_softc *sc) in cac_l0_completed()787 struct cac_softc *sc = (struct cac_softc *)dev; in cac_ioctl()862 cac_create_sensors(struct cac_softc *sc) in cac_create_sensors()[all …]