Searched refs:i2c_master_send_dmasafe (Results 1 – 3 of 3) sorted by relevance
89 ret = i2c_master_send_dmasafe(data->client, data->buf, sizeof(data->buf)); in ad5110_read()121 ret = i2c_master_send_dmasafe(data->client, data->buf, sizeof(data->buf)); in ad5110_write()
35 variants (i2c_master_send_dmasafe() and i2c_master_recv_dmasafe()) once they
122 static inline int i2c_master_send_dmasafe(const struct i2c_client *client, in i2c_master_send_dmasafe() function