Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/amd-sfh-hid/
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()
340 (privdata, cl_data->sensor_idx[i], SENSOR_DISABLED); in amd_sfh_hid_client_deinit()
342 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_deinit()
Damd_sfh_common.h26 #define SENSOR_DISABLED 5 macro
Damd_sfh_pcie.c52 return SENSOR_DISABLED; in amd_sfh_wait_response_v2()
/linux-6.12.1/drivers/hid/amd-sfh-hid/sfh1_1/
Damd_sfh_init.c90 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_deinit()
132 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh1_1_hid_client_init()
180 cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED; in amd_sfh1_1_hid_client_init()
236 if (cl_data->sensor_sts[i] == SENSOR_DISABLED) { in amd_sfh_resume()
272 status = SENSOR_DISABLED; in amd_sfh_suspend()
274 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_suspend()