Searched refs:Button (Results 1 – 9 of 9) sorted by relevance
/systemd-251/src/login/ |
D | logind-button.h | 4 typedef struct Button Button; typedef 8 struct Button { struct 22 Button* button_new(Manager *m, const char *name); argument 23 void button_free(Button *b); 24 int button_open(Button *b); 25 int button_set_seat(Button *b, const char *sn); 26 int button_check_switches(Button *b);
|
D | logind-button.c | 32 Button* button_new(Manager *m, const char *name) { in button_new() 33 Button *b; in button_new() 38 b = new0(Button, 1); in button_new() 57 void button_free(Button *b) { in button_free() 72 int button_set_seat(Button *b, const char *sn) { in button_set_seat() 96 Button *b = userdata; in button_recheck() 105 static int button_install_check_event_source(Button *b) { in button_install_check_event_source() 205 Button *b = userdata; in button_dispatch() 472 int button_open(Button *b) { in button_open() 510 int button_check_switches(Button *b) { in button_check_switches()
|
D | logind-core.c | 230 int manager_add_button(Manager *m, const char *name, Button **ret_button) { in manager_add_button() 231 Button *b; in manager_add_button() 317 Button *b; in manager_process_button_device() 560 Button *b; in manager_is_lid_closed() 570 Button *b; in manager_is_docked()
|
D | logind.h | 145 int manager_add_button(Manager *m, const char *name, Button **ret_button);
|
D | logind.c | 101 Button *b; in manager_unref() 1030 Button *button; in manager_startup()
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 965 evdev:name:Microphone Mute Button:dmi:bvn*:bvr*:bd*:svnLENOVO*:pn*:* 1083 # Note if the "Special Button Function" in the HID++ features register gets 1089 #KEYBOARD_KEY_c101d=scrolldown # Button below scrollwheel (see note above) 1090 #KEYBOARD_KEY_c101e=scrollup # Button above scrollwheel (see note above) 1522 KEYBOARD_KEY_c0006=bookmarks # Button labeled "Favorites" 1523 KEYBOARD_KEY_c00a8=homepage # Button labeled "Web/Home" 1529 KEYBOARD_KEY_c0013=documents # Button labeled "Stickies" 1530 KEYBOARD_KEY_c000d=find # Button labeled "Sherlock2" 1534 KEYBOARD_KEY_c0007=previoussong # Button with standard |<< icon 1535 KEYBOARD_KEY_c0008=playpause # Button with standad >/|| icon [all …]
|
D | 70-mouse.hwdb | 659 mouse:usb:v045ep0040:name:Microsoft Microsoft 3-Button Mouse with IntelliEye(TM):* 791 # Zelotes 5500 DPI 7 Button USB Wired Gaming Mouse
|
D | usb.ids | 2173 3019 10-Button USB Joystick with Vibration 2350 02a0 Xbox360 Big Button IR 2630 4de3 HP 5-Button Optical Comfort Mouse 3319 106b PilotMouse Laser - 3 Button 3326 1073 PilotMouse Laser - 6 Button 5741 04a0 Dream Cheeky Stress/Panic Button 7766 509f USB,4-Axis,12-Button with POV 7781 a015 4-Axis,16-Button with POV 7783 a020 USB,4-Axis,10-Button with POV 7784 a021 USB,4-Axis,12-Button with POV [all …]
|
D | 20-usb-vendor-model.hwdb | 6456 ID_MODEL_FROM_DATABASE=10-Button USB Joystick with Vibration 6987 ID_MODEL_FROM_DATABASE=Xbox360 Big Button IR 7827 ID_MODEL_FROM_DATABASE=HP 5-Button Optical Comfort Mouse 9894 ID_MODEL_FROM_DATABASE=PilotMouse Laser - 3 Button 9915 ID_MODEL_FROM_DATABASE=PilotMouse Laser - 6 Button 17160 ID_MODEL_FROM_DATABASE=Dream Cheeky Stress/Panic Button 23235 ID_MODEL_FROM_DATABASE=USB,4-Axis,12-Button with POV 23280 ID_MODEL_FROM_DATABASE=4-Axis,16-Button with POV 23286 ID_MODEL_FROM_DATABASE=USB,4-Axis,10-Button with POV 23289 ID_MODEL_FROM_DATABASE=USB,4-Axis,12-Button with POV [all …]
|