Searched refs:ocores_i2c (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 29 struct ocores_i2c { struct 42 void (*setreg)(struct ocores_i2c *i2c, int reg, u8 value); 43 u8 (*getreg)(struct ocores_i2c *i2c, int reg); 80 static void oc_setreg_8(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_8() 85 static void oc_setreg_16(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_16() 90 static void oc_setreg_32(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_32() 95 static void oc_setreg_16be(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_16be() 100 static void oc_setreg_32be(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_32be() 105 static inline u8 oc_getreg_8(struct ocores_i2c *i2c, int reg) oc_getreg_8() 110 static inline u8 oc_getreg_16(struct ocores_i2c *i2c, int reg) oc_getreg_16() 115 static inline u8 oc_getreg_32(struct ocores_i2c *i2c, int reg) oc_getreg_32() 120 static inline u8 oc_getreg_16be(struct ocores_i2c *i2c, int reg) oc_getreg_16be() 125 static inline u8 oc_getreg_32be(struct ocores_i2c *i2c, int reg) oc_getreg_32be() 130 static inline void oc_setreg(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg() 135 static inline u8 oc_getreg(struct ocores_i2c *i2c, int reg) oc_getreg() 140 static void ocores_process(struct ocores_i2c *i2c) ocores_process() 212 struct ocores_i2c *i2c = dev_id; ocores_isr() 221 struct ocores_i2c *i2c = i2c_get_adapdata(adap); ocores_xfer() 241 static int ocores_init(struct device *dev, struct ocores_i2c *i2c) ocores_init() 306 static u8 oc_getreg_grlib(struct ocores_i2c *i2c, int reg) oc_getreg_grlib() 319 static void oc_setreg_grlib(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_grlib() 338 struct ocores_i2c *i2c) ocores_i2c_of_probe() 415 struct ocores_i2c *i2c; ocores_i2c_probe() 514 struct ocores_i2c *i2c = platform_get_drvdata(pdev); ocores_i2c_remove() 532 struct ocores_i2c *i2c = dev_get_drvdata(dev); ocores_i2c_suspend() 545 struct ocores_i2c *i2c = dev_get_drvdata(dev); ocores_i2c_resume()
|
Completed in 37 milliseconds