Lines Matching refs:maple_softc

116 static void	maple_scanbus(struct maple_softc *);
118 static void maple_begin_txbuf(struct maple_softc *);
119 static int maple_end_txbuf(struct maple_softc *);
120 static void maple_queue_command(struct maple_softc *, struct maple_unit *,
122 static void maple_write_command(struct maple_softc *, struct maple_unit *,
124 static void maple_start(struct maple_softc *sc);
125 static void maple_start_poll(struct maple_softc *);
126 static void maple_check_subunit_change(struct maple_softc *,
128 static void maple_check_unit_change(struct maple_softc *,
133 static void maple_attach_unit(struct maple_softc *, struct maple_unit *);
134 static void maple_detach_unit_nofix(struct maple_softc *,
136 static void maple_detach_unit(struct maple_softc *, struct maple_unit *);
137 static void maple_queue_cmds(struct maple_softc *,
139 static void maple_unit_probe(struct maple_softc *);
140 static void maple_unit_ping(struct maple_softc *);
141 static int maple_send_defered_periodic(struct maple_softc *);
142 static void maple_send_periodic(struct maple_softc *);
143 static void maple_remove_from_queues(struct maple_softc *,
145 static int maple_retry(struct maple_softc *, struct maple_unit *,
147 static void maple_queue_retry(struct maple_softc *);
148 static void maple_check_responses(struct maple_softc *);
163 CFATTACH_DECL_NEW(maple, sizeof(struct maple_softc),
195 struct maple_softc *sc; in mapleattach()
276 maple_scanbus(struct maple_softc *sc) in maple_scanbus()
326 struct maple_softc *sc; in maple_run_polling()
414 maple_begin_txbuf(struct maple_softc *sc) in maple_begin_txbuf()
422 maple_end_txbuf(struct maple_softc *sc) in maple_end_txbuf()
438 maple_queue_command(struct maple_softc *sc, struct maple_unit *u, in maple_queue_command()
478 maple_write_command(struct maple_softc *sc, struct maple_unit *u, int command, in maple_write_command()
498 maple_start(struct maple_softc *sc) in maple_start()
507 maple_start_poll(struct maple_softc *sc) in maple_start_poll()
517 maple_check_subunit_change(struct maple_softc *sc, struct maple_unit *u) in maple_check_subunit_change()
574 maple_check_unit_change(struct maple_softc *sc, struct maple_unit *u) in maple_check_unit_change()
679 maple_attach_unit(struct maple_softc *sc, struct maple_unit *u) in maple_attach_unit()
729 maple_detach_unit_nofix(struct maple_softc *sc, struct maple_unit *u) in maple_detach_unit_nofix()
827 maple_detach_unit(struct maple_softc *sc, struct maple_unit *u) in maple_detach_unit()
845 struct maple_softc *sc = device_private(dev); in maple_command()
877 maple_queue_cmds(struct maple_softc *sc, in maple_queue_cmds()
944 maple_unit_probe(struct maple_softc *sc) in maple_unit_probe()
966 struct maple_softc *sc = device_private(dev); in maple_enable_unit_ping()
977 maple_unit_ping(struct maple_softc *sc) in maple_unit_ping()
1023 struct maple_softc *sc = device_private(dev); in maple_enable_periodic()
1050 maple_send_defered_periodic(struct maple_softc *sc) in maple_send_defered_periodic()
1093 maple_send_periodic(struct maple_softc *sc) in maple_send_periodic()
1129 maple_remove_from_queues(struct maple_softc *sc, struct maple_unit *u) in maple_remove_from_queues()
1156 maple_retry(struct maple_softc *sc, struct maple_unit *u, in maple_retry()
1183 maple_queue_retry(struct maple_softc *sc) in maple_queue_retry()
1216 maple_check_responses(struct maple_softc *sc) in maple_check_responses()
1431 struct maple_softc *sc = arg; in maple_event_thread()
1555 struct maple_softc *sc = arg; in maple_intr()
1567 struct maple_softc *sc = ctx; in maple_callout()
1584 struct maple_softc *sc = device_private(dev); in maple_set_callback()
1623 struct maple_softc *sc; in mapleopen()
1646 struct maple_softc *sc; in mapleclose()
1659 struct maple_softc *sc = device_private(dev); in maple_unit_ioctl()
1678 struct maple_softc *sc; in mapleioctl()