amr_cam_command
if ((ac == NULL) && (sc->amr_cam_command != NULL))
sc->amr_cam_command(sc, &ac);
sc->amr_cam_command = amr_cam_command;
static int amr_cam_command(struct amr_softc *sc, struct amr_command **acp);
int (*amr_cam_command)(struct amr_softc *sc, struct amr_command **acp);