Lines Matching defs:iface
65 static inline u16 i2c_rd16(struct s6i2c_if *iface, unsigned n) in i2c_rd16()
70 static inline void i2c_wr16(struct s6i2c_if *iface, unsigned n, u16 v) in i2c_wr16()
75 static inline u32 i2c_rd32(struct s6i2c_if *iface, unsigned n) in i2c_rd32()
80 static inline void i2c_wr32(struct s6i2c_if *iface, unsigned n, u32 v) in i2c_wr32()
87 static void s6i2c_handle_interrupt(struct s6i2c_if *iface) in s6i2c_handle_interrupt()
147 struct s6i2c_if *iface = dev_id; in s6i2c_interrupt_entry() local
171 struct s6i2c_if *iface = (struct s6i2c_if *)data; in s6i2c_timeout() local
189 struct s6i2c_if *iface = adap->algo_data; in s6i2c_master_xfer() local
251 static u16 nanoseconds_on_clk(struct s6i2c_if *iface, u32 ns) in nanoseconds_on_clk()
261 struct s6i2c_if *iface = &s6i2c_if; in s6i2c_probe() local
366 struct s6i2c_if *iface = platform_get_drvdata(pdev); in s6i2c_remove() local