Searched refs:i2c_master_send (Results 201 - 209 of 209) sorted by relevance

123456789

/linux-master/drivers/media/i2c/
H A Dhi846.c1276 ret = i2c_master_send(client, buf, sizeof(buf));
1278 dev_err(&client->dev, "i2c_master_send != %zu: %d\n",
H A Dov8856.c1662 if (i2c_master_send(client, buf, len + 2) != len + 2)
H A Dov5670.c1952 if (i2c_master_send(client, buf, len + 2) != len + 2)
H A Dimx319.c1832 if (i2c_master_send(client, buf, len + 2) != len + 2)
H A Dov08x40.c1399 if (i2c_master_send(client, buf, len + 2) != len + 2)
H A Dhi847.c2238 if (i2c_master_send(client, buf, len + 2) != len + 2)
/linux-master/drivers/input/mouse/
H A Dcyapa_gen5.c398 ret = i2c_master_send(cyapa->client, buf, size);
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c727 ret = i2c_master_send(client, buf, count);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c734 ret = i2c_master_send(hdata->hdmiphy_port, buf, len);

Completed in 183 milliseconds

123456789