Lines Matching refs:intel_dvo_device
94 static bool tfp410_readb(struct intel_dvo_device *dvo, int addr, u8 *ch) in tfp410_readb()
131 static bool tfp410_writeb(struct intel_dvo_device *dvo, int addr, u8 ch) in tfp410_writeb()
157 static int tfp410_getid(struct intel_dvo_device *dvo, int addr) in tfp410_getid()
169 static bool tfp410_init(struct intel_dvo_device *dvo, in tfp410_init()
204 static enum drm_connector_status tfp410_detect(struct intel_dvo_device *dvo) in tfp410_detect()
219 static enum drm_mode_status tfp410_mode_valid(struct intel_dvo_device *dvo, in tfp410_mode_valid()
225 static void tfp410_mode_set(struct intel_dvo_device *dvo, in tfp410_mode_set()
238 static void tfp410_dpms(struct intel_dvo_device *dvo, bool enable) in tfp410_dpms()
253 static bool tfp410_get_hw_state(struct intel_dvo_device *dvo) in tfp410_get_hw_state()
266 static void tfp410_dump_regs(struct intel_dvo_device *dvo) in tfp410_dump_regs()
300 static void tfp410_destroy(struct intel_dvo_device *dvo) in tfp410_destroy()