Home
last modified time | relevance | path

Searched refs:spi_client (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/usb/typec/
Danx7411.c276 struct i2c_client *spi_client; member
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()
397 struct device *dev = &ctx->spi_client->dev; in anx7411_detect_cc_orientation()
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()
552 struct device *dev = &ctx->spi_client->dev; in anx7411_typec_register_altmode()
651 struct device *dev = &ctx->spi_client->dev; in anx7411_parse_cmd()
656 cur_50ma = anx7411_reg_read(ctx->spi_client, REQUEST_CURRENT); in anx7411_parse_cmd()
[all …]