tfp410_encoder     50 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c #define to_tfp410_encoder(x) container_of(x, struct tfp410_encoder, base)
tfp410_encoder     54 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	struct tfp410_encoder *tfp410_encoder = to_tfp410_encoder(encoder);
tfp410_encoder     56 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	if (tfp410_encoder->dpms == mode)
tfp410_encoder     61 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 		gpio_direction_output(tfp410_encoder->mod->gpio, 1);
tfp410_encoder     64 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 		gpio_direction_output(tfp410_encoder->mod->gpio, 0);
tfp410_encoder     67 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	tfp410_encoder->dpms = mode;
tfp410_encoder    101 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	struct tfp410_encoder *tfp410_encoder;
tfp410_encoder    105 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	tfp410_encoder = devm_kzalloc(dev->dev, sizeof(*tfp410_encoder),
tfp410_encoder    107 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	if (!tfp410_encoder)
tfp410_encoder    110 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	tfp410_encoder->dpms = DRM_MODE_DPMS_OFF;
tfp410_encoder    111 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	tfp410_encoder->mod = mod;
tfp410_encoder    113 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c 	encoder = &tfp410_encoder->base;