Home
last modified time | relevance | path

Searched refs:expected_response (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_md.py16 expected_response = addr + ': ' + val
19 assert(not (expected_response in response))
22 assert(expected_response in response)
35 expected_response = addr_repeat + ': '
36 assert(expected_response in response)
/openbmc/linux/drivers/input/misc/
H A Dims-pcu.c100 u8 expected_response; member
431 if (pcu->read_buf[0] == pcu->expected_response && in ims_pcu_handle_response()
597 u8 expected_response, int response_time) in __ims_pcu_execute_command() argument
601 pcu->expected_response = expected_response; in __ims_pcu_execute_command()
608 if (expected_response && in __ims_pcu_execute_command()
651 u8 expected_response, int response_time) in __ims_pcu_execute_bl_command() argument
661 expected_response ? IMS_PCU_RSP_BOOTLOADER : 0, in __ims_pcu_execute_bl_command()
670 if (expected_response && pcu->cmd_buf[2] != expected_response) { in __ims_pcu_execute_bl_command()
673 pcu->cmd_buf[2], expected_response); in __ims_pcu_execute_bl_command()
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root_security.robot166 [Arguments] ${username} ${password} ${expected_response}
169 # expected_response Expected REST status.
185 Should Contain Any ${msg} InvalidCredentialsError ${expected_response}
/openbmc/linux/drivers/input/touchscreen/
H A Delants_i2c.c231 u8 expected_response; in elants_i2c_execute_command() local
235 expected_response = CMD_HEADER_RESP; in elants_i2c_execute_command()
239 expected_response = CMD_HEADER_6B_RESP; in elants_i2c_execute_command()
243 expected_response = CMD_HEADER_ROM_RESP; in elants_i2c_execute_command()
280 resp[FW_HDR_TYPE] != expected_response) { in elants_i2c_execute_command()