| /OK3568_Linux_fs/kernel/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
|
| H A D | i2c.c | 669 int mlxsw_i2c_driver_register(struct i2c_driver *i2c_driver) in mlxsw_i2c_driver_register() argument 671 i2c_driver->probe = mlxsw_i2c_probe; in mlxsw_i2c_driver_register() 672 i2c_driver->remove = mlxsw_i2c_remove; in mlxsw_i2c_driver_register() 673 return i2c_add_driver(i2c_driver); in mlxsw_i2c_driver_register() 677 void mlxsw_i2c_driver_unregister(struct i2c_driver *i2c_driver) in mlxsw_i2c_driver_unregister() argument 679 i2c_del_driver(i2c_driver); in mlxsw_i2c_driver_unregister()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_encoder_slave.h | 121 struct i2c_driver i2c_driver; member 130 i2c_driver) 148 return i2c_register_driver(owner, &driver->i2c_driver); in drm_i2c_encoder_register() 157 i2c_del_driver(&driver->i2c_driver); in drm_i2c_encoder_unregister()
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/ |
| H A 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 = {
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-em3027.c | 40 static struct i2c_driver em3027_driver; 146 static struct i2c_driver em3027_driver = {
|
| H A D | rtc-max6900.c | 51 static struct i2c_driver max6900_driver; 226 static struct i2c_driver max6900_driver = {
|
| H A D | rtc-isl12022.c | 41 static struct i2c_driver isl12022_driver; 271 static struct i2c_driver isl12022_driver = {
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | i2c.h | 34 struct i2c_driver; 255 struct i2c_driver { struct 293 #define to_i2c_driver(d) container_of(d, struct i2c_driver, driver) argument 852 int i2c_register_driver(struct module *owner, struct i2c_driver *driver); 853 void i2c_del_driver(struct i2c_driver *driver);
|
| /OK3568_Linux_fs/kernel/drivers/staging/most/i2c/ |
| H A D | i2c.c | 360 static struct i2c_driver i2c_driver = { variable 369 module_i2c_driver(i2c_driver);
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-base.c | 65 static int i2c_detect(struct i2c_adapter *adapter, struct i2c_driver *driver); 99 struct i2c_driver *driver; in i2c_device_match() 445 struct i2c_driver *driver; in i2c_device_probe() 556 struct i2c_driver *driver; in i2c_device_remove() 583 struct i2c_driver *driver; in i2c_device_shutdown() 990 static struct i2c_driver dummy_driver = { 1309 static int i2c_do_add_adapter(struct i2c_driver *driver, in i2c_do_add_adapter() 1591 static void i2c_do_del_adapter(struct i2c_driver *driver, in i2c_do_del_adapter() 1793 int i2c_register_driver(struct module *owner, struct i2c_driver *driver) in i2c_register_driver() 1834 void i2c_del_driver(struct i2c_driver *driver) in i2c_del_driver() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/i3c/ |
| H A D | device.h | 242 struct i2c_driver *i2cdrv) in i3c_i2c_driver_register() 267 struct i2c_driver *i2cdrv) in i3c_i2c_driver_unregister()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | adav803.c | 29 static struct i2c_driver adav803_driver = {
|
| H A D | es8328-i2c.c | 39 static struct i2c_driver es8328_i2c_driver = {
|
| H A D | cs4271-i2c.c | 33 static struct i2c_driver cs4271_i2c_driver = {
|
| H A D | adau1977-i2c.c | 39 static struct i2c_driver adau1977_i2c_driver = {
|
| H A D | ad193x-i2c.c | 37 static struct i2c_driver ad193x_i2c_driver = {
|
| H A D | ssm2602-i2c.c | 45 static struct i2c_driver ssm2602_i2c_driver = {
|
| H A D | tlv320aic23-i2c.c | 44 static struct i2c_driver tlv320aic23_i2c_driver = {
|
| H A D | cs42l51-i2c.c | 41 static struct i2c_driver cs42l51_i2c_driver = {
|
| H A D | pcm179x-i2c.c | 45 static struct i2c_driver pcm179x_i2c_driver = {
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | ltc2947-i2c.c | 35 static struct i2c_driver ltc2947_driver = {
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | simple-mfd-i2c.c | 46 static struct i2c_driver simple_mfd_i2c_driver = {
|
| /OK3568_Linux_fs/kernel/drivers/iio/magnetometer/ |
| H A D | rm3100-i2c.c | 43 static struct i2c_driver rm3100_driver = {
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | tps40422.c | 41 static struct i2c_driver tps40422_driver = {
|