Searched refs:anx7411_reg_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/typec/ |
| H A D | anx7411.c | 305 static int anx7411_reg_read(struct i2c_client *client, in anx7411_reg_read() function 341 ret = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_detect_power_mode() 347 ret = anx7411_reg_read(ctx->spi_client, REQUEST_VOLTAGE); in anx7411_detect_power_mode() 405 ret = anx7411_reg_read(ctx->spi_client, CC_STATUS); in anx7411_detect_cc_orientation() 490 ret = anx7411_reg_read(ctx->spi_client, SYSTEM_STSTUS); in anx7411_data_role_detect() 511 ret = anx7411_reg_read(ctx->spi_client, SYSTEM_STSTUS); in anx7411_power_role_detect() 658 cur_50ma = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_parse_cmd() 659 vol_100mv = anx7411_reg_read(ctx->spi_client, REQUEST_VOLTAGE); in anx7411_parse_cmd() 720 return anx7411_reg_read(client, CMD_SEND_BUF); in anx7411_read_msg_ctrl_status() 829 anx7411_reg_read(ctx->tcpc_client, FW_PARAM) | in anx7411_config() [all …]
|