Lines Matching defs:state
105 unsigned int type, state, value;
110 state = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_STATE);
121 EFX_WARN_ON_PARANOID(state >= ARRAY_SIZE(sensor_status_names));
122 state_txt = sensor_status_names[state];
193 unsigned int value, state;
200 state = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_STATE);
201 if (state == MC_CMD_SENSOR_STATE_NO_READING)
257 int state;
264 state = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_STATE);
265 return sprintf(buf, "%d\n", state != MC_CMD_SENSOR_STATE_OK);