Searched refs:SENSOR_ENABLED (Results 1 – 3 of 3) sorted by relevance
125 if (cli_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh_work_buffer()211 (privdata, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_sfh_hid_client_init()212 if (status == SENSOR_ENABLED) { in amd_sfh_hid_client_init()213 cl_data->sensor_sts[i] = SENSOR_ENABLED; in amd_sfh_hid_client_init()219 if (status != SENSOR_ENABLED) in amd_sfh_hid_client_init()253 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh_hid_client_deinit()257 if (status != SENSOR_ENABLED) in amd_sfh_hid_client_deinit()
282 (mp2, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_mp2_pci_resume()283 if (status == SENSOR_ENABLED) in amd_mp2_pci_resume()284 cl_data->sensor_sts[i] = SENSOR_ENABLED; in amd_mp2_pci_resume()302 cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_mp2_pci_suspend()306 if (status != SENSOR_ENABLED) in amd_mp2_pci_suspend()
34 #define SENSOR_ENABLED 4 macro