Home
last modified time | relevance | path

Searched refs:i3c_driver (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/i3c/
A Ddevice.h176 struct i3c_driver { struct
183 static inline struct i3c_driver *drv_to_i3cdrv(struct device_driver *drv) in drv_to_i3cdrv() argument
185 return container_of(drv, struct i3c_driver, driver); in drv_to_i3cdrv()
210 int i3c_driver_register_with_owner(struct i3c_driver *drv,
212 void i3c_driver_unregister(struct i3c_driver *drv);
241 static inline int i3c_i2c_driver_register(struct i3c_driver *i3cdrv, in i3c_i2c_driver_register()
266 static inline void i3c_i2c_driver_unregister(struct i3c_driver *i3cdrv, in i3c_i2c_driver_unregister()
/linux/drivers/i3c/
A Ddevice.c260 int i3c_driver_register_with_owner(struct i3c_driver *drv, struct module *owner) in i3c_driver_register_with_owner()
281 void i3c_driver_unregister(struct i3c_driver *drv) in i3c_driver_unregister()
A Dmaster.c304 struct i3c_driver *i3cdrv; in i3c_device_match()
320 struct i3c_driver *driver = drv_to_i3cdrv(dev->driver); in i3c_device_probe()
328 struct i3c_driver *driver = drv_to_i3cdrv(dev->driver); in i3c_device_remove()
/linux/drivers/iio/imu/st_lsm6dsx/
A Dst_lsm6dsx_i3c.c44 static struct i3c_driver st_lsm6dsx_driver = {

Completed in 9 milliseconds