Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/rtwn/rtl8192c/pci/
HDr92ce_init.c234 callout_stop(&rs->rs_c2h_report); in r92ce_power_off()
315 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout, in r92ce_post_init()
HDr92ce_attach.c123 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92ce_attach_private()
/freebsd-14-stable/sys/dev/rtwn/rtl8192c/usb/
HDr92cu_init.c188 callout_stop(&rs->rs_c2h_report); in r92cu_power_off()
385 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout, in r92cu_post_init()
HDr92cu_attach.c129 callout_init_mtx(&rs->rs_c2h_report, &sc->sc_mtx, 0); in r92cu_attach_private()
/freebsd-14-stable/sys/dev/rtwn/rtl8192c/
HDr92c_var.h35 struct callout rs_c2h_report; member
HDr92c_fw.c492 callout_reset(&rs->rs_c2h_report, rs->rs_c2h_timeout, in r92c_handle_c2h_task()