Searched refs:autorelease (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | redmi-wmi.c | 101 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 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 | 75 unsigned int *value, bool *autorelease);
|
| H A D | asus-nb-wmi.c | 671 unsigned int *value, bool *autorelease) in asus_nb_wmi_key_filter() argument
|
| /linux/include/linux/input/ |
| H A D | sparse-keymap.h | 54 unsigned int value, bool autorelease); 57 unsigned int value, bool autorelease);
|
| /linux/drivers/platform/x86/intel/ |
| H A D | vbtn.c | 158 bool autorelease; in notify_handler() local 205 autorelease = val && (!ke_rel || ke_rel->type == KE_IGNORE); in notify_handler() 207 sparse_keymap_report_event(input_dev, event, val, autorelease); in notify_handler()
|
| /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()
|