Home
last modified time | relevance | path

Searched refs:autorelease (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/input/
H A Dsparse-keymap.h54 unsigned int value, bool autorelease);
57 unsigned int value, bool autorelease);
/openbmc/linux/drivers/platform/x86/
H A Deeepc-wmi.c153 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 Dasus-wmi.h74 unsigned int *value, bool *autorelease);
H A Dasus-wmi.c3831 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 Dsparse-keymap.c235 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 Dvbtn.c154 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 Dcocoa.m1629 [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 Dcm109.c318 static const u8 autorelease = RECORD_MUTE | PLAYBACK_MUTE; in cm109_report_special() local
330 if (data & autorelease & BIT(i)) { in cm109_report_special()