Searched refs:anx7411_reg_read (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/usb/typec/ |
| 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() 655 cur_50ma = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_parse_cmd() 656 vol_100mv = anx7411_reg_read(ctx->spi_client, REQUEST_VOLTAGE); in anx7411_parse_cmd() 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() [all …]
|