Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c452 if (Adapter->mppriv.act_in_progress) { in oid_rt_pro_rf_read_registry_hdl()
456 Adapter->mppriv.act_in_progress = true; in oid_rt_pro_rf_read_registry_hdl()
Drtl871x_mp_ioctl.c635 if (Adapter->mppriv.act_in_progress) in oid_rt_get_thermal_meter_hdl()
641 Adapter->mppriv.act_in_progress = true; in oid_rt_get_thermal_meter_hdl()
648 Adapter->mppriv.act_in_progress = false; in oid_rt_get_thermal_meter_hdl()
Drtl871x_mp.h74 u8 act_in_progress; member