Home
last modified time | relevance | path

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

/drivers/gpu/drm/bridge/analogix/
Danx7625.c56 if (client == ctx->i2c.tcpc_client) in i2c_access_workaround()
1113 anx7625_reg_write(ctx, ctx->i2c.tcpc_client, in anx7625_hpd_polling()
1154 status = anx7625_reg_write(ctx, ctx->i2c.tcpc_client, in anx7625_hpd_change_detect()
1666 ctx->i2c.tcpc_client = i2c_new_dummy_device(client->adapter, in anx7625_register_i2c_dummy_clients()
1668 if (!ctx->i2c.tcpc_client) in anx7625_register_i2c_dummy_clients()
1697 i2c_unregister_device(ctx->i2c.tcpc_client); in anx7625_unregister_i2c_dummy_clients()
Danx7625.h369 struct i2c_client *tcpc_client; member