Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/powermac/
Dbacklight.c22 static void pmac_backlight_set_legacy_worker(struct work_struct *work);
25 static DECLARE_WORK(pmac_backlight_set_legacy_work, pmac_backlight_set_legacy_worker);
141 static void pmac_backlight_set_legacy_worker(struct work_struct *work) in pmac_backlight_set_legacy_worker() function