Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dbase.c236 void omapdss_device_pre_enable(struct omap_dss_device *dssdev) in omapdss_device_pre_enable() function
241 omapdss_device_pre_enable(dssdev->next); in omapdss_device_pre_enable()
246 EXPORT_SYMBOL_GPL(omapdss_device_pre_enable);
Domapdss.h478 void omapdss_device_pre_enable(struct omap_dss_device *dssdev);
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_encoder.c198 omapdss_device_pre_enable(dssdev->next); in omap_encoder_enable()