Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/
H A Danx7411.c314 static int anx7411_reg_write(struct i2c_client *client, in anx7411_reg_write() function
753 ret |= anx7411_reg_write(ctx->spi_client, CMD_SEND_BUF, in anx7411_send_msg()
814 ret |= anx7411_reg_write(ctx->tcpc_client, FW_CTRL_0, in anx7411_config()
817 ret |= anx7411_reg_write(ctx->spi_client, FW_CTRL_1, in anx7411_config()
825 ret |= anx7411_reg_write(ctx->tcpc_client, FW_PARAM, in anx7411_config()
828 ret |= anx7411_reg_write(ctx->spi_client, INT_MASK, 0); in anx7411_config()
854 ret |= anx7411_reg_write(ctx->spi_client, MAX_POWER, in anx7411_config()
882 ret = anx7411_reg_write(ctx->spi_client, OCM_CTRL_0, in anx7411_chip_standby()
897 ret |= anx7411_reg_write(ctx->tcpc_client, in anx7411_chip_standby()
933 ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0); in anx7411_work_func()
[all …]