Searched refs:i2c_check_functionality (Results 1 - 25 of 401) sorted by path

1234567891011>>

/linux-master/drivers/auxdisplay/
H A Dht16k33.c677 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
678 dev_err(dev, "i2c_check_functionality error\n");
H A Dlcd2s.c296 if (!i2c_check_functionality(i2c->adapter,
/linux-master/drivers/base/regmap/
H A Dregmap-i2c.c150 if (!i2c_check_functionality(i2c->adapter, I2C_FUNC_NOSTART))
314 if (i2c_check_functionality(i2c->adapter, I2C_FUNC_I2C))
317 i2c_check_functionality(i2c->adapter,
321 i2c_check_functionality(i2c->adapter,
325 i2c_check_functionality(i2c->adapter,
338 i2c_check_functionality(i2c->adapter,
/linux-master/drivers/char/tpm/st33zp24/
H A Di2c.c108 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
/linux-master/drivers/char/tpm/
H A Dtpm_i2c_atmel.c155 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C))
H A Dtpm_i2c_infineon.c694 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
H A Dtpm_i2c_nuvoton.c498 if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_BYTE_DATA))
H A Dtpm_tis_i2c_cr50.c688 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C))
/linux-master/drivers/clk/
H A Dclk-cdce706.c640 if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA))
/linux-master/drivers/crypto/
H A Datmel-i2c.c358 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
H A Datmel-sha204a.c171 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C))
/linux-master/drivers/gpio/
H A Dgpio-max7300.c35 if (!i2c_check_functionality(client->adapter,
H A Dgpio-pcf857x.c315 if (!i2c_check_functionality(client->adapter,
333 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C))
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c2640 if (!i2c_check_functionality(client->adapter,
/linux-master/drivers/gpu/drm/bridge/
H A Dite-it66121.c1514 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
H A Dlontium-lt9611.c1059 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
H A Dlontium-lt9611uxc.c855 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
H A Dsii902x.c1126 ret = i2c_check_functionality(client->adapter,
H A Dsii9234.c898 if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA)) {
H A Dti-sn65dsi86.c1898 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
/linux-master/drivers/gpu/drm/i2c/
H A Dtda9950.c391 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
H A Dtda998x_drv.c2066 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) {
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c212 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C |
/linux-master/drivers/hwmon/
H A Dad7414.c179 if (!i2c_check_functionality(client->adapter, I2C_FUNC_SMBUS_BYTE_DATA |
H A Dad7418.c243 if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA |

Completed in 564 milliseconds

1234567891011>>