Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/i3c/
Dmaster.h86 struct i2c_dev_desc { struct
444 int (*attach_i2c_dev)(struct i2c_dev_desc *dev);
445 void (*detach_i2c_dev)(struct i2c_dev_desc *dev);
446 int (*i2c_xfers)(struct i2c_dev_desc *dev,
583 static inline void *i2c_dev_get_master_data(const struct i2c_dev_desc *dev) in i2c_dev_get_master_data()
597 static inline void i2c_dev_set_master_data(struct i2c_dev_desc *dev, in i2c_dev_set_master_data()
622 i2c_dev_get_master(struct i2c_dev_desc *dev) in i2c_dev_get_master()
/Linux-v5.4/drivers/i3c/
Dmaster.c586 static void i3c_master_free_i2c_dev(struct i2c_dev_desc *dev) in i3c_master_free_i2c_dev()
591 static struct i2c_dev_desc *
595 struct i2c_dev_desc *dev; in i3c_master_alloc_i2c_dev()
671 static struct i2c_dev_desc *
675 struct i2c_dev_desc *dev; in i3c_master_find_i2c_dev_by_addr()
881 struct i2c_dev_desc *i2cdev; in i3c_master_defslvs_locked()
1388 struct i2c_dev_desc *dev) in i3c_master_attach_i2c_dev()
1403 static void i3c_master_detach_i2c_dev(struct i2c_dev_desc *dev) in i3c_master_detach_i2c_dev()
1575 struct i2c_dev_desc *i2cdev, *i2ctmp; in i3c_master_detach_free_devs()
1635 struct i2c_dev_desc *i2cdev; in i3c_master_bus_init()
[all …]
/Linux-v5.4/drivers/i3c/master/
Ddw-i3c-master.c955 static int dw_i3c_master_i2c_xfers(struct i2c_dev_desc *dev, in dw_i3c_master_i2c_xfers()
1020 static int dw_i3c_master_attach_i2c_dev(struct i2c_dev_desc *dev) in dw_i3c_master_attach_i2c_dev()
1048 static void dw_i3c_master_detach_i2c_dev(struct i2c_dev_desc *dev) in dw_i3c_master_detach_i2c_dev()
Di3c-master-cdns.c807 static int cdns_i3c_master_i2c_xfers(struct i2c_dev_desc *dev, in cdns_i3c_master_i2c_xfers()
987 static int cdns_i3c_master_attach_i2c_dev(struct i2c_dev_desc *dev) in cdns_i3c_master_attach_i2c_dev()
1016 static void cdns_i3c_master_detach_i2c_dev(struct i2c_dev_desc *dev) in cdns_i3c_master_detach_i2c_dev()