Home
last modified time | relevance | path

Searched defs:dvo (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Ddvo_sil164.c69 static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in sil164_readb() argument
106 static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in sil164_writeb() argument
133 sil164_init(struct intel_dvo_device *dvo, struct i2c_adapter *adapter) sil164_init() argument
175 sil164_detect(struct intel_dvo_device *dvo) sil164_detect() argument
187 sil164_mode_valid(struct intel_dvo_device *dvo, struct drm_display_mode *mode) sil164_mode_valid() argument
193 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
212 sil164_dpms(struct intel_dvo_device *dvo, bool enable) sil164_dpms() argument
230 sil164_get_hw_state(struct intel_dvo_device *dvo) sil164_get_hw_state() argument
245 sil164_dump_regs(struct intel_dvo_device *dvo) sil164_dump_regs() argument
261 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 Dintel_dvo.c452 const struct intel_dvo_device *dvo = &intel_dvo_devices[i]; in intel_dvo_init() local
[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.c136 static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in ch7xxx_readb() argument
174 static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in ch7xxx_writeb() argument
200 ch7xxx_init(struct intel_dvo_device *dvo, struct i2c_adapter *adapter) ch7xxx_init() argument
246 ch7xxx_detect(struct intel_dvo_device *dvo) ch7xxx_detect() argument
267 ch7xxx_mode_valid(struct intel_dvo_device *dvo, struct drm_display_mode *mode) ch7xxx_mode_valid() argument
276 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
315 ch7xxx_dpms(struct intel_dvo_device *dvo, bool enable) ch7xxx_dpms() argument
323 ch7xxx_get_hw_state(struct intel_dvo_device *dvo) ch7xxx_get_hw_state() argument
335 ch7xxx_dump_regs(struct intel_dvo_device *dvo) ch7xxx_dump_regs() argument
348 ch7xxx_destroy(struct intel_dvo_device *dvo) ch7xxx_destroy() argument
[all...]
H A Ddvo_ns2501.c393 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, 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 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...]
/kernel/linux/linux-6.6/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 Dintel_dvo.c383 static int intel_dvo_encoder_type(const struct intel_dvo_device *dvo) in intel_dvo_encoder_type() argument
397 static int intel_dvo_connector_type(const struct intel_dvo_device *dvo) in intel_dvo_connector_type() argument
411 intel_dvo_init_dev(struct drm_i915_private *dev_priv, struct intel_dvo *intel_dvo, const struct intel_dvo_device *dvo) intel_dvo_init_dev() 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_ns2501.c393 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, 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 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...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c376 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c474 int i, err, dvo; in intelfb_pci_register() local
H A Dintelfbhw.c284 int dvo = 0; in intelfbhw_check_non_crt() local
298 const char * intelfbhw_dvo_to_string(int dvo) in intelfbhw_dvo_to_string() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_dvo.c105 struct sti_dvo *dvo; member
112 static int dvo_awg_generate_code(struct sti_dvo *dvo, u8 *ram_size, u32 *ram_code) in dvo_awg_generate_code() argument
148 dvo_awg_configure(struct sti_dvo *dvo, u32 *awg_ram_code, int nb) dvo_awg_configure() argument
182 struct sti_dvo *dvo = (struct sti_dvo *)node->info_ent->data; dvo_dbg_show() local
199 dvo_debugfs_init(struct sti_dvo *dvo, struct drm_minor *minor) dvo_debugfs_init() argument
213 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_disable() local
236 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_pre_enable() local
283 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_set_mode() local
339 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_get_modes() local
359 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_mode_valid() local
385 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_detect() local
405 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_late_register() local
436 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_bind() local
501 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_unbind() local
514 struct sti_dvo *dvo; sti_dvo_probe() local
[all...]
H A Dsti_tvout.c119 struct drm_encoder *dvo; member
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c478 int i, err, dvo; in intelfb_pci_register() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c370 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_dvo.c105 struct sti_dvo *dvo; member
112 static int dvo_awg_generate_code(struct sti_dvo *dvo, u8 *ram_size, u32 *ram_code) in dvo_awg_generate_code() argument
148 dvo_awg_configure(struct sti_dvo *dvo, u32 *awg_ram_code, int nb) dvo_awg_configure() argument
182 struct sti_dvo *dvo = (struct sti_dvo *)node->info_ent->data; dvo_dbg_show() local
199 dvo_debugfs_init(struct sti_dvo *dvo, struct drm_minor *minor) dvo_debugfs_init() argument
213 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_disable() local
236 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_pre_enable() local
283 struct sti_dvo *dvo = bridge->driver_private; sti_dvo_set_mode() local
339 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_get_modes() local
359 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_mode_valid() local
385 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_connector_detect() local
405 struct sti_dvo *dvo = dvo_connector->dvo; sti_dvo_late_register() local
436 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_bind() local
499 struct sti_dvo *dvo = dev_get_drvdata(dev); sti_dvo_unbind() local
512 struct sti_dvo *dvo; sti_dvo_probe() local
[all...]
H A Dsti_tvout.c119 struct drm_encoder *dvo; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Datombios_encoders.c488 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Datombios_encoders.c479 DVO_ENCODER_CONTROL_PS_ALLOCATION dvo; member

Completed in 32 milliseconds

12