Searched refs:slave_subgp (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/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 | 88 twlreg_read(struct twlreg_info *info, unsigned slave_subgp, unsigned offset) in twlreg_read() argument 93 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 99 twlreg_write(struct twlreg_info *info, unsigned slave_subgp, unsigned offset, in twlreg_write() argument 102 return twl_i2c_write_u8(slave_subgp, in twlreg_write()
|