field_ddc_reset   213 drivers/gpu/drm/sun4i/sun4i_hdmi.h 	struct reg_field	field_ddc_reset;
field_ddc_reset   273 drivers/gpu/drm/sun4i/sun4i_hdmi.h 	struct regmap_field	*field_ddc_reset;
field_ddc_reset   357 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	.field_ddc_reset	= REG_FIELD(SUN4I_HDMI_DDC_CTRL_REG, 0, 0),
field_ddc_reset   408 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	.field_ddc_reset	= REG_FIELD(SUN4I_HDMI_DDC_CTRL_REG, 0, 0),
field_ddc_reset   465 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c 	.field_ddc_reset	= REG_FIELD(SUN6I_HDMI_DDC_CTRL_REG, 31, 31),
field_ddc_reset   166 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	regmap_field_write(hdmi->field_ddc_reset, 1);
field_ddc_reset   167 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	if (regmap_field_read_poll_timeout(hdmi->field_ddc_reset,
field_ddc_reset   212 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	hdmi->field_ddc_reset =
field_ddc_reset   214 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 					hdmi->variant->field_ddc_reset);
field_ddc_reset   215 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 	if (IS_ERR(hdmi->field_ddc_reset))
field_ddc_reset   216 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 		return PTR_ERR(hdmi->field_ddc_reset);