Searched refs:test_data (Results 1 – 3 of 3) sorted by relevance
235 test_data[0] = 0x8; in rk_mipi_phy_enable()293 test_data[0] = 0x30; in rk_mipi_phy_enable()297 test_data[0] = 0x4d; in rk_mipi_phy_enable()300 test_data[0] = 0x3d; in rk_mipi_phy_enable()303 test_data[0] = 0xdf; in rk_mipi_phy_enable()306 test_data[0] = 0x7; in rk_mipi_phy_enable()312 test_data[0] = 0x80 | 15; in rk_mipi_phy_enable()314 test_data, 1); in rk_mipi_phy_enable()315 test_data[0] = 0x80 | 85; in rk_mipi_phy_enable()317 test_data, 1); in rk_mipi_phy_enable()[all …]
18 struct test_data { struct23 static struct test_data echo_data[] = { argument
147 u8 test_data[size], data[size]; in dm_test_cros_ec_vstore() local160 test_data[i] = ' ' + i; in dm_test_cros_ec_vstore()161 ut_assertok(cros_ec_vstore_write(dev, 2, test_data, size)); in dm_test_cros_ec_vstore()169 ut_asserteq_mem(test_data, data, size); in dm_test_cros_ec_vstore()
Completed in 7 milliseconds