Searched refs:tc9563_pwrctrl_i2c_write (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pci/pwrctrl/ |
| H A D | pci-pwrctrl-tc9563.c | 163 static int tc9563_pwrctrl_i2c_write(struct i2c_client *client, in tc9563_pwrctrl_i2c_write() function 225 ret = tc9563_pwrctrl_i2c_write(client, seq[i].offset, seq[i].val); in tc9563_pwrctrl_i2c_bulk_write() 278 ret = tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_PORT_SELECT, in tc9563_pwrctrl_set_port_l0s_l1_entry_delay() 283 return tc9563_pwrctrl_i2c_write(tc9563->client, in tc9563_pwrctrl_set_port_l0s_l1_entry_delay() 312 return tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_EMBEDDED_ETH_DELAY, in tc9563_pwrctrl_set_eth_l0s_l1_entry_delay() 423 ret = tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_PORT_SELECT, in tc9563_pwrctrl_set_nfts() 437 ret = tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_GPIO_CONFIG, in tc9563_pwrctrl_assert_deassert_reset() 444 return tc9563_pwrctrl_i2c_write(tc9563->client, TC9563_RESET_GPIO, val); in tc9563_pwrctrl_assert_deassert_reset()
|