Searched refs:SENSOR_ENABLED (Results 1 – 3 of 3) sorted by relevance
91 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh_hid_client_deinit() 147 cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED; in amd_sfh1_1_hid_client_init() 148 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh1_1_hid_client_init() 202 cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED; in amd_sfh1_1_hid_client_init() 209 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh1_1_hid_client_init() 274 status = SENSOR_ENABLED; in amd_sfh_resume() 275 if (status == SENSOR_ENABLED) in amd_sfh_resume() 276 cl_data->sensor_sts[i] = SENSOR_ENABLED; in amd_sfh_resume() 301 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh_suspend() 307 if (status != SENSOR_ENABLED) in amd_sfh_suspend() [all...]
121 if (cli_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh_work_buffer() 174 (mp2, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_sfh_resume() 175 if (status == SENSOR_ENABLED) in amd_sfh_resume() 176 cl_data->sensor_sts[i] = SENSOR_ENABLED; in amd_sfh_resume() 194 cl_data->sensor_sts[i] == SENSOR_ENABLED) { in amd_sfh_suspend() 198 if (status != SENSOR_ENABLED) in amd_sfh_suspend() 256 SENSOR_ENABLED); in amd_sfh_hid_client_init() 257 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) in amd_sfh_hid_client_init() 306 (privdata, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_sfh_hid_client_init() 308 if (cl_data->sensor_sts[i] == SENSOR_ENABLED) in amd_sfh_hid_client_init() [all...]
25 #define SENSOR_ENABLED 4 macro