Searched refs:anx7411_reg_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/typec/ |
H A D | anx7411.c | 302 static int anx7411_reg_read(struct i2c_client *client, in anx7411_reg_read() function 338 ret = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_detect_power_mode() 344 ret = anx7411_reg_read(ctx->spi_client, REQUEST_VOLTAGE); in anx7411_detect_power_mode() 402 ret = anx7411_reg_read(ctx->spi_client, CC_STATUS); in anx7411_detect_cc_orientation() 487 ret = anx7411_reg_read(ctx->spi_client, SYSTEM_STSTUS); in anx7411_data_role_detect() 508 ret = anx7411_reg_read(ctx->spi_client, SYSTEM_STSTUS); in anx7411_power_role_detect() 717 return anx7411_reg_read(client, CMD_SEND_BUF); in anx7411_read_msg_ctrl_status() 826 anx7411_reg_read(ctx->tcpc_client, FW_PARAM) | in anx7411_config() 870 ctx->fw_version = anx7411_reg_read(ctx->spi_client, FW_VER); in anx7411_config() 883 anx7411_reg_read(ctx->spi_client, OCM_CTRL_0) | in anx7411_chip_standby() [all …]
|