Searched refs:slave_subgp (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-twl.c | 42 twlclk_read(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_read() argument 48 status = twl_i2c_read_u8(slave_subgp, &value, in twlclk_read() 54 twlclk_write(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_write() argument 57 return twl_i2c_write_u8(slave_subgp, value, in twlclk_write()
|
/linux/drivers/regulator/ |
H A D | twl-regulator.c | 75 twlreg_read(struct twlreg_info *info, unsigned slave_subgp, unsigned offset) in twlreg_read() argument 80 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 86 twlreg_write(struct twlreg_info *info, unsigned slave_subgp, unsigned offset, in twlreg_write() argument 89 return twl_i2c_write_u8(slave_subgp, in twlreg_write()
|
H A D | twl6030-regulator.c | 87 twlreg_read(struct twlreg_info *info, unsigned slave_subgp, unsigned offset) in twlreg_read() argument 92 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 98 twlreg_write(struct twlreg_info *info, unsigned slave_subgp, unsigned offset, in twlreg_write() argument 101 return twl_i2c_write_u8(slave_subgp, in twlreg_write()
|