Searched refs:tx_p0_client (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/bridge/analogix/ |
| D | anx7625.c | 62 else if (client == ctx->i2c.tx_p0_client) in i2c_access_workaround() 860 return anx7625_write_and(ctx, ctx->i2c.tx_p0_client, in anx7625_hdcp_disable() 889 ret = anx7625_reg_write(ctx, ctx->i2c.tx_p0_client, in anx7625_hdcp_enable() 894 ret |= anx7625_reg_write(ctx, ctx->i2c.tx_p0_client, in anx7625_hdcp_enable() 899 ret |= anx7625_reg_write(ctx, ctx->i2c.tx_p0_client, in anx7625_hdcp_enable() 902 ret |= anx7625_reg_write(ctx, ctx->i2c.tx_p0_client, in anx7625_hdcp_enable() 919 return anx7625_write_or(ctx, ctx->i2c.tx_p0_client, in anx7625_hdcp_enable() 969 ret = anx7625_write_and(ctx, ctx->i2c.tx_p0_client, 0x87, 0xfe); in anx7625_dp_stop() 2104 status = anx7625_reg_read(ctx, ctx->i2c.tx_p0_client, 0); in hdcp_check_work_func() 2487 ctx->i2c.tx_p0_client = devm_i2c_new_dummy_device(dev, client->adapter, in anx7625_register_i2c_dummy_clients() [all …]
|
| D | anx7625.h | 443 struct i2c_client *tx_p0_client; member
|