Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbacklight.c23 static void pmac_backlight_set_legacy_worker(struct work_struct *work);
26 static DECLARE_WORK(pmac_backlight_set_legacy_work, pmac_backlight_set_legacy_worker);
167 static void pmac_backlight_set_legacy_worker(struct work_struct *work) in pmac_backlight_set_legacy_worker() function