Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/
HDdc.h752 void dc_resume(struct dc *dc);
/dragonfly/sys/dev/netif/dc/
HDif_dc.c204 static int dc_resume (device_t);
292 DEVMETHOD(device_resume, dc_resume),
3583 dc_resume(device_t dev) in dc_resume() function
/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc.c1642 void dc_resume(struct dc *dc) in dc_resume() function
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
HDamdgpu_dm.c763 dc_resume(dm->dc); in dm_resume()