Searched refs:run_do_async (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | if_run.c | 378 static void run_do_async(struct run_softc *, 1846 run_do_async(struct run_softc *sc, void (*cb)(struct run_softc *, void *), in run_do_async() function 1882 run_do_async(sc, run_newstate_cb, &cmd, sizeof(cmd)); in run_newstate() 1978 run_do_async(ic->ic_ifp->if_softc, run_updateedca_cb, NULL, 0); in run_updateedca() 2036 run_do_async(sc, run_set_key_cb, &cmd, sizeof(cmd)); in run_set_key() 2146 run_do_async(sc, run_delete_key_cb, &cmd, sizeof(cmd)); in run_delete_key() 2182 run_do_async(arg, run_calibrate_cb, NULL, 0); in run_calibrate_to() 3980 run_do_async(ifp->if_softc, run_updateslot_cb, NULL, 0); in run_updateslot()
|