| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | i2c.h | 11 int mlxsw_i2c_driver_register(struct i2c_driver *i2c_driver); 12 void mlxsw_i2c_driver_unregister(struct i2c_driver *i2c_driver); 17 mlxsw_i2c_driver_register(struct i2c_driver *i2c_driver) in mlxsw_i2c_driver_register() argument 23 mlxsw_i2c_driver_unregister(struct i2c_driver *i2c_driver) in mlxsw_i2c_driver_unregister() argument
|
| /linux/drivers/gpu/drm/nouveau/include/dispnv04/i2c/ |
| H A D | encoder_i2c.h | 179 struct i2c_driver i2c_driver; member 194 i2c_driver)
|
| /linux/scripts/coccinelle/api/ |
| H A D | platform_no_drv_owner.cocci | 47 static struct i2c_driver __driver = { 78 static struct i2c_driver __driver = { 102 static struct i2c_driver __driver = { 124 static struct i2c_driver __driver = {
|
| /linux/drivers/rtc/ |
| H A D | rtc-em3027.c | 40 static struct i2c_driver em3027_driver; 145 static struct i2c_driver em3027_driver = {
|
| H A D | rtc-max6900.c | 49 static struct i2c_driver max6900_driver; 223 static struct i2c_driver max6900_driver = {
|
| /linux/drivers/i2c/ |
| H A D | i2c-core-base.c | 66 static int i2c_detect(struct i2c_adapter *adapter, struct i2c_driver *driver); 122 struct i2c_driver *driver = to_i2c_driver(client->dev.driver); in i2c_get_match_data() 142 const struct i2c_driver *driver; in i2c_device_match() 495 struct i2c_driver *driver; in i2c_device_probe() 625 struct i2c_driver *driver; in i2c_device_remove() 649 struct i2c_driver *driver; in i2c_device_shutdown() 1120 static struct i2c_driver dummy_driver = { 1424 static int i2c_do_add_adapter(struct i2c_driver *driver, in i2c_do_add_adapter() 1709 static void i2c_do_del_adapter(struct i2c_driver *driver, in i2c_do_del_adapter() 2003 int i2c_register_driver(struct module *owner, struct i2c_driver *driver) in i2c_register_driver() [all …]
|
| H A D | i2c-smbus.c | 37 struct i2c_driver *driver; in smbus_do_alert() 75 struct i2c_driver *driver; in smbus_do_alert_force() 228 static struct i2c_driver smbalert_driver = {
|
| /linux/include/linux/ |
| H A D | i2c.h | 35 struct i2c_driver; 270 struct i2c_driver { struct 306 #define to_i2c_driver(d) container_of_const(d, struct i2c_driver, driver) argument 893 int i2c_register_driver(struct module *owner, struct i2c_driver *driver); 894 void i2c_del_driver(struct i2c_driver *driver);
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/i2c/ |
| H A D | sil164_drv.c | 423 .i2c_driver = { 438 return i2c_add_driver(&sil164_driver.i2c_driver); in sil164_init() 444 i2c_del_driver(&sil164_driver.i2c_driver); in sil164_exit()
|
| /linux/sound/soc/codecs/ |
| H A D | adav803.c | 28 static struct i2c_driver adav803_driver = {
|
| H A D | es8328-i2c.c | 38 static struct i2c_driver es8328_i2c_driver = {
|
| H A D | cs4271-i2c.c | 31 static struct i2c_driver cs4271_i2c_driver = {
|
| H A D | src4xxx-i2c.c | 34 static struct i2c_driver src4xxx_i2c_driver = {
|
| H A D | tlv320aic23-i2c.c | 45 static struct i2c_driver tlv320aic23_i2c_driver = {
|
| H A D | pcm179x-i2c.c | 46 static struct i2c_driver pcm179x_i2c_driver = {
|
| H A D | pcm3060-i2c.c | 44 static struct i2c_driver pcm3060_i2c_driver = {
|
| /linux/Documentation/driver-api/ |
| H A D | i2c.rst | 24 Those devices will be bound to a :c:type:`struct i2c_driver 25 <i2c_driver>`, which should follow the standard Linux driver model. There
|
| /linux/drivers/hwmon/ |
| H A D | ltc2947-i2c.c | 35 static struct i2c_driver ltc2947_driver = {
|
| /linux/drivers/iio/imu/bno055/ |
| H A D | bno055_i2c.c | 44 static struct i2c_driver bno055_driver = {
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | tps40422.c | 41 static struct i2c_driver tps40422_driver = {
|
| H A D | max20751.c | 41 static struct i2c_driver max20751_driver = {
|
| /linux/drivers/iio/magnetometer/ |
| H A D | rm3100-i2c.c | 43 static struct i2c_driver rm3100_driver = {
|
| /linux/drivers/iio/accel/ |
| H A D | bma400_i2c.c | 42 static struct i2c_driver bma400_i2c_driver = {
|
| H A D | fxls8962af-i2c.c | 46 static struct i2c_driver fxls8962af_driver = {
|
| /linux/drivers/iio/chemical/ |
| H A D | ens160_i2c.c | 48 static struct i2c_driver ens160_i2c_driver = {
|