Searched refs:xiic_i2c (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-xiic.c | 83 struct xiic_i2c { struct 248 static int xiic_start_xfer(struct xiic_i2c *i2c, struct i2c_msg *msgs, int num); 249 static void __xiic_start_xfer(struct xiic_i2c *i2c); 253 struct xiic_i2c *i2c = dev_get_drvdata(dev); in xiic_i2c_runtime_suspend() 262 struct xiic_i2c *i2c = dev_get_drvdata(dev); in xiic_i2c_runtime_resume() 282 static inline void xiic_setreg8(struct xiic_i2c *i2c, int reg, u8 value) in xiic_setreg8() 290 static inline u8 xiic_getreg8(struct xiic_i2c *i2c, int reg) in xiic_getreg8() 301 static inline void xiic_setreg16(struct xiic_i2c *i2c, int reg, u16 value) in xiic_setreg16() 309 static inline void xiic_setreg32(struct xiic_i2c *i2c, int reg, int value) in xiic_setreg32() 317 static inline int xiic_getreg32(struct xiic_i2c *i2c, int reg) in xiic_getreg32() [all …]
|