Home
last modified time | relevance | path

Searched refs:tfp410_mod (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c260 struct tfp410_module *tfp410_mod = to_tfp410_module(mod); in tfp410_modeset_init() local
265 encoder = tfp410_encoder_create(dev, tfp410_mod); in tfp410_modeset_init()
269 connector = tfp410_connector_create(dev, tfp410_mod, encoder); in tfp410_modeset_init()
292 struct tfp410_module *tfp410_mod; in tfp410_probe() local
304 tfp410_mod = devm_kzalloc(&pdev->dev, sizeof(*tfp410_mod), GFP_KERNEL); in tfp410_probe()
305 if (!tfp410_mod) in tfp410_probe()
308 mod = &tfp410_mod->base; in tfp410_probe()
328 tfp410_mod->i2c = of_find_i2c_adapter_by_node(i2c_node); in tfp410_probe()
329 if (!tfp410_mod->i2c) { in tfp410_probe()
337 tfp410_mod->gpio = of_get_named_gpio_flags(node, "powerdn-gpio", in tfp410_probe()
[all …]