Searched refs:anx7411_reg_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/typec/ |
D | anx7411.c | 303 static int anx7411_reg_read(struct i2c_client *client, in anx7411_reg_read() function 339 ret = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_detect_power_mode() 345 ret = anx7411_reg_read(ctx->spi_client, REQUEST_VOLTAGE); in anx7411_detect_power_mode() 403 ret = anx7411_reg_read(ctx->spi_client, CC_STATUS); in anx7411_detect_cc_orientation() 488 ret = anx7411_reg_read(ctx->spi_client, SYSTEM_STSTUS); in anx7411_data_role_detect() 509 ret = anx7411_reg_read(ctx->spi_client, SYSTEM_STSTUS); in anx7411_power_role_detect() 656 cur_50ma = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_parse_cmd() 657 vol_100mv = anx7411_reg_read(ctx->spi_client, REQUEST_VOLTAGE); in anx7411_parse_cmd() 718 return anx7411_reg_read(client, CMD_SEND_BUF); in anx7411_read_msg_ctrl_status() 827 anx7411_reg_read(ctx->tcpc_client, FW_PARAM) | in anx7411_config() [all …]
|