Home
last modified time | relevance | path

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

/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c166 if (cl_data->sensor_sts[i] == SENSOR_DISABLED) { in amd_sfh_resume()
195 (mp2, cl_data->sensor_idx[i], SENSOR_DISABLED); in amd_sfh_suspend()
197 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_suspend()
246 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_init()
311 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_init()
341 (privdata, cl_data->sensor_idx[i], SENSOR_DISABLED); in amd_sfh_hid_client_deinit()
343 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_deinit()
H A Damd_sfh_common.h26 #define SENSOR_DISABLED 5 macro
H A Damd_sfh_pcie.c52 return SENSOR_DISABLED; in amd_sfh_wait_response_v2()