Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c473 Adapter->mppriv.workparam.bcompleted = false; in oid_rt_pro_rf_read_registry_hdl()
474 Adapter->mppriv.workparam.act_type = MPT_READ_RF; in oid_rt_pro_rf_read_registry_hdl()
475 Adapter->mppriv.workparam.io_offset = *(unsigned long *) in oid_rt_pro_rf_read_registry_hdl()
477 Adapter->mppriv.workparam.io_value = 0xcccccccc; in oid_rt_pro_rf_read_registry_hdl()
488 (unsigned char *)&Adapter->mppriv.workparam. in oid_rt_pro_rf_read_registry_hdl()
Drtl871x_mp_ioctl.c694 Adapter->mppriv.workparam.bcompleted = false; in oid_rt_get_thermal_meter_hdl()
695 Adapter->mppriv.workparam.act_type = MPT_GET_THERMAL_METER; in oid_rt_get_thermal_meter_hdl()
696 Adapter->mppriv.workparam.io_offset = 0; in oid_rt_get_thermal_meter_hdl()
697 Adapter->mppriv.workparam.io_value = 0xFFFFFFFF; in oid_rt_get_thermal_meter_hdl()
698 r8712_GetThermalMeter(Adapter, &Adapter->mppriv.workparam.io_value); in oid_rt_get_thermal_meter_hdl()
699 Adapter->mppriv.workparam.bcompleted = true; in oid_rt_get_thermal_meter_hdl()
702 Adapter->mppriv.workparam.io_value; in oid_rt_get_thermal_meter_hdl()
Drtl871x_mp.h85 struct mp_wiparam workparam; member
Drtl871x_cmd.c433 padapter->mppriv.workparam.bcompleted = true; in r8712_getbbrfreg_cmdrsp_callback()
442 padapter->mppriv.workparam.bcompleted = true; in r8712_readtssi_cmdrsp_callback()