Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_drv.c136 static void adv7511_set_colormap(struct adv7511 *adv7511, bool enable, in adv7511_set_colormap() argument
142 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
147 regmap_update_bits(adv7511->regmap, in adv7511_set_colormap()
150 regmap_write(adv7511->regmap, in adv7511_set_colormap()
157 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
160 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(0), in adv7511_set_colormap()
163 regmap_update_bits(adv7511->regmap, ADV7511_REG_CSC_UPPER(1), in adv7511_set_colormap()
167 static int adv7511_packet_enable(struct adv7511 *adv7511, unsigned int packet) in adv7511_packet_enable() argument
170 regmap_update_bits(adv7511->regmap, ADV7511_REG_PACKET_ENABLE0, in adv7511_packet_enable()
175 regmap_update_bits(adv7511->regmap, ADV7511_REG_PACKET_ENABLE1, in adv7511_packet_enable()
[all …]
H A Dadv7511_audio.c37 static int adv7511_update_cts_n(struct adv7511 *adv7511) in adv7511_update_cts_n() argument
42 adv7511_calc_cts_n(adv7511->f_tmds, adv7511->f_audio, &cts, &n); in adv7511_update_cts_n()
44 regmap_write(adv7511->regmap, ADV7511_REG_N0, (n >> 16) & 0xf); in adv7511_update_cts_n()
45 regmap_write(adv7511->regmap, ADV7511_REG_N1, (n >> 8) & 0xff); in adv7511_update_cts_n()
46 regmap_write(adv7511->regmap, ADV7511_REG_N2, n & 0xff); in adv7511_update_cts_n()
48 regmap_write(adv7511->regmap, ADV7511_REG_CTS_MANUAL0, in adv7511_update_cts_n()
50 regmap_write(adv7511->regmap, ADV7511_REG_CTS_MANUAL1, in adv7511_update_cts_n()
52 regmap_write(adv7511->regmap, ADV7511_REG_CTS_MANUAL2, in adv7511_update_cts_n()
62 struct adv7511 *adv7511 = dev_get_drvdata(dev); in adv7511_hdmi_hw_params() local
139 regmap_update_bits(adv7511->regmap, ADV7511_REG_AUDIO_SOURCE, 0x70, in adv7511_hdmi_hw_params()
[all …]
H A DMakefile2 adv7511-y := adv7511_drv.o adv7533.o
3 adv7511-$(CONFIG_DRM_I2C_ADV7511_AUDIO) += adv7511_audio.o
4 adv7511-$(CONFIG_DRM_I2C_ADV7511_CEC) += adv7511_cec.o
5 obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511.o
H A Dadv7533.c27 static void adv7511_dsi_config_timing_gen(struct adv7511 *adv) in adv7511_dsi_config_timing_gen()
66 void adv7533_dsi_power_on(struct adv7511 *adv) in adv7533_dsi_power_on()
95 void adv7533_dsi_power_off(struct adv7511 *adv) in adv7533_dsi_power_off()
103 enum drm_mode_status adv7533_mode_valid(struct adv7511 *adv, in adv7533_mode_valid()
120 int adv7533_patch_registers(struct adv7511 *adv) in adv7533_patch_registers()
127 int adv7533_patch_cec_registers(struct adv7511 *adv) in adv7533_patch_cec_registers()
134 int adv7533_attach_dsi(struct adv7511 *adv) in adv7533_attach_dsi()
169 int adv7533_parse_dt(struct device_node *np, struct adv7511 *adv) in adv7533_parse_dt()
/linux/arch/arc/boot/dts/
H A Daxs10x_mb.dtsi188 adv7511:adv7511@39{ label
189 compatible="adi,adv7511";
326 sound-dai = <&adv7511>;
/linux/arch/arm/boot/dts/xilinx/
H A Dzynq-zc706.dts88 adv7511: hdmi-tx@39 { label
89 compatible = "adi,adv7511";
H A Dzynq-zc702.dts140 adv7511: hdmi-tx@39 { label
141 compatible = "adi,adv7511";
/linux/drivers/gpu/drm/bridge/
H A DMakefile31 obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511/
H A DKconfig413 source "drivers/gpu/drm/bridge/adv7511/Kconfig"
/linux/drivers/media/i2c/
H A DMakefile15 obj-$(CONFIG_VIDEO_ADV7511) += adv7511-v4l2.o
H A DKconfig1404 module will be called adv7511.
1411 When selected the adv7511 will support the optional
/linux/Documentation/admin-guide/media/
H A Dcec.rst15 - V4L2 adv7511 (same HW, but a different driver from the drm adv7511)
21 - drm adv7511/adv7533
H A Di2c-cardlist.rst222 adv7511-v4l2 Analog Devices ADV7511 encoder
/linux/
H A DMAINTAINERS1489 F: drivers/media/i2c/adv7511*