Lines Matching defs:amr_softc
55 struct amr_softc {
82 int (*amr_get_work)(struct amr_softc *, struct amr_mailbox_resp *);
83 int (*amr_submit)(struct amr_softc *sc, struct amr_ccb *);
141 int amr_ccb_alloc(struct amr_softc *, struct amr_ccb **);
142 void amr_ccb_enqueue(struct amr_softc *, struct amr_ccb *);
143 void amr_ccb_free(struct amr_softc *, struct amr_ccb *);
144 int amr_ccb_map(struct amr_softc *, struct amr_ccb *, void *, int, int);
145 int amr_ccb_poll(struct amr_softc *, struct amr_ccb *, int);
146 void amr_ccb_unmap(struct amr_softc *, struct amr_ccb *);
147 int amr_ccb_wait(struct amr_softc *, struct amr_ccb *);