Lines Matching refs:mod
53 struct tfp410_module *mod; member
75 gpio_direction_output(tfp410_encoder->mod->gpio, 1); in tfp410_encoder_dpms()
78 gpio_direction_output(tfp410_encoder->mod->gpio, 0); in tfp410_encoder_dpms()
123 struct tfp410_module *mod) in tfp410_encoder_create() argument
136 tfp410_encoder->mod = mod; in tfp410_encoder_create()
163 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()
299 static void tfp410_destroy(struct tilcdc_module *mod) in tfp410_destroy() argument
301 struct tfp410_module *tfp410_mod = to_tfp410_module(mod); in tfp410_destroy()
309 tilcdc_module_cleanup(mod); in tfp410_destroy()
329 struct tilcdc_module *mod; in tfp410_probe() local
344 mod = &tfp410_mod->base; in tfp410_probe()
346 tilcdc_module_init(mod, "tfp410", &tfp410_module_ops); in tfp410_probe()
386 tfp410_destroy(mod); in tfp410_probe()