Searched refs:autorelease (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/input/ |
D | sparse-keymap.h | 56 unsigned int value, bool autorelease); 59 unsigned int value, bool autorelease);
|
/Linux-v4.19/drivers/input/ |
D | sparse-keymap.c | 238 unsigned int value, bool autorelease) in sparse_keymap_report_entry() argument 245 if (value && autorelease) { in sparse_keymap_report_entry() 277 unsigned int value, bool autorelease) in sparse_keymap_report_event() argument 284 sparse_keymap_report_entry(dev, ke, value, autorelease); in sparse_keymap_report_event()
|
/Linux-v4.19/drivers/platform/x86/ |
D | eeepc-wmi.c | 189 unsigned int *value, bool *autorelease) in eeepc_wmi_key_filter() argument 194 *autorelease = 0; in eeepc_wmi_key_filter() 202 *autorelease = 0; in eeepc_wmi_key_filter()
|
D | intel-vbtn.c | 80 bool autorelease; in notify_handler() local 95 autorelease = val && (!ke_rel || ke_rel->type == KE_IGNORE); in notify_handler() 97 if (sparse_keymap_report_event(priv->input_dev, event, val, autorelease)) in notify_handler()
|
D | asus-wmi.h | 79 unsigned int *value, bool *autorelease);
|
D | asus-wmi.c | 1731 bool autorelease = 1; in asus_wmi_notify() local 1749 &autorelease); in asus_wmi_notify() 1788 key_value, autorelease)) in asus_wmi_notify()
|
/Linux-v4.19/drivers/input/misc/ |
D | cm109.c | 321 static const u8 autorelease = RECORD_MUTE | PLAYBACK_MUTE; in cm109_report_special() local 333 if (data & autorelease & BIT(i)) { in cm109_report_special()
|