Symbol: SENSOR_DISABLED
drivers/hid/amd-sfh-hid/amd_sfh_client.c
176
if (cl_data->sensor_sts[i] == SENSOR_DISABLED) {
drivers/hid/amd-sfh-hid/amd_sfh_client.c
205
(mp2, cl_data->sensor_idx[i], SENSOR_DISABLED);
drivers/hid/amd-sfh-hid/amd_sfh_client.c
207
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/amd_sfh_client.c
270
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/amd_sfh_client.c
342
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/amd_sfh_client.c
371
(privdata, cl_data->sensor_idx[i], SENSOR_DISABLED);
drivers/hid/amd-sfh-hid/amd_sfh_client.c
373
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c
54
return SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
138
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
147
cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
204
cl_data->sensor_sts[i] = (status == 0) ? SENSOR_ENABLED : SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
270
if (cl_data->sensor_sts[i] == SENSOR_DISABLED) {
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
308
status = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
310
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
347
status = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
349
cl_data->sensor_sts[i] = SENSOR_DISABLED;
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c
96
cl_data->sensor_sts[i] = SENSOR_DISABLED;