Home
last modified time | relevance | path

Searched refs:io_mock_fallback_open_state (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/flashrom/tests/
H A Ddummyflasher.c21 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_basic_lifecycle_test_success()
34 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_probe_lifecycle_test_success()
47 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_probe_variable_size_test_success()
60 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_init_fails_unhandled_param_test_success()
78 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_init_success_invalid_param_test_success()
96 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_init_success_unhandled_param_test_success()
115 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_null_prog_param_test_success()
128 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_all_buses_test_success()
146 struct io_mock_fallback_open_state dummy_fallback_open_state = { in dummy_freq_param_init()
H A Dchip.c192 static struct io_mock_fallback_open_state data = { in erase_chip_test_success()
221 static struct io_mock_fallback_open_state data = { in erase_chip_with_dummyflasher_test_success()
251 static struct io_mock_fallback_open_state data = { in read_chip_test_success()
288 static struct io_mock_fallback_open_state data = { in read_chip_with_dummyflasher_test_success()
326 static struct io_mock_fallback_open_state data = { in write_chip_test_success()
376 static struct io_mock_fallback_open_state data = { in write_chip_with_dummyflasher_test_success()
415 static struct io_mock_fallback_open_state data = { in write_chip_feature_no_erase()
457 static struct io_mock_fallback_open_state data = { in write_nonaligned_region_with_dummyflasher_test_success()
558 static struct io_mock_fallback_open_state data = { in verify_chip_test_success()
597 static struct io_mock_fallback_open_state data = { in verify_chip_with_dummyflasher_test_success()
H A Draiden_debug_spi.c94 struct io_mock_fallback_open_state raiden_debug_fallback_open_state = { in raiden_debug_basic_lifecycle_test_success()
116 struct io_mock_fallback_open_state raiden_debug_fallback_open_state = { in raiden_debug_targetAP_basic_lifecycle_test_success()
137 struct io_mock_fallback_open_state raiden_debug_fallback_open_state = { in raiden_debug_targetEC_basic_lifecycle_test_success()
158 struct io_mock_fallback_open_state raiden_debug_fallback_open_state = { in raiden_debug_target0_basic_lifecycle_test_success()
179 struct io_mock_fallback_open_state raiden_debug_fallback_open_state = { in raiden_debug_target1_basic_lifecycle_test_success()
H A Dmediatek_i2c_spi.c22 struct io_mock_fallback_open_state mediatek_i2c_spi_fallback_open_state = { in mediatek_i2c_spi_basic_lifecycle_test_success()
36 struct io_mock_fallback_open_state mediatek_i2c_spi_fallback_open_state = { in mediatek_i2c_no_allow_brick_test_success()
H A Drealtek_mst_i2c_spi.c47 struct io_mock_fallback_open_state realtek_mst_fallback_open_state = { in realtek_mst_basic_lifecycle_test_success()
64 struct io_mock_fallback_open_state realtek_mst_fallback_open_state = { in realtek_mst_no_allow_brick_test_success()
H A Dparade_lspcon.c104 struct io_mock_fallback_open_state parade_lspcon_fallback_open_state = { in parade_lspcon_basic_lifecycle_test_success()
122 struct io_mock_fallback_open_state parade_lspcon_fallback_open_state = { in parade_lspcon_no_allow_brick_test_success()
H A Dio_mock.h65 struct io_mock_fallback_open_state { struct
127 struct io_mock_fallback_open_state *fallback_open_state;
H A Dch341a_spi.c98 struct io_mock_fallback_open_state ch341a_spi_fallback_open_state = { in ch341a_spi_basic_lifecycle_test_success()
117 struct io_mock_fallback_open_state ch341a_spi_fallback_open_state = { in ch341a_spi_probe_lifecycle_test_success()
H A Dnicrealtek.c21 struct io_mock_fallback_open_state nicrealtek_fallback_open_state = { in nicrealtek_basic_lifecycle_test_success()
H A Ddediprog.c44 struct io_mock_fallback_open_state dediprog_fallback_open_state = { in dediprog_basic_lifecycle_test_success()
H A Dlinux_spi.c57 struct io_mock_fallback_open_state linux_spi_fallback_open_state = { in linux_spi_probe_lifecycle_test_success()
H A Dlinux_mtd.c78 struct io_mock_fallback_open_state linux_mtd_fallback_open_state = { in linux_mtd_probe_lifecycle_test_success()
H A Dtests.c87 struct io_mock_fallback_open_state *io_state; in mock_open()