Searched refs:rs_c2h_report (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_var.h36 struct callout rs_c2h_report; member in struct:r92c_softc
H A Dr92c_fw.c507 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout,
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c236 callout_stop(&rs->rs_c2h_report);
317 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout,
H A Dr92ce_attach.c125 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c190 callout_stop(&rs->rs_c2h_report);
387 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout,
H A Dr92cu_attach.c131 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0);

Completed in 42 milliseconds