Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_led.h47 void nouveau_led_suspend(struct drm_device *dev);
52 static inline void nouveau_led_suspend(struct drm_device *dev) { }; in nouveau_led_suspend() function
H A Dnouveau_led.c113 nouveau_led_suspend(struct drm_device *dev) in nouveau_led_suspend() function
H A Dnouveau_drm.c892 nouveau_led_suspend(dev); in nouveau_do_suspend()