Home
last modified time | relevance | path

Searched refs:anx7411_reg_write (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/usb/typec/
H A Danx7411.c317 static int anx7411_reg_write(struct i2c_client *client, in anx7411_reg_write() function
756 ret |= anx7411_reg_write(ctx->spi_client, CMD_SEND_BUF, in anx7411_send_msg()
817 ret |= anx7411_reg_write(ctx->tcpc_client, FW_CTRL_0, in anx7411_config()
820 ret |= anx7411_reg_write(ctx->spi_client, FW_CTRL_1, in anx7411_config()
828 ret |= anx7411_reg_write(ctx->tcpc_client, FW_PARAM, in anx7411_config()
831 ret |= anx7411_reg_write(ctx->spi_client, INT_MASK, 0); in anx7411_config()
857 ret |= anx7411_reg_write(ctx->spi_client, MAX_POWER, in anx7411_config()
885 ret = anx7411_reg_write(ctx->spi_client, OCM_CTRL_0, in anx7411_chip_standby()
900 ret |= anx7411_reg_write(ctx->tcpc_client, in anx7411_chip_standby()
936 ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0); in anx7411_work_func()
[all …]