Symbol: intel_dvo_device
sys/dev/drm/i915/dvo.h
104
enum drm_connector_status (*detect)(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
110
bool (*get_hw_state)(struct intel_dvo_device *dev);
sys/dev/drm/i915/dvo.h
119
struct drm_display_mode *(*get_modes)(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
124
void (*destroy) (struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
129
void (*dump_regs)(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
51
bool (*init)(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo.h
58
void (*create_resources)(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
66
void (*dpms)(struct intel_dvo_device *dvo, bool enable);
sys/dev/drm/i915/dvo.h
77
int (*mode_valid)(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo.h
83
void (*prepare)(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
88
void (*commit)(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo.h
97
void (*mode_set)(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7017.c
165
static void ch7017_dump_regs(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo_ch7017.c
166
static void ch7017_dpms(struct intel_dvo_device *dvo, bool enable);
sys/dev/drm/i915/dvo_ch7017.c
168
static bool ch7017_read(struct intel_dvo_device *dvo, u8 addr, u8 *val)
sys/dev/drm/i915/dvo_ch7017.c
187
static bool ch7017_write(struct intel_dvo_device *dvo, u8 addr, u8 val)
sys/dev/drm/i915/dvo_ch7017.c
200
static bool ch7017_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7017.c
243
static enum drm_connector_status ch7017_detect(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7017.c
248
static enum drm_mode_status ch7017_mode_valid(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7017.c
257
static void ch7017_mode_set(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7017.c
334
static void ch7017_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ch7017.c
362
static bool ch7017_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7017.c
374
static void ch7017_dump_regs(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7017.c
395
static void ch7017_destroy(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7xxx.c
135
static bool ch7xxx_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/dvo_ch7xxx.c
173
static bool ch7xxx_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_ch7xxx.c
199
static bool ch7xxx_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7xxx.c
245
static enum drm_connector_status ch7xxx_detect(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7xxx.c
266
static enum drm_mode_status ch7xxx_mode_valid(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7xxx.c
275
static void ch7xxx_mode_set(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ch7xxx.c
314
static void ch7xxx_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ch7xxx.c
322
static bool ch7xxx_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7xxx.c
334
static void ch7xxx_dump_regs(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ch7xxx.c
347
static void ch7xxx_destroy(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ivch.c
185
static void ivch_dump_regs(struct intel_dvo_device *dvo);
sys/dev/drm/i915/dvo_ivch.c
191
static bool ivch_read(struct intel_dvo_device *dvo, int addr, u16 *data)
sys/dev/drm/i915/dvo_ivch.c
234
static bool ivch_write(struct intel_dvo_device *dvo, int addr, u16 data)
sys/dev/drm/i915/dvo_ivch.c
262
static bool ivch_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ivch.c
310
static enum drm_connector_status ivch_detect(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ivch.c
315
static enum drm_mode_status ivch_mode_valid(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ivch.c
328
static void ivch_reset(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ivch.c
342
static void ivch_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ivch.c
380
static bool ivch_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ivch.c
396
static void ivch_mode_set(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ivch.c
439
static void ivch_dump_regs(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ivch.c
483
static void ivch_destroy(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ns2501.c
392
static bool ns2501_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/dvo_ns2501.c
437
static bool ns2501_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_ns2501.c
471
static bool ns2501_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ns2501.c
514
static enum drm_connector_status ns2501_detect(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ns2501.c
526
static enum drm_mode_status ns2501_mode_valid(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ns2501.c
548
static void ns2501_mode_set(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_ns2501.c
644
static bool ns2501_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_ns2501.c
655
static void ns2501_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_ns2501.c
691
static void ns2501_destroy(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_sil164.c
105
static bool sil164_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_sil164.c
132
static bool sil164_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_sil164.c
174
static enum drm_connector_status sil164_detect(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_sil164.c
186
static enum drm_mode_status sil164_mode_valid(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_sil164.c
192
static void sil164_mode_set(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_sil164.c
211
static void sil164_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_sil164.c
229
static bool sil164_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_sil164.c
244
static void sil164_dump_regs(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_sil164.c
260
static void sil164_destroy(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_sil164.c
68
static bool sil164_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/dvo_tfp410.c
130
static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch)
sys/dev/drm/i915/dvo_tfp410.c
156
static int tfp410_getid(struct intel_dvo_device *dvo, int addr)
sys/dev/drm/i915/dvo_tfp410.c
168
static bool tfp410_init(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_tfp410.c
203
static enum drm_connector_status tfp410_detect(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_tfp410.c
218
static enum drm_mode_status tfp410_mode_valid(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_tfp410.c
224
static void tfp410_mode_set(struct intel_dvo_device *dvo,
sys/dev/drm/i915/dvo_tfp410.c
237
static void tfp410_dpms(struct intel_dvo_device *dvo, bool enable)
sys/dev/drm/i915/dvo_tfp410.c
252
static bool tfp410_get_hw_state(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_tfp410.c
265
static void tfp410_dump_regs(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_tfp410.c
299
static void tfp410_destroy(struct intel_dvo_device *dvo)
sys/dev/drm/i915/dvo_tfp410.c
93
static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch)
sys/dev/drm/i915/intel_dvo.c
105
struct intel_dvo_device dev;
sys/dev/drm/i915/intel_dvo.c
42
static const struct intel_dvo_device intel_dvo_devices[] = {
sys/dev/drm/i915/intel_dvo.c
436
const struct intel_dvo_device *dvo = &intel_dvo_devices[i];