Lines Matching refs:edn
354 XkbExtensionDeviceNotifyEvent *edn = &xkbev->device;
356 fprintf(file, " device= %d, class= %d, id= %d\n", edn->device,
357 edn->led_class, edn->led_id);
358 fprintf(file, " reason= 0x%0x\n", edn->reason);
359 fprintf(file, " supported= 0x%0x, unsupported= 0x%0x\n", edn->supported,
360 edn->unsupported);
361 fprintf(file, " first button= %d, num buttons= %d\n", edn->first_btn,
362 edn->num_btns);
364 edn->leds_defined, edn->led_state);