/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-detect-gpio-present/files/ |
H A D | detect-gpio-present.sh | 28 present_state=("true" "true" "true" "true" "true" "true" "true" "true" "true" "true" "true" "true") 42 present_state[i]="false" 46 present_state[i]="true"
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 970 uint8_t present_state; //!< Return a state value member 985 uint8_t present_state; //!< Return a state value member 1305 uint8_t present_state; member 1560 uint8_t present_state, 2388 uint8_t *present_state, uint8_t *previous_state, uint8_t *event_state,
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 988 pldm_msgbuf_extract(buf, field[i].present_state); in decode_get_state_sensor_readings_resp() 2344 uint8_t *present_state, uint8_t *previous_state, uint8_t *event_state, in decode_get_sensor_reading_resp() argument 2353 sensor_event_message_enable == NULL || present_state == NULL || in decode_get_sensor_reading_resp() 2385 pldm_msgbuf_extract_p(buf, present_state); in decode_get_sensor_reading_resp() 2405 uint8_t present_state, in encode_get_sensor_reading_resp() argument 2436 response->present_state = present_state; in encode_get_sensor_reading_resp() 2986 pldm_msgbuf_extract(buf, field->present_state); in decode_get_state_effecter_states_resp() 3039 pldm_msgbuf_insert(buf, field->present_state); in encode_get_state_effecter_states_resp()
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 992 EXPECT_EQ(stateField[0].present_state, resp->field->present_state); in TEST() 996 EXPECT_EQ(stateField[1].present_state, resp->field[1].present_state); in TEST() 1049 EXPECT_EQ(stateField[0].present_state, retstateField[0].present_state); in TEST() 1053 EXPECT_EQ(stateField[1].present_state, retstateField[1].present_state); in TEST() 3432 EXPECT_EQ(presentState, resp->present_state); in TEST() 3506 resp->present_state = presentState; in TEST() 3573 resp->present_state = presentState; in TEST() 5519 EXPECT_EQ(stateField[0].present_state, in TEST() 5520 ret_resp_fields.field[0].present_state); in TEST() 5525 EXPECT_EQ(stateField[1].present_state, in TEST() [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-esdhc-imx.c | 438 u32 present_state; in esdhc_wait_for_card_clock_gate_off() local 441 ret = readl_poll_timeout(host->ioaddr + ESDHC_PRSSTAT, present_state, in esdhc_wait_for_card_clock_gate_off() 442 (present_state & ESDHC_CLOCK_GATE_OFF), 2, 100); in esdhc_wait_for_card_clock_gate_off()
|
H A D | sdhci-pci-core.c | 1792 u32 present_state; in amd_sdhci_reset() local 1821 present_state, in amd_sdhci_reset() 1822 present_state & SDHCI_CD_STABLE, in amd_sdhci_reset()
|
H A D | sdhci.c | 2710 u32 present_state; in sdhci_card_busy() local 2713 present_state = sdhci_readl(host, SDHCI_PRESENT_STATE); in sdhci_card_busy() 2715 return !(present_state & SDHCI_DATA_0_LVL_MASK); in sdhci_card_busy()
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 1843 if (sensorPresState.contains(stateField[i].present_state)) in parseResponseMsg() 1846 sensorPresState.at(stateField[i].present_state)); in parseResponseMsg() 2086 resp.field[i].present_state; in parseResponseMsg()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_oem_platform_test.cpp | 113 ASSERT_EQ(stateField[0].present_state, PLDM_SENSOR_UNKNOWN); in TEST()
|
/openbmc/openpower-occ-control/ |
H A D | pldm.cpp | 938 const uint8_t occSensorState = field[0].present_state; in pldmRspCallback()
|
/openbmc/pldm/host-bmc/ |
H A D | host_pdr_handler.cpp | 844 eventState = stateField[sensorOffset].present_state; in setHostSensorState()
|
/openbmc/pldm/libpldmresponder/test/ |
H A D | libpldmresponder_platform_test.cpp | 816 ASSERT_EQ(stateField[0].present_state, PLDM_SENSOR_NORMAL); in TEST()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 5800 'name' => 'present_state', 5861 'name' => 'present_state', 12888 'name' => 'present_state', 12930 'name' => 'present_state',
|