Searched refs:fsi_master_i2cr (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/fsi/ |
D | fsi-master-i2cr.h | 14 struct fsi_master_i2cr { struct 20 #define to_fsi_master_i2cr(m) container_of(m, struct fsi_master_i2cr, master) argument 22 int fsi_master_i2cr_read(struct fsi_master_i2cr *i2cr, u32 addr, u64 *data); 23 int fsi_master_i2cr_write(struct fsi_master_i2cr *i2cr, u32 addr, u64 data);
|
D | fsi-master-i2cr.c | 137 int fsi_master_i2cr_read(struct fsi_master_i2cr *i2cr, u32 addr, u64 *data) in fsi_master_i2cr_read() 160 int fsi_master_i2cr_write(struct fsi_master_i2cr *i2cr, u32 addr, u64 data) in fsi_master_i2cr_write() 190 struct fsi_master_i2cr *i2cr = container_of(master, struct fsi_master_i2cr, master); in i2cr_read() 229 struct fsi_master_i2cr *i2cr = container_of(master, struct fsi_master_i2cr, master); in i2cr_write() 252 struct fsi_master_i2cr *i2cr = to_fsi_master_i2cr(to_fsi_master(dev)); in i2cr_release() 261 struct fsi_master_i2cr *i2cr; in i2cr_probe() 292 struct fsi_master_i2cr *i2cr = i2c_get_clientdata(client); in i2cr_remove()
|
D | i2cr-scom.c | 17 struct fsi_master_i2cr *i2cr;
|
/Linux-v6.6/include/trace/events/ |
D | fsi_master_i2cr.h | 4 #define TRACE_SYSTEM fsi_master_i2cr
|