Home
last modified time | relevance | path

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

/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_init.c96 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_deinit()
138 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh1_1_hid_client_init()
147 cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED; in amd_sfh1_1_hid_client_init()
204 cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED; in amd_sfh1_1_hid_client_init()
270 if (cl_data->sensor_sts[i] == SENSOR_DISABLED) { in amd_sfh_resume()
308 status = SENSOR_DISABLED; in amd_sfh_suspend()
310 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_suspend()
347 status = SENSOR_DISABLED; in amd_sfh_toggle_hpd()
349 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_toggle_hpd()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c176 if (cl_data->sensor_sts[i] == SENSOR_DISABLED) { in amd_sfh_resume()
205 (mp2, cl_data->sensor_idx[i], SENSOR_DISABLED); in amd_sfh_suspend()
207 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_suspend()
270 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_init()
342 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_init()
371 (privdata, cl_data->sensor_idx[i], SENSOR_DISABLED); in amd_sfh_hid_client_deinit()
373 cl_data->sensor_sts[i] = SENSOR_DISABLED; in amd_sfh_hid_client_deinit()
H A Damd_sfh_common.h27 #define SENSOR_DISABLED 5 macro
H A Damd_sfh_pcie.c54 return SENSOR_DISABLED; in amd_sfh_wait_response_v2()