Searched refs:ocores_i2c (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/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 inline u8 oc_getreg_8(struct ocores_i2c *i2c, int reg) oc_getreg_8() 100 static inline u8 oc_getreg_16(struct ocores_i2c *i2c, int reg) oc_getreg_16() 105 static inline u8 oc_getreg_32(struct ocores_i2c *i2c, int reg) oc_getreg_32() 110 static inline void oc_setreg(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg() 115 static inline u8 oc_getreg(struct ocores_i2c *i2c, int reg) oc_getreg() 120 static void ocores_process(struct ocores_i2c *i2c) ocores_process() 192 struct ocores_i2c *i2c = dev_id; ocores_isr() 201 struct ocores_i2c *i2c = i2c_get_adapdata(adap); ocores_xfer() 221 static int ocores_init(struct device *dev, struct ocores_i2c *i2c) ocores_init() 286 static u8 oc_getreg_grlib(struct ocores_i2c *i2c, int reg) oc_getreg_grlib() 299 static void oc_setreg_grlib(struct ocores_i2c *i2c, int reg, u8 value) oc_setreg_grlib() 318 struct ocores_i2c *i2c) ocores_i2c_of_probe() 395 struct ocores_i2c *i2c; ocores_i2c_probe() 491 struct ocores_i2c *i2c = platform_get_drvdata(pdev); ocores_i2c_remove() 509 struct ocores_i2c *i2c = dev_get_drvdata(dev); ocores_i2c_suspend() 522 struct ocores_i2c *i2c = dev_get_drvdata(dev); ocores_i2c_resume()
|
Completed in 27 milliseconds