Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c134 struct tfp410_connector { struct
140 #define to_tfp410_connector(x) container_of(x, struct tfp410_connector, base) argument
153 struct tfp410_connector *tfp410_connector = to_tfp410_connector(connector); in tfp410_connector_detect() local
155 if (drm_probe_ddc(tfp410_connector->mod->i2c)) in tfp410_connector_detect()
163 struct tfp410_connector *tfp410_connector = to_tfp410_connector(connector); in tfp410_connector_get_modes() local
167 edid = drm_get_edid(connector, tfp410_connector->mod->i2c); in tfp410_connector_get_modes()
182 struct tfp410_connector *tfp410_connector = to_tfp410_connector(connector); in tfp410_connector_best_encoder() local
183 return tfp410_connector->encoder; in tfp410_connector_best_encoder()
203 struct tfp410_connector *tfp410_connector; in tfp410_connector_create() local
207 tfp410_connector = devm_kzalloc(dev->dev, sizeof(*tfp410_connector), in tfp410_connector_create()
[all …]