Lines Matching refs:i2c_test
41 struct i2c_test { struct
61 struct i2c_test *test_pair = ctx; in test_i2c_tx() argument
62 struct i2c_test *tx_test = &test_pair[0]; in test_i2c_tx()
63 struct i2c_test *rx_test = &test_pair[1]; in test_i2c_tx()
78 struct i2c_test *test_pair = ctx; in test_i2c_rxmsg()
80 struct i2c_test *rx_test = &test_pair[1]; in test_i2c_rxmsg()
92 static void run_tx_test(struct i2c_test *tx_test, uint8_t dest_eid, in run_tx_test()
93 size_t tx_len, struct i2c_test *rx_test) in run_tx_test()
114 static void test_neigh_expiry(struct i2c_test *tx_test, in test_neigh_expiry()
115 struct i2c_test *rx_test) in test_neigh_expiry()
219 struct i2c_test scenario[2]; in main()
220 struct i2c_test *tx_test = &scenario[0]; in main()
221 struct i2c_test *rx_test = &scenario[1]; in main()