Searched refs:amr_cam_command (Results 1 – 3 of 3) sorted by relevance
92 static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);199 sc->amr_cam_command = amr_cam_command; in amr_cam_attach()413 amr_cam_command(struct amr_softc *sc, struct amr_command **acp) in amr_cam_command() function
257 int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp); member
1211 if ((ac == NULL) && (sc->amr_cam_command != NULL)) in amr_startio()1212 sc->amr_cam_command(sc, &ac); in amr_startio()