/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
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
|
D | i2c.c | 751 int mlxsw_i2c_driver_register(struct i2c_driver *i2c_driver) in mlxsw_i2c_driver_register() argument 753 i2c_driver->probe = mlxsw_i2c_probe; in mlxsw_i2c_driver_register() 754 i2c_driver->remove = mlxsw_i2c_remove; in mlxsw_i2c_driver_register() 755 return i2c_add_driver(i2c_driver); in mlxsw_i2c_driver_register() 759 void mlxsw_i2c_driver_unregister(struct i2c_driver *i2c_driver) in mlxsw_i2c_driver_unregister() argument 761 i2c_del_driver(i2c_driver); in mlxsw_i2c_driver_unregister()
|
/linux-6.12.1/include/drm/ |
D | drm_encoder_slave.h | 174 struct i2c_driver i2c_driver; member 188 i2c_driver) 207 return i2c_register_driver(owner, &driver->i2c_driver); in drm_i2c_encoder_register() 216 i2c_del_driver(&driver->i2c_driver); in drm_i2c_encoder_unregister()
|
/linux-6.12.1/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 38 static struct i2c_driver __driver = { 69 static struct i2c_driver __driver = { 93 static struct i2c_driver __driver = { 115 static struct i2c_driver __driver = {
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-em3027.c | 40 static struct i2c_driver em3027_driver; 145 static struct i2c_driver em3027_driver = {
|
D | rtc-max6900.c | 49 static struct i2c_driver max6900_driver; 223 static struct i2c_driver max6900_driver = {
|
/linux-6.12.1/drivers/i2c/ |
D | i2c-smbus.c | 36 struct i2c_driver *driver; in smbus_do_alert() 74 struct i2c_driver *driver; in smbus_do_alert_force() 218 static struct i2c_driver smbalert_driver = {
|
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() 494 struct i2c_driver *driver; in i2c_device_probe() 621 struct i2c_driver *driver; in i2c_device_remove() 645 struct i2c_driver *driver; in i2c_device_shutdown() 1107 static struct i2c_driver dummy_driver = { 1413 static int i2c_do_add_adapter(struct i2c_driver *driver, in i2c_do_add_adapter() 1699 static void i2c_do_del_adapter(struct i2c_driver *driver, in i2c_do_del_adapter() 1993 int i2c_register_driver(struct module *owner, struct i2c_driver *driver) in i2c_register_driver() [all …]
|
/linux-6.12.1/drivers/staging/most/i2c/ |
D | i2c.c | 361 static struct i2c_driver i2c_driver = { variable 370 module_i2c_driver(i2c_driver);
|
/linux-6.12.1/include/linux/ |
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 892 int i2c_register_driver(struct module *owner, struct i2c_driver *driver); 893 void i2c_del_driver(struct i2c_driver *driver);
|
/linux-6.12.1/include/linux/i3c/ |
D | device.h | 249 struct i2c_driver *i2cdrv) in i3c_i2c_driver_register() 274 struct i2c_driver *i2cdrv) in i3c_i2c_driver_unregister()
|
/linux-6.12.1/sound/soc/codecs/ |
D | adau1372-i2c.c | 29 static struct i2c_driver adau1372_i2c_driver = {
|
D | adav803.c | 28 static struct i2c_driver adav803_driver = {
|
D | cs4271-i2c.c | 31 static struct i2c_driver cs4271_i2c_driver = {
|
D | es8328-i2c.c | 38 static struct i2c_driver es8328_i2c_driver = {
|
D | src4xxx-i2c.c | 34 static struct i2c_driver src4xxx_i2c_driver = {
|
D | ad193x-i2c.c | 37 static struct i2c_driver ad193x_i2c_driver = {
|
D | tlv320aic23-i2c.c | 45 static struct i2c_driver tlv320aic23_i2c_driver = {
|
D | ssm2602-i2c.c | 47 static struct i2c_driver ssm2602_i2c_driver = {
|
D | adau1977-i2c.c | 41 static struct i2c_driver adau1977_i2c_driver = {
|
D | pcm179x-i2c.c | 46 static struct i2c_driver pcm179x_i2c_driver = {
|
/linux-6.12.1/drivers/hwmon/ |
D | ltc2947-i2c.c | 35 static struct i2c_driver ltc2947_driver = {
|
/linux-6.12.1/drivers/iio/imu/bno055/ |
D | bno055_i2c.c | 44 static struct i2c_driver bno055_driver = {
|
/linux-6.12.1/drivers/hwmon/pmbus/ |
D | tps40422.c | 41 static struct i2c_driver tps40422_driver = {
|
/linux-6.12.1/drivers/iio/magnetometer/ |
D | rm3100-i2c.c | 43 static struct i2c_driver rm3100_driver = {
|