Searched refs:cvs_read_i2c (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/i2c/cvs/ |
| H A D | core.c | 128 static int cvs_read_i2c(struct icvs *ctx, __be16 cmd_id, void *resp, in cvs_read_i2c() function 319 ret = cvs_read_i2c(ctx, n.cmd_id, &n.resp.state, sizeof(n.resp.state)); in cvs_get_device_state() 346 ret = cvs_read_i2c(ctx, n.cmd_id, &n.resp.cap, sizeof(n.resp.cap)); in cvs_get_device_caps() 379 ret = cvs_read_i2c(ctx, cmd, &resp, sizeof(resp)); in cvs_hw_init() 386 ret = cvs_read_i2c(ctx, cmd, in cvs_hw_init()
|