tfp410_mod 244 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c struct tfp410_module *tfp410_mod = to_tfp410_module(mod); tfp410_mod 249 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c encoder = tfp410_encoder_create(dev, tfp410_mod); tfp410_mod 253 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c connector = tfp410_connector_create(dev, tfp410_mod, encoder); tfp410_mod 276 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c struct tfp410_module *tfp410_mod; tfp410_mod 288 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c tfp410_mod = devm_kzalloc(&pdev->dev, sizeof(*tfp410_mod), GFP_KERNEL); tfp410_mod 289 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c if (!tfp410_mod) tfp410_mod 292 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c mod = &tfp410_mod->base; tfp410_mod 312 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c tfp410_mod->i2c = of_find_i2c_adapter_by_node(i2c_node); tfp410_mod 313 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c if (!tfp410_mod->i2c) { tfp410_mod 321 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c tfp410_mod->gpio = of_get_named_gpio_flags(node, "powerdn-gpio", tfp410_mod 323 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c if (tfp410_mod->gpio < 0) { tfp410_mod 326 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c ret = gpio_request(tfp410_mod->gpio, "DVI_PDn"); tfp410_mod 336 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c i2c_put_adapter(tfp410_mod->i2c); tfp410_mod 346 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c struct tfp410_module *tfp410_mod = to_tfp410_module(mod); tfp410_mod 348 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c i2c_put_adapter(tfp410_mod->i2c); tfp410_mod 349 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c gpio_free(tfp410_mod->gpio);