Home
last modified time | relevance | path

Searched refs:dvo (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ivch.c188 static void ivch_dump_regs(struct intel_dvo_device *dvo);
194 static bool ivch_read(struct intel_dvo_device *dvo, int addr, u16 *data) in ivch_read() argument
196 struct ivch_priv *priv = dvo->dev_priv; in ivch_read()
197 struct i2c_adapter *adapter = dvo->i2c_bus; in ivch_read()
203 .addr = dvo->target_addr, in ivch_read()
214 .addr = dvo->target_addr, in ivch_read()
231 addr, adapter->name, dvo->target_addr); in ivch_read()
237 static bool ivch_write(struct intel_dvo_device *dvo, int addr, u16 data) in ivch_write() argument
239 struct ivch_priv *priv = dvo->dev_priv; in ivch_write()
240 struct i2c_adapter *adapter = dvo->i2c_bus; in ivch_write()
[all …]
H A Ddvo_tfp410.c96 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in tfp410_readb() argument
98 struct tfp410_priv *tfp = dvo->dev_priv; in tfp410_readb()
99 struct i2c_adapter *adapter = dvo->i2c_bus; in tfp410_readb()
105 .addr = dvo->target_addr, in tfp410_readb()
111 .addr = dvo->target_addr, in tfp410_readb()
128 addr, adapter->name, dvo->target_addr); in tfp410_readb()
133 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in tfp410_writeb() argument
135 struct tfp410_priv *tfp = dvo->dev_priv; in tfp410_writeb()
136 struct i2c_adapter *adapter = dvo->i2c_bus; in tfp410_writeb()
139 .addr = dvo->target_addr, in tfp410_writeb()
[all …]
H A Ddvo_sil164.c75 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in sil164_readb() argument
77 struct sil164_priv *sil = dvo->dev_priv; in sil164_readb()
78 struct i2c_adapter *adapter = dvo->i2c_bus; in sil164_readb()
84 .addr = dvo->target_addr, in sil164_readb()
90 .addr = dvo->target_addr, in sil164_readb()
107 addr, adapter->name, dvo->target_addr); in sil164_readb()
112 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in sil164_writeb() argument
114 struct sil164_priv *sil = dvo->dev_priv; in sil164_writeb()
115 struct i2c_adapter *adapter = dvo->i2c_bus; in sil164_writeb()
118 .addr = dvo->target_addr, in sil164_writeb()
[all …]
H A Ddvo_ch7xxx.c149 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ch7xxx_readb() argument
151 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_readb()
152 struct i2c_adapter *adapter = dvo->i2c_bus; in ch7xxx_readb()
158 .addr = dvo->target_addr, in ch7xxx_readb()
164 .addr = dvo->target_addr, in ch7xxx_readb()
181 addr, adapter->name, dvo->target_addr); in ch7xxx_readb()
187 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ch7xxx_writeb() argument
189 struct ch7xxx_priv *ch7xxx = dvo->dev_priv; in ch7xxx_writeb()
190 struct i2c_adapter *adapter = dvo->i2c_bus; in ch7xxx_writeb()
193 .addr = dvo->target_addr, in ch7xxx_writeb()
[all …]
H A Ddvo_ns2501.c393 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ns2501_readb() argument
395 struct ns2501_priv *ns = dvo->dev_priv; in ns2501_readb()
396 struct i2c_adapter *adapter = dvo->i2c_bus; in ns2501_readb()
402 .addr = dvo->target_addr, in ns2501_readb()
408 .addr = dvo->target_addr, in ns2501_readb()
426 adapter->name, dvo->target_addr); in ns2501_readb()
438 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ns2501_writeb() argument
440 struct ns2501_priv *ns = dvo->dev_priv; in ns2501_writeb()
441 struct i2c_adapter *adapter = dvo->i2c_bus; in ns2501_writeb()
445 .addr = dvo->target_addr, in ns2501_writeb()
[all …]
H A Ddvo_ch7017.c168 static void ch7017_dump_regs(struct intel_dvo_device *dvo);
169 static void ch7017_dpms(struct intel_dvo_device *dvo, bool enable);
171 static bool ch7017_read(struct intel_dvo_device *dvo, u8 addr, u8 *val) in ch7017_read() argument
175 .addr = dvo->target_addr, in ch7017_read()
181 .addr = dvo->target_addr, in ch7017_read()
187 return i2c_transfer(dvo->i2c_bus, msgs, 2) == 2; in ch7017_read()
190 static bool ch7017_write(struct intel_dvo_device *dvo, u8 addr, u8 val) in ch7017_write() argument
194 .addr = dvo->target_addr, in ch7017_write()
199 return i2c_transfer(dvo->i2c_bus, &msg, 1) == 1; in ch7017_write()
203 static bool ch7017_init(struct intel_dvo_device *dvo, in ch7017_init() argument
[all …]
H A Dintel_dvo.c389 static int intel_dvo_encoder_type(const struct intel_dvo_device *dvo) in intel_dvo_encoder_type() argument
391 switch (dvo->type) { in intel_dvo_encoder_type()
398 MISSING_CASE(dvo->type); in intel_dvo_encoder_type()
403 static int intel_dvo_connector_type(const struct intel_dvo_device *dvo) in intel_dvo_connector_type() argument
405 switch (dvo->type) { in intel_dvo_connector_type()
412 MISSING_CASE(dvo->type); in intel_dvo_connector_type()
419 const struct intel_dvo_device *dvo) in intel_dvo_init_dev() argument
432 if (intel_gmbus_is_valid_pin(display, dvo->gpio)) in intel_dvo_init_dev()
433 gpio = dvo->gpio; in intel_dvo_init_dev()
434 else if (dvo->type == INTEL_DVO_CHIP_LVDS) in intel_dvo_init_dev()
[all …]
/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt85 sti-dvo:
88 - compatible: "st,stih<chip>-dvo"
217 sti-dvo@8d00400 {
218 compatible = "st,stih407-dvo";
220 reg-names = "dvo-reg";
221 clock-names = "dvo_pix", "dvo",
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-wpcm450.dtsi263 groups = "dvo";
268 groups = "dvo";
/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c370 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
404 args.dvo.sDVOEncoder.ucAction = action; in amdgpu_atombios_encoder_setup_dvo()
405 args.dvo.sDVOEncoder.usPixelClock = cpu_to_le16(amdgpu_encoder->pixel_clock / 10); in amdgpu_atombios_encoder_setup_dvo()
407 args.dvo.sDVOEncoder.ucDeviceType = ATOM_DEVICE_DFP1_INDEX; in amdgpu_atombios_encoder_setup_dvo()
410 args.dvo.sDVOEncoder.usDevAttr.sDigAttrib.ucAttribute |= PANEL_ENCODER_MISC_DUAL; in amdgpu_atombios_encoder_setup_dvo()
/linux/drivers/gpu/drm/radeon/
H A Datombios_encoders.c480 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
518 args.dvo.sDVOEncoder.ucAction = action; in atombios_dvo_setup()
519 args.dvo.sDVOEncoder.usPixelClock = cpu_to_le16(radeon_encoder->pixel_clock / 10); in atombios_dvo_setup()
521 args.dvo.sDVOEncoder.ucDeviceType = ATOM_DEVICE_DFP1_INDEX; in atombios_dvo_setup()
524 args.dvo.sDVOEncoder.usDevAttr.sDigAttrib.ucAttribute |= PANEL_ENCODER_MISC_DUAL; in atombios_dvo_setup()