Lines Matching defs:leds
73 for (this = &old->leds; this && (!found); this = this->next) {
83 found->next = old->leds.next;
86 old->leds.next = found;
93 old->leds.led_class = new->led_class;
94 old->leds.led_id = new->led_id;
95 old->leds.defined = new->leds_defined;
96 if (old->leds.next) {
99 for (this = old->leds.next; this; this = next) {
103 old->leds.next = NULL;
311 req->ledClass = changes->leds.led_class;
312 req->ledID = changes->leds.led_id;
313 if (changes->leds.next == NULL)
318 next = changes->leds.next;
319 changes->leds = *next;
456 for (devli = &devi->leds[0], i = 0; i < devi->num_leds; i++, devli++) {
570 XkbLegalXILedClass(changes->leds.led_class)) {
571 XkbDeviceLedChangesPtr leds;
573 for (leds = &changes->leds; leds != NULL; leds = leds->next) {
574 if (!_SizeMatches(stuff, leds, sz_rtrn, num_leds_rtrn))
695 changes.leds.led_class = XkbAllXIClasses;
696 changes.leds.led_id = XkbAllXIIds;
697 changes.leds.defined = 0;
814 changes.leds.led_class = XkbXINone;
815 changes.leds.led_id = XkbXINone;
816 changes.leds.defined = 0;