Searched refs:autorelease (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/input/ |
H A D | sparse-keymap.h | 54 unsigned int value, bool autorelease); 57 unsigned int value, bool autorelease);
|
/openbmc/linux/drivers/platform/x86/ |
H A D | eeepc-wmi.c | 153 unsigned int *value, bool *autorelease) in eeepc_wmi_key_filter() argument 158 *autorelease = 0; in eeepc_wmi_key_filter() 166 *autorelease = 0; in eeepc_wmi_key_filter()
|
H A D | asus-wmi.h | 74 unsigned int *value, bool *autorelease);
|
H A D | asus-wmi.c | 3831 bool autorelease = 1; in asus_wmi_handle_event_code() local 3835 &autorelease); in asus_wmi_handle_event_code() 3886 key_value, autorelease)) in asus_wmi_handle_event_code()
|
/openbmc/linux/drivers/input/ |
H A D | sparse-keymap.c | 235 unsigned int value, bool autorelease) in sparse_keymap_report_entry() argument 242 if (value && autorelease) { in sparse_keymap_report_entry() 274 unsigned int value, bool autorelease) in sparse_keymap_report_event() argument 281 sparse_keymap_report_entry(dev, ke, value, autorelease); in sparse_keymap_report_event()
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | vbtn.c | 154 bool autorelease; in notify_handler() local 198 autorelease = val && (!ke_rel || ke_rel->type == KE_IGNORE); in notify_handler() 200 sparse_keymap_report_event(input_dev, event, val, autorelease); in notify_handler()
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 1629 [alert autorelease]; 1743 …tem alloc] initWithTitle: @"Pause" action: @selector(pauseQEMU:) keyEquivalent: @""] autorelease]]; 1744 …em alloc] initWithTitle: @"Resume" action: @selector(resumeQEMU:) keyEquivalent: @""] autorelease]; 1748 …m alloc] initWithTitle: @"Reset" action: @selector(restartQEMU:) keyEquivalent: @""] autorelease]]; 1749 …] initWithTitle: @"Power Down" action: @selector(powerDownQEMU:) keyEquivalent: @""] autorelease]]; 1750 …nuItem = [[[NSMenuItem alloc] initWithTitle: @"Machine" action:nil keyEquivalent:@""] autorelease]; 1756 … Fullscreen" action:@selector(doToggleFullScreen:) keyEquivalent:@"f"] autorelease]]; // Fullscreen 1757 …m alloc] initWithTitle:@"Zoom To Fit" action:@selector(zoomToFit:) keyEquivalent:@""] autorelease]; 1760 …e:@"Zoom Interpolation" action:@selector(toggleZoomInterpolation:) keyEquivalent:@""] autorelease]; 1763 … menuItem = [[[NSMenuItem alloc] initWithTitle:@"View" action:nil keyEquivalent:@""] autorelease]; [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | cm109.c | 318 static const u8 autorelease = RECORD_MUTE | PLAYBACK_MUTE; in cm109_report_special() local 330 if (data & autorelease & BIT(i)) { in cm109_report_special()
|