/linux/drivers/gpu/drm/i915/display/ |
H A D | dvo_sil164.c | 75 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in sil164_readb() argument 112 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in sil164_writeb() argument 139 sil164_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) sil164_init() argument 181 sil164_detect(struct intel_dvo_device * dvo) sil164_detect() argument 193 sil164_mode_valid(struct intel_dvo_device * dvo,const struct drm_display_mode * mode) sil164_mode_valid() argument 199 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 224 sil164_dpms(struct intel_dvo_device * dvo,bool enable) sil164_dpms() argument 241 sil164_get_hw_state(struct intel_dvo_device * dvo) sil164_get_hw_state() argument 256 sil164_dump_regs(struct intel_dvo_device * dvo) sil164_dump_regs() argument 272 sil164_destroy(struct intel_dvo_device * dvo) sil164_destroy() argument [all...] |
H A D | dvo_tfp410.c | 96 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in tfp410_readb() argument 133 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in tfp410_writeb() argument 159 tfp410_getid(struct intel_dvo_device * dvo,int addr) tfp410_getid() argument 171 tfp410_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) tfp410_init() argument 206 tfp410_detect(struct intel_dvo_device * dvo) tfp410_detect() argument 221 tfp410_mode_valid(struct intel_dvo_device * dvo,const struct drm_display_mode * mode) tfp410_mode_valid() argument 227 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 240 tfp410_dpms(struct intel_dvo_device * dvo,bool enable) tfp410_dpms() argument 255 tfp410_get_hw_state(struct intel_dvo_device * dvo) tfp410_get_hw_state() argument 268 tfp410_dump_regs(struct intel_dvo_device * dvo) tfp410_dump_regs() argument 302 tfp410_destroy(struct intel_dvo_device * dvo) tfp410_destroy() argument [all...] |
H A D | dvo_ivch.c | 194 static bool ivch_read(struct intel_dvo_device *dvo, int addr, u16 *data) in ivch_read() argument 237 static bool ivch_write(struct intel_dvo_device *dvo, int addr, u16 data) in ivch_write() argument 265 ivch_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) ivch_init() argument 313 ivch_detect(struct intel_dvo_device * dvo) ivch_detect() argument 318 ivch_mode_valid(struct intel_dvo_device * dvo,const struct drm_display_mode * mode) ivch_mode_valid() argument 331 ivch_reset(struct intel_dvo_device * dvo) ivch_reset() argument 345 ivch_dpms(struct intel_dvo_device * dvo,bool enable) ivch_dpms() argument 383 ivch_get_hw_state(struct intel_dvo_device * dvo) ivch_get_hw_state() argument 399 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 442 ivch_dump_regs(struct intel_dvo_device * dvo) ivch_dump_regs() argument 486 ivch_destroy(struct intel_dvo_device * dvo) ivch_destroy() argument [all...] |
H A D | dvo_ch7xxx.c | 149 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ch7xxx_readb() argument 187 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ch7xxx_writeb() argument 213 ch7xxx_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) ch7xxx_init() argument 259 ch7xxx_detect(struct intel_dvo_device * dvo) ch7xxx_detect() argument 280 ch7xxx_mode_valid(struct intel_dvo_device * dvo,const struct drm_display_mode * mode) ch7xxx_mode_valid() argument 289 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 335 ch7xxx_dpms(struct intel_dvo_device * dvo,bool enable) ch7xxx_dpms() argument 343 ch7xxx_get_hw_state(struct intel_dvo_device * dvo) ch7xxx_get_hw_state() argument 355 ch7xxx_dump_regs(struct intel_dvo_device * dvo) ch7xxx_dump_regs() argument 368 ch7xxx_destroy(struct intel_dvo_device * dvo) ch7xxx_destroy() argument [all...] |
H A D | dvo_ch7017.c | 171 static bool ch7017_read(struct intel_dvo_device *dvo, u8 addr, u8 *val) in ch7017_read() argument 190 static bool ch7017_write(struct intel_dvo_device *dvo, u8 addr, u8 val) in ch7017_write() argument 203 static bool ch7017_init(struct intel_dvo_device *dvo, in ch7017_init() argument 246 ch7017_detect(struct intel_dvo_device * dvo) ch7017_detect() argument 251 ch7017_mode_valid(struct intel_dvo_device * dvo,const struct drm_display_mode * mode) ch7017_mode_valid() argument 260 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 337 ch7017_dpms(struct intel_dvo_device * dvo,bool enable) ch7017_dpms() argument 365 ch7017_get_hw_state(struct intel_dvo_device * dvo) ch7017_get_hw_state() argument 377 ch7017_dump_regs(struct intel_dvo_device * dvo) ch7017_dump_regs() argument 398 ch7017_destroy(struct intel_dvo_device * dvo) ch7017_destroy() argument [all...] |
H A D | dvo_ns2501.c | 393 static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ns2501_readb() argument 438 static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ns2501_writeb() argument 472 ns2501_init(struct intel_dvo_device * dvo,struct i2c_adapter * adapter) ns2501_init() argument 515 ns2501_detect(struct intel_dvo_device * dvo) ns2501_detect() argument 527 ns2501_mode_valid(struct intel_dvo_device * dvo,const struct drm_display_mode * mode) ns2501_mode_valid() argument 549 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 645 ns2501_get_hw_state(struct intel_dvo_device * dvo) ns2501_get_hw_state() argument 656 ns2501_dpms(struct intel_dvo_device * dvo,bool enable) ns2501_dpms() argument 692 ns2501_destroy(struct intel_dvo_device * dvo) ns2501_destroy() argument [all...] |
H A D | intel_dvo.c | 389 static int intel_dvo_encoder_type(const struct intel_dvo_device *dvo) in intel_dvo_encoder_type() argument 403 static int intel_dvo_connector_type(const struct intel_dvo_device *dvo) in intel_dvo_connector_type() argument 419 const struct intel_dvo_device *dvo) in intel_dvo_init_dev() argument [all...] |
/linux/drivers/gpu/drm/sti/ |
H A D | sti_dvo.c | 106 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 493 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_unbind() local 506 struct sti_dvo *dvo; sti_dvo_probe() local [all...] |
H A D | sti_tvout.c | 119 struct drm_encoder *dvo; member [all...] |
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | atombios_encoders.c | 370 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
|