Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dredmi-wmi.c101 bool autorelease = true; in redmi_wmi_notify() local
126 autorelease = false; in redmi_wmi_notify()
130 sparse_keymap_report_entry(data->input_dev, entry, value, autorelease); in redmi_wmi_notify()
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.h75 unsigned int *value, bool *autorelease);
H A Dasus-nb-wmi.c662 unsigned int *value, bool *autorelease) in asus_nb_wmi_key_filter() argument
/linux/include/linux/input/
H A Dsparse-keymap.h54 unsigned int value, bool autorelease);
57 unsigned int value, bool autorelease);
/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()