Home
last modified time | relevance | path

Searched refs:sensor_state (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.h26 u8 sensor_state; member
33 u8 sensor_state; member
H A Damd_sfh_hid_desc.c134 common->sensor_state = HID_USAGE_SENSOR_STATE_INITIALIZING_ENUM; in get_common_features()
202 common->sensor_state = HID_USAGE_SENSOR_STATE_READY_ENUM; in get_common_inputs()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_interface.h107 u32 sensor_state : 3; member
H A Damd_sfh_desc.c67 common->sensor_state = HID_USAGE_SENSOR_STATE_INITIALIZING_ENUM; in get_common_features()
131 common->sensor_state = HID_USAGE_SENSOR_STATE_READY_ENUM; in get_common_inputs()
/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py135 for sensor_state in value["possibleStates[0]"]:
136 sensor_possible_states += sensor_state + "\n"
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c1093 uint32_t sensor_state = 0; in rtas_get_sensor_state() local
1121 sensor_state = drck->dr_entity_sense(drc); in rtas_get_sensor_state()
1125 rtas_st(rets, 1, sensor_state); in rtas_get_sensor_state()