Home
last modified time | relevance | path

Searched defs:i2cr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/fsi/
H A Dfsi-master-i2cr.c137 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() local
229 struct fsi_master_i2cr *i2cr = container_of(master, struct fsi_master_i2cr, master); in i2cr_write() local
252 struct fsi_master_i2cr *i2cr = to_fsi_master_i2cr(to_fsi_master(dev)); in i2cr_release() local
261 struct fsi_master_i2cr *i2cr; in i2cr_probe() local
292 struct fsi_master_i2cr *i2cr = i2c_get_clientdata(client); in i2cr_remove() local
H A Di2cr-scom.c17 struct fsi_master_i2cr *i2cr; member