Lines Matching defs:dvo
93 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, uint8_t *ch) in tfp410_readb()
130 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, uint8_t ch) in tfp410_writeb()
156 static int tfp410_getid(struct intel_dvo_device *dvo, int addr) in tfp410_getid()
168 static bool tfp410_init(struct intel_dvo_device *dvo, in tfp410_init()
203 static enum drm_connector_status tfp410_detect(struct intel_dvo_device *dvo) in tfp410_detect()
218 static enum drm_mode_status tfp410_mode_valid(struct intel_dvo_device *dvo, in tfp410_mode_valid()
224 static void tfp410_mode_set(struct intel_dvo_device *dvo, in tfp410_mode_set()
237 static void tfp410_dpms(struct intel_dvo_device *dvo, bool enable) in tfp410_dpms()
252 static bool tfp410_get_hw_state(struct intel_dvo_device *dvo) in tfp410_get_hw_state()
265 static void tfp410_dump_regs(struct intel_dvo_device *dvo) in tfp410_dump_regs()
299 static void tfp410_destroy(struct intel_dvo_device *dvo) in tfp410_destroy()