Searched refs:i2c_master_send_dmasafe (Results 1 – 4 of 4) sorted by relevance
23 ret = i2c_master_send_dmasafe(client, (char *)&st->d16, sizeof(st->d16)); in ad5622_write()
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
121 static inline int i2c_master_send_dmasafe(const struct i2c_client *client, in i2c_master_send_dmasafe() function