Lines Matching refs:mod
47 struct tfp410_module *mod; member
61 gpio_direction_output(tfp410_encoder->mod->gpio, 1); in tfp410_encoder_dpms()
64 gpio_direction_output(tfp410_encoder->mod->gpio, 0); in tfp410_encoder_dpms()
99 struct tfp410_module *mod) in tfp410_encoder_create() argument
111 tfp410_encoder->mod = mod; in tfp410_encoder_create()
138 struct tfp410_module *mod; member
155 if (drm_probe_ddc(tfp410_connector->mod->i2c)) in tfp410_connector_detect()
167 edid = drm_get_edid(connector, tfp410_connector->mod->i2c); in tfp410_connector_get_modes()
201 struct tfp410_module *mod, struct drm_encoder *encoder) in tfp410_connector_create() argument
213 tfp410_connector->mod = mod; in tfp410_connector_create()
242 static int tfp410_modeset_init(struct tilcdc_module *mod, struct drm_device *dev) in tfp410_modeset_init() argument
244 struct tfp410_module *tfp410_mod = to_tfp410_module(mod); in tfp410_modeset_init()
277 struct tilcdc_module *mod; in tfp410_probe() local
292 mod = &tfp410_mod->base; in tfp410_probe()
293 pdev->dev.platform_data = mod; in tfp410_probe()
295 tilcdc_module_init(mod, "tfp410", &tfp410_module_ops); in tfp410_probe()
339 tilcdc_module_cleanup(mod); in tfp410_probe()
345 struct tilcdc_module *mod = dev_get_platdata(&pdev->dev); in tfp410_remove() local
346 struct tfp410_module *tfp410_mod = to_tfp410_module(mod); in tfp410_remove()
351 tilcdc_module_cleanup(mod); in tfp410_remove()