maple_softc
struct maple_softc *sc = device_private(dev);
maple_send_defered_periodic(struct maple_softc *sc)
maple_send_periodic(struct maple_softc *sc)
maple_remove_from_queues(struct maple_softc *sc, struct maple_unit *u)
static void maple_scanbus(struct maple_softc *);
static void maple_begin_txbuf(struct maple_softc *);
maple_retry(struct maple_softc *sc, struct maple_unit *u,
static int maple_end_txbuf(struct maple_softc *);
static void maple_queue_command(struct maple_softc *, struct maple_unit *,
maple_queue_retry(struct maple_softc *sc)
static void maple_write_command(struct maple_softc *, struct maple_unit *,
static void maple_start(struct maple_softc *sc);
maple_check_responses(struct maple_softc *sc)
static void maple_start_poll(struct maple_softc *);
static void maple_check_subunit_change(struct maple_softc *,
static void maple_check_unit_change(struct maple_softc *,
static void maple_attach_unit(struct maple_softc *, struct maple_unit *);
static void maple_detach_unit_nofix(struct maple_softc *,
static void maple_detach_unit(struct maple_softc *, struct maple_unit *);
static void maple_queue_cmds(struct maple_softc *,
static void maple_unit_probe(struct maple_softc *);
static void maple_unit_ping(struct maple_softc *);
static int maple_send_defered_periodic(struct maple_softc *);
static void maple_send_periodic(struct maple_softc *);
static void maple_remove_from_queues(struct maple_softc *,
static int maple_retry(struct maple_softc *, struct maple_unit *,
struct maple_softc *sc = arg;
static void maple_queue_retry(struct maple_softc *);
static void maple_check_responses(struct maple_softc *);
struct maple_softc *sc = arg;
struct maple_softc *sc = ctx;
struct maple_softc *sc = device_private(dev);
CFATTACH_DECL_NEW(maple, sizeof(struct maple_softc),
struct maple_softc *sc;
struct maple_softc *sc;
struct maple_softc *sc = device_private(dev);
struct maple_softc *sc;
struct maple_softc *sc;
maple_scanbus(struct maple_softc *sc)
struct maple_softc *sc;
maple_begin_txbuf(struct maple_softc *sc)
maple_end_txbuf(struct maple_softc *sc)
maple_queue_command(struct maple_softc *sc, struct maple_unit *u,
maple_write_command(struct maple_softc *sc, struct maple_unit *u, int command,
maple_start(struct maple_softc *sc)
maple_start_poll(struct maple_softc *sc)
maple_check_subunit_change(struct maple_softc *sc, struct maple_unit *u)
maple_check_unit_change(struct maple_softc *sc, struct maple_unit *u)
maple_attach_unit(struct maple_softc *sc, struct maple_unit *u)
maple_detach_unit_nofix(struct maple_softc *sc, struct maple_unit *u)
maple_detach_unit(struct maple_softc *sc, struct maple_unit *u)
struct maple_softc *sc = device_private(dev);
maple_queue_cmds(struct maple_softc *sc,
maple_unit_probe(struct maple_softc *sc)
struct maple_softc *sc = device_private(dev);
maple_unit_ping(struct maple_softc *sc)