Searched refs:icp10100_i2c_xfer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | icp10100.c | 105 static inline int icp10100_i2c_xfer(struct i2c_adapter *adap, in icp10100_i2c_xfer() function 156 ret = icp10100_i2c_xfer(st->client->adapter, msgs, in icp10100_send_cmd() 162 ret = icp10100_i2c_xfer(st->client->adapter, &msgs[0], 1); in icp10100_send_cmd() 169 ret = icp10100_i2c_xfer(st->client->adapter, &msgs[1], 1); in icp10100_send_cmd()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | icp10100.c | 105 static inline int icp10100_i2c_xfer(struct i2c_adapter *adap, in icp10100_i2c_xfer() function 156 ret = icp10100_i2c_xfer(st->client->adapter, msgs, in icp10100_send_cmd() 162 ret = icp10100_i2c_xfer(st->client->adapter, &msgs[0], 1); in icp10100_send_cmd() 169 ret = icp10100_i2c_xfer(st->client->adapter, &msgs[1], 1); in icp10100_send_cmd()
|
Completed in 2 milliseconds