Home
last modified time | relevance | path

Searched refs:leds_pending (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dadbhid.c629 static int leds_pending[16]; variable
645 leds = leds_pending[device] & 0xff; in leds_done()
646 leds_pending[device] = 0; in leds_done()
670 if (!(leds_pending[device] & 0x100)) { in real_leds()
675 leds_pending[device] = leds | 0x100; in real_leds()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dadbhid.c629 static int leds_pending[16]; variable
645 leds = leds_pending[device] & 0xff; in leds_done()
646 leds_pending[device] = 0; in leds_done()
670 if (!(leds_pending[device] & 0x100)) { in real_leds()
675 leds_pending[device] = leds | 0x100; in real_leds()

Completed in 4 milliseconds