/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 | 1002 uint8_t present_state; //!< Return a state value member 1017 uint8_t present_state; //!< Return a state value member 1337 uint8_t present_state; member 1592 uint8_t present_state, 2420 uint8_t *present_state, uint8_t *previous_state, uint8_t *event_state,
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 987 pldm_msgbuf_extract(buf, field[i].present_state); in decode_get_state_sensor_readings_resp() 2333 uint8_t *present_state, uint8_t *previous_state, uint8_t *event_state, in decode_get_sensor_reading_resp() argument 2341 sensor_event_message_enable == NULL || present_state == NULL || in decode_get_sensor_reading_resp() 2373 pldm_msgbuf_extract_p(buf, present_state); in decode_get_sensor_reading_resp() 2393 uint8_t present_state, in encode_get_sensor_reading_resp() argument 2424 response->present_state = present_state; in encode_get_sensor_reading_resp() 2965 pldm_msgbuf_extract(buf, field->present_state); in decode_get_state_effecter_states_resp() 3017 pldm_msgbuf_insert(buf, field->present_state); in encode_get_state_effecter_states_resp()
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 990 EXPECT_EQ(stateField[0].present_state, resp->field->present_state); in TEST() 994 EXPECT_EQ(stateField[1].present_state, resp->field[1].present_state); in TEST() 1047 EXPECT_EQ(stateField[0].present_state, retstateField[0].present_state); in TEST() 1051 EXPECT_EQ(stateField[1].present_state, retstateField[1].present_state); in TEST() 3419 EXPECT_EQ(presentState, resp->present_state); in TEST() 3493 resp->present_state = presentState; in TEST() 3560 resp->present_state = presentState; in TEST() 5506 EXPECT_EQ(stateField[0].present_state, in TEST() 5507 ret_resp_fields.field[0].present_state); in TEST() 5512 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 | 5756 'name' => 'present_state', 5817 'name' => 'present_state', 12800 'name' => 'present_state', 12842 'name' => 'present_state',
|