Searched refs:ocores_i2c (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-ocores.c | 33 struct ocores_i2c { struct 48 void (*setreg)(struct ocores_i2c *i2c, int reg, u8 value); argument 49 u8 (*getreg)(struct ocores_i2c *i2c, int reg); argument 88 static void oc_setreg_8(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_8() 93 static void oc_setreg_16(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_16() 98 static void oc_setreg_32(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_32() 103 static void oc_setreg_16be(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_16be() 108 static void oc_setreg_32be(struct ocores_i2c *i2c, int reg, u8 value) in oc_setreg_32be() 113 static inline u8 oc_getreg_8(struct ocores_i2c *i2c, int reg) in oc_getreg_8() 118 static inline u8 oc_getreg_16(struct ocores_i2c *i2c, int reg) in oc_getreg_16() [all …]
|