Home
last modified time | relevance | path

Searched refs:i2c_driver (Results 1 – 25 of 917) sorted by relevance

12345678910>>...37

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Di2c.h11 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 Dencoder_i2c.h179 struct i2c_driver i2c_driver; member
194 i2c_driver)
/linux/scripts/coccinelle/api/
H A Dplatform_no_drv_owner.cocci47 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 Drtc-em3027.c40 static struct i2c_driver em3027_driver;
145 static struct i2c_driver em3027_driver = {
H A Drtc-max6900.c49 static struct i2c_driver max6900_driver;
223 static struct i2c_driver max6900_driver = {
/linux/drivers/i2c/
H A Di2c-core-base.c66 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 Di2c-smbus.c37 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 Di2c.h35 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 Dsil164_drv.c423 .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 Dadav803.c28 static struct i2c_driver adav803_driver = {
H A Des8328-i2c.c38 static struct i2c_driver es8328_i2c_driver = {
H A Dcs4271-i2c.c31 static struct i2c_driver cs4271_i2c_driver = {
H A Dsrc4xxx-i2c.c34 static struct i2c_driver src4xxx_i2c_driver = {
H A Dtlv320aic23-i2c.c45 static struct i2c_driver tlv320aic23_i2c_driver = {
H A Dpcm179x-i2c.c46 static struct i2c_driver pcm179x_i2c_driver = {
H A Dpcm3060-i2c.c44 static struct i2c_driver pcm3060_i2c_driver = {
/linux/Documentation/driver-api/
H A Di2c.rst24 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 Dltc2947-i2c.c35 static struct i2c_driver ltc2947_driver = {
/linux/drivers/iio/imu/bno055/
H A Dbno055_i2c.c44 static struct i2c_driver bno055_driver = {
/linux/drivers/hwmon/pmbus/
H A Dtps40422.c41 static struct i2c_driver tps40422_driver = {
H A Dmax20751.c41 static struct i2c_driver max20751_driver = {
/linux/drivers/iio/magnetometer/
H A Drm3100-i2c.c43 static struct i2c_driver rm3100_driver = {
/linux/drivers/iio/accel/
H A Dbma400_i2c.c42 static struct i2c_driver bma400_i2c_driver = {
H A Dfxls8962af-i2c.c46 static struct i2c_driver fxls8962af_driver = {
/linux/drivers/iio/chemical/
H A Dens160_i2c.c48 static struct i2c_driver ens160_i2c_driver = {

12345678910>>...37