Home
last modified time | relevance | path

Searched refs:mtw_do_async (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dif_mtw.c130 void mtw_do_async(struct mtw_softc *, void (*)(struct mtw_softc *,
1536 mtw_do_async(struct mtw_softc *sc, void (*cb)(struct mtw_softc *, void *), in mtw_do_async() function
1568 mtw_do_async(sc, mtw_newstate_cb, &cmd, sizeof cmd); in mtw_newstate()
1654 mtw_do_async(ic->ic_softc, mtw_updateedca_cb, NULL, 0); in mtw_updateedca()
1702 mtw_do_async(ic->ic_softc, mtw_updateslot_cb, NULL, 0); in mtw_updateslot()
1732 mtw_do_async(sc, mtw_set_key_cb, &cmd, sizeof cmd); in mtw_set_key()
1863 mtw_do_async(sc, mtw_delete_key_cb, &cmd, sizeof cmd); in mtw_delete_key()
1893 mtw_do_async(arg, mtw_calibrate_cb, NULL, 0); in mtw_calibrate_to()