/openbmc/linux/Documentation/i2c/ |
H A D | functionality.rst | 22 I2C_FUNC_I2C Plain i2c-level commands (Pure SMBus 87 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; 92 I2C_FUNC_I2C without any help from the adapter driver. The idea is
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp4_i2c.c | 34 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) { in cyttsp4_i2c_probe()
|
H A D | cyttsp_i2c.c | 35 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) { in cyttsp_i2c_probe()
|
H A D | ar1021_i2c.c | 96 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) { in ar1021_i2c_probe()
|
/openbmc/linux/include/uapi/linux/ |
H A D | i2c.h | 91 #define I2C_FUNC_I2C 0x00000001 macro
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ltc2485.c | 99 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C | in ltc2485_probe()
|
H A D | ltc2471.c | 109 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in ltc2471_i2c_probe()
|
H A D | ltc2497.c | 105 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C | in ltc2497_probe()
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-is-i2c.c | 30 return I2C_FUNC_I2C; in is_i2c_func()
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | scd30_i2c.c | 113 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in scd30_i2c_probe()
|
/openbmc/linux/drivers/char/tpm/st33zp24/ |
H A D | i2c.c | 108 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) { in st33zp24_i2c_probe()
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-i2c.c | 61 return I2C_FUNC_I2C; in saa7164_functionality()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-ds1672.c | 116 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in ds1672_probe()
|
H A D | rtc-em3027.c | 118 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in em3027_probe()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | atombios_i2c.c | 152 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; in radeon_atom_hw_i2c_func()
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad5593r.c | 106 I2C_FUNC_SMBUS_BYTE | I2C_FUNC_I2C)) in ad5593r_i2c_probe()
|
/openbmc/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-mlxcpld.c | 134 func = I2C_FUNC_I2C; in mlxcpld_mux_probe()
|
/openbmc/linux/drivers/hwmon/ |
H A D | hih6130.c | 213 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) { in hih6130_probe()
|
H A D | mcp3021.c | 127 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in mcp3021_probe()
|
H A D | hs3001.c | 197 if (!i2c_check_functionality(client->adapter, I2C_FUNC_I2C)) in hs3001_probe()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | atombios_i2c.c | 159 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; in amdgpu_atombios_i2c_func()
|
/openbmc/linux/drivers/media/pci/ngene/ |
H A D | ngene-i2c.c | 137 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; in ngene_i2c_functionality()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | au6610.c | 115 return I2C_FUNC_I2C; in au6610_i2c_func()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-mlxcpld.c | 444 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | in mlxcpld_i2c_func() 447 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL | in mlxcpld_i2c_func()
|
H A D | i2c-robotfuzz-osif.c | 111 return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL; in osif_func()
|