Searched refs:slave_subgp (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/clk/ |
D | clk-twl.c | 26 twlclk_read(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_read() argument 32 status = twl_i2c_read_u8(slave_subgp, &value, in twlclk_read() 38 twlclk_write(struct twl_clock_info *info, unsigned int slave_subgp, in twlclk_write() argument 41 return twl_i2c_write_u8(slave_subgp, value, in twlclk_write()
|
/linux-6.12.1/drivers/regulator/ |
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()
|
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()
|