field_ddc_byte_count  221 drivers/gpu/drm/sun4i/sun4i_hdmi.h 	struct reg_field	field_ddc_byte_count;
field_ddc_byte_count  281 drivers/gpu/drm/sun4i/sun4i_hdmi.h 	struct regmap_field	*field_ddc_byte_count;
field_ddc_byte_count  364 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	.field_ddc_byte_count	= REG_FIELD(SUN4I_HDMI_DDC_BYTE_COUNT_REG, 0, 9),
field_ddc_byte_count  415 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	.field_ddc_byte_count	= REG_FIELD(SUN4I_HDMI_DDC_BYTE_COUNT_REG, 0, 9),
field_ddc_byte_count  472 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	.field_ddc_byte_count	= REG_FIELD(SUN6I_HDMI_DDC_CMD_REG, 16, 25),
field_ddc_byte_count  106 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	regmap_field_write(hdmi->field_ddc_byte_count, msg->len);
field_ddc_byte_count  260 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	hdmi->field_ddc_byte_count =
field_ddc_byte_count  262 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 					hdmi->variant->field_ddc_byte_count);
field_ddc_byte_count  263 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	if (IS_ERR(hdmi->field_ddc_byte_count))
field_ddc_byte_count  264 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 		return PTR_ERR(hdmi->field_ddc_byte_count);