Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Ddvo_sil164.c73 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in sil164_readb() argument
110 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in sil164_writeb() argument
137 sil164_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) sil164_init() argument
179 sil164_detect(struct intel_dvo_device * dvo) sil164_detect() argument
191 sil164_mode_valid(struct intel_dvo_device * dvo,struct drm_display_mode * mode) sil164_mode_valid() argument
197 sil164_mode_set(struct intel_dvo_device * dvo,const struct drm_display_mode * mode,const struct drm_display_mode * adjusted_mode) sil164_mode_set() argument
222 sil164_dpms(struct intel_dvo_device * dvo,bool enable) sil164_dpms() argument
239 sil164_get_hw_state(struct intel_dvo_device * dvo) sil164_get_hw_state() argument
254 sil164_dump_regs(struct intel_dvo_device * dvo) sil164_dump_regs() argument
270 sil164_destroy(struct intel_dvo_device * dvo) sil164_destroy() argument
[all...]
H A Ddvo_tfp410.c94 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in tfp410_readb() argument
131 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in tfp410_writeb() argument
157 tfp410_getid(struct intel_dvo_device * dvo,int addr) tfp410_getid() argument
169 tfp410_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) tfp410_init() argument
204 tfp410_detect(struct intel_dvo_device * dvo) tfp410_detect() argument
219 tfp410_mode_valid(struct intel_dvo_device * dvo,struct drm_display_mode * mode) tfp410_mode_valid() argument
225 tfp410_mode_set(struct intel_dvo_device * dvo,const struct drm_display_mode * mode,const struct drm_display_mode * adjusted_mode) tfp410_mode_set() argument
238 tfp410_dpms(struct intel_dvo_device * dvo,bool enable) tfp410_dpms() argument
253 tfp410_get_hw_state(struct intel_dvo_device * dvo) tfp410_get_hw_state() argument
266 tfp410_dump_regs(struct intel_dvo_device * dvo) tfp410_dump_regs() argument
300 tfp410_destroy(struct intel_dvo_device * dvo) tfp410_destroy() argument
[all...]
H A Ddvo_ivch.c192 static bool ivch_read(struct intel_dvo_device *dvo, int addr, u16 *data) in ivch_read() argument
235 static bool ivch_write(struct intel_dvo_device *dvo, int addr, u16 data) in ivch_write() argument
263 ivch_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) ivch_init() argument
311 ivch_detect(struct intel_dvo_device * dvo) ivch_detect() argument
316 ivch_mode_valid(struct intel_dvo_device * dvo,struct drm_display_mode * mode) ivch_mode_valid() argument
329 ivch_reset(struct intel_dvo_device * dvo) ivch_reset() argument
343 ivch_dpms(struct intel_dvo_device * dvo,bool enable) ivch_dpms() argument
381 ivch_get_hw_state(struct intel_dvo_device * dvo) ivch_get_hw_state() argument
397 ivch_mode_set(struct intel_dvo_device * dvo,const struct drm_display_mode * mode,const struct drm_display_mode * adjusted_mode) ivch_mode_set() argument
440 ivch_dump_regs(struct intel_dvo_device * dvo) ivch_dump_regs() argument
484 ivch_destroy(struct intel_dvo_device * dvo) ivch_destroy() argument
[all...]
H A Ddvo_ch7xxx.c147 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ch7xxx_readb() argument
185 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ch7xxx_writeb() argument
211 ch7xxx_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) ch7xxx_init() argument
257 ch7xxx_detect(struct intel_dvo_device * dvo) ch7xxx_detect() argument
278 ch7xxx_mode_valid(struct intel_dvo_device * dvo,struct drm_display_mode * mode) ch7xxx_mode_valid() argument
287 ch7xxx_mode_set(struct intel_dvo_device * dvo,const struct drm_display_mode * mode,const struct drm_display_mode * adjusted_mode) ch7xxx_mode_set() argument
333 ch7xxx_dpms(struct intel_dvo_device * dvo,bool enable) ch7xxx_dpms() argument
341 ch7xxx_get_hw_state(struct intel_dvo_device * dvo) ch7xxx_get_hw_state() argument
353 ch7xxx_dump_regs(struct intel_dvo_device * dvo) ch7xxx_dump_regs() argument
366 ch7xxx_destroy(struct intel_dvo_device * dvo) ch7xxx_destroy() argument
[all...]
H A Ddvo_ch7017.c169 static bool ch7017_read(struct intel_dvo_device *dvo, u8 addr, u8 *val) in ch7017_read() argument
188 static bool ch7017_write(struct intel_dvo_device *dvo, u8 addr, u8 val) in ch7017_write() argument
201 static bool ch7017_init(struct intel_dvo_device *dvo, in ch7017_init() argument
244 ch7017_detect(struct intel_dvo_device * dvo) ch7017_detect() argument
249 ch7017_mode_valid(struct intel_dvo_device * dvo,struct drm_display_mode * mode) ch7017_mode_valid() argument
258 ch7017_mode_set(struct intel_dvo_device * dvo,const struct drm_display_mode * mode,const struct drm_display_mode * adjusted_mode) ch7017_mode_set() argument
335 ch7017_dpms(struct intel_dvo_device * dvo,bool enable) ch7017_dpms() argument
363 ch7017_get_hw_state(struct intel_dvo_device * dvo) ch7017_get_hw_state() argument
375 ch7017_dump_regs(struct intel_dvo_device * dvo) ch7017_dump_regs() argument
396 ch7017_destroy(struct intel_dvo_device * dvo) ch7017_destroy() argument
[all...]
H A Ddvo_ns2501.c392 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ns2501_readb() argument
437 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ns2501_writeb() argument
471 ns2501_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) ns2501_init() argument
514 ns2501_detect(struct intel_dvo_device * dvo) ns2501_detect() argument
526 ns2501_mode_valid(struct intel_dvo_device * dvo,struct drm_display_mode * mode) ns2501_mode_valid() argument
548 ns2501_mode_set(struct intel_dvo_device * dvo,const struct drm_display_mode * mode,const struct drm_display_mode * adjusted_mode) ns2501_mode_set() argument
644 ns2501_get_hw_state(struct intel_dvo_device * dvo) ns2501_get_hw_state() argument
655 ns2501_dpms(struct intel_dvo_device * dvo,bool enable) ns2501_dpms() argument
691 ns2501_destroy(struct intel_dvo_device * dvo) ns2501_destroy() argument
[all...]
H A Dintel_dvo.c387 static int intel_dvo_encoder_type(const struct intel_dvo_device *dvo) in intel_dvo_encoder_type() argument
401 static int intel_dvo_connector_type(const struct intel_dvo_device *dvo) in intel_dvo_connector_type() argument
417 const struct intel_dvo_device *dvo) in intel_dvo_init_dev() argument
[all...]
/linux/drivers/gpu/drm/sti/
H A Dsti_dvo.c106 struct sti_dvo *dvo; member
113 static int dvo_awg_generate_code(struct sti_dvo *dvo, u8 *ram_size, u32 *ram_code) in dvo_awg_generate_code() argument
149 dvo_awg_configure(struct sti_dvo * dvo,u32 * awg_ram_code,int nb) dvo_awg_configure() argument
183 struct sti_dvo *dvo = (struct sti_dvo *)node->info_ent->data; dvo_dbg_show() local
200 dvo_debugfs_init(struct sti_dvo * dvo,struct drm_minor * minor) dvo_debugfs_init() argument
214 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_disable() local
237 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_pre_enable() local
284 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_set_mode() local
340 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_get_modes() local
360 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_mode_valid() local
386 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_detect() local
406 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_late_register() local
437 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_bind() local
500 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_unbind() local
513 struct sti_dvo *dvo; sti_dvo_probe() local
[all...]
H A Dsti_tvout.c119 struct drm_encoder *dvo; member
[all...]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c370 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
/linux/drivers/gpu/drm/radeon/
H A Datombios_encoders.c480 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member