Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c485 Adapter->mppriv.workparam.bcompleted = false; in oid_rt_pro_rf_read_registry_hdl()
486 Adapter->mppriv.workparam.act_type = MPT_READ_RF; in oid_rt_pro_rf_read_registry_hdl()
487 Adapter->mppriv.workparam.io_offset = *(unsigned long *) in oid_rt_pro_rf_read_registry_hdl()
489 Adapter->mppriv.workparam.io_value = 0xcccccccc; in oid_rt_pro_rf_read_registry_hdl()
500 (unsigned char *)&Adapter->mppriv.workparam. in oid_rt_pro_rf_read_registry_hdl()
Drtl871x_mp_ioctl.c700 Adapter->mppriv.workparam.bcompleted = false; in oid_rt_get_thermal_meter_hdl()
701 Adapter->mppriv.workparam.act_type = MPT_GET_THERMAL_METER; in oid_rt_get_thermal_meter_hdl()
702 Adapter->mppriv.workparam.io_offset = 0; in oid_rt_get_thermal_meter_hdl()
703 Adapter->mppriv.workparam.io_value = 0xFFFFFFFF; in oid_rt_get_thermal_meter_hdl()
704 r8712_GetThermalMeter(Adapter, &Adapter->mppriv.workparam.io_value); in oid_rt_get_thermal_meter_hdl()
705 Adapter->mppriv.workparam.bcompleted = true; in oid_rt_get_thermal_meter_hdl()
708 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()