Home | History | Annotate | Download | only in drm

Lines Matching defs:adapter

1739  * @data: I2C device adapter
1751 struct i2c_adapter *adapter = data;
1759 * adapter reports EAGAIN. However, we find that bit-banging transfers
1788 ret = i2c_transfer(adapter, &msgs[3 - xfers], xfers);
1791 DRM_DEBUG_KMS("drm: skipping non-existent adapter %s\n",
1792 adapter->name);
1878 * When the I2C adapter connected to the DDC bus is hidden behind a device that
1884 * adapter and use drm_get_edid() instead of abusing this function.
1987 * @adapter: I2C adapter to probe
1992 drm_probe_ddc(struct i2c_adapter *adapter)
1996 return (drm_do_probe_ddc_edid(adapter, &out, 0, 1) == 0);
2003 * @adapter: I2C adapter to use for DDC
2011 struct i2c_adapter *adapter)
2018 if (connector->force == DRM_FORCE_UNSPECIFIED && !drm_probe_ddc(adapter))
2021 edid = drm_do_get_edid(connector, drm_do_probe_ddc_edid, adapter);
2031 * @adapter: I2C adapter to use for DDC
2040 struct i2c_adapter *adapter)
2050 edid = drm_get_edid(connector, adapter);