Symbol: anx7411_reg_write
drivers/usb/typec/anx7411.c
1295
ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0);
drivers/usb/typec/anx7411.c
1296
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_0, 0xFF);
drivers/usb/typec/anx7411.c
1297
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_1, 0xFF);
drivers/usb/typec/anx7411.c
756
ret |= anx7411_reg_write(ctx->spi_client, CMD_SEND_BUF,
drivers/usb/typec/anx7411.c
778
ret = anx7411_reg_write(ctx->spi_client, CMD_RECV_BUF, 0);
drivers/usb/typec/anx7411.c
816
ret = anx7411_reg_write(ctx->spi_client, PD_REV_INIT, PD_REV20);
drivers/usb/typec/anx7411.c
817
ret |= anx7411_reg_write(ctx->tcpc_client, FW_CTRL_0,
drivers/usb/typec/anx7411.c
820
ret |= anx7411_reg_write(ctx->spi_client, FW_CTRL_1,
drivers/usb/typec/anx7411.c
824
ret |= anx7411_reg_write(ctx->tcpc_client, VBUS_THRESHOLD_H, 0xff);
drivers/usb/typec/anx7411.c
825
ret |= anx7411_reg_write(ctx->tcpc_client, VBUS_THRESHOLD_L, 0x03);
drivers/usb/typec/anx7411.c
828
ret |= anx7411_reg_write(ctx->tcpc_client, FW_PARAM,
drivers/usb/typec/anx7411.c
831
ret |= anx7411_reg_write(ctx->spi_client, INT_MASK, 0);
drivers/usb/typec/anx7411.c
833
ret |= anx7411_reg_write(ctx->spi_client, PD_EXT_MSG_CTRL, 0xFF);
drivers/usb/typec/anx7411.c
857
ret |= anx7411_reg_write(ctx->spi_client, MAX_POWER,
drivers/usb/typec/anx7411.c
860
ret |= anx7411_reg_write(ctx->spi_client, MIN_POWER, 2);
drivers/usb/typec/anx7411.c
864
ret |= anx7411_reg_write(ctx->spi_client, MAX_VOLTAGE,
drivers/usb/typec/anx7411.c
885
ret = anx7411_reg_write(ctx->spi_client, OCM_CTRL_0,
drivers/usb/typec/anx7411.c
888
ret |= anx7411_reg_write(ctx->tcpc_client, ANALOG_CTRL_10, 0x80);
drivers/usb/typec/anx7411.c
892
ret |= anx7411_reg_write(ctx->tcpc_client, TCPC_ROLE_CTRL,
drivers/usb/typec/anx7411.c
896
ret |= anx7411_reg_write(ctx->tcpc_client, TCPC_COMMAND,
drivers/usb/typec/anx7411.c
900
ret |= anx7411_reg_write(ctx->tcpc_client,
drivers/usb/typec/anx7411.c
936
ret = anx7411_reg_write(ctx->spi_client, INT_STS, 0);
drivers/usb/typec/anx7411.c
937
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_0, alert0);
drivers/usb/typec/anx7411.c
938
ret |= anx7411_reg_write(ctx->tcpc_client, ALERT_1, alert1);