Lines Matching refs:mod
52 struct tfp410_module *mod; member
74 gpio_direction_output(tfp410_encoder->mod->gpio, 1); in tfp410_encoder_dpms()
77 gpio_direction_output(tfp410_encoder->mod->gpio, 0); in tfp410_encoder_dpms()
122 struct tfp410_module *mod) in tfp410_encoder_create() argument
135 tfp410_encoder->mod = mod; in tfp410_encoder_create()
162 struct tfp410_module *mod; member
181 if (drm_probe_ddc(tfp410_connector->mod->i2c)) in tfp410_connector_detect()
193 edid = drm_get_edid(connector, tfp410_connector->mod->i2c); in tfp410_connector_get_modes()
234 struct tfp410_module *mod, struct drm_encoder *encoder) in tfp410_connector_create() argument
247 tfp410_connector->mod = mod; in tfp410_connector_create()
278 static int tfp410_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) in tfp410_modeset_init() argument
280 struct tfp410_module *tfp410_mod = to_tfp410_module(mod); in tfp410_modeset_init()
314 struct tilcdc_module *mod; in tfp410_probe() local
329 mod = &tfp410_mod->base; in tfp410_probe()
330 pdev->dev.platform_data = mod; in tfp410_probe()
332 tilcdc_module_init(mod, "tfp410", &tfp410_module_ops); in tfp410_probe()
343 mod->preferred_bpp = dvi_info.bpp; in tfp410_probe()
379 tilcdc_module_cleanup(mod); in tfp410_probe()
385 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); in tfp410_remove() local
386 struct tfp410_module *tfp410_mod = to_tfp410_module(mod); in tfp410_remove()
391 tilcdc_module_cleanup(mod); in tfp410_remove()