Searched refs:slave_subgp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/regulator/ |
D | twl-regulator.c | 76 twlreg_read(struct twlreg_info *info, unsigned slave_subgp, unsigned offset) in twlreg_read() argument 81 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 87 twlreg_write(struct twlreg_info *info, unsigned slave_subgp, unsigned offset, in twlreg_write() argument 90 return twl_i2c_write_u8(slave_subgp, in twlreg_write()
|
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()
|