/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-wmi-aio.c | 94 sparse_keymap_report_event(dell_wmi_aio_input_dev, in dell_wmi_aio_notify() 111 sparse_keymap_report_event( in dell_wmi_aio_notify()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | fujitsu-laptop.c | 426 sparse_keymap_report_event(priv->input, -1, 1, true); in acpi_fujitsu_bl_notify() 443 sparse_keymap_report_event(priv->input, oldb < newb, 1, true); in acpi_fujitsu_bl_notify() 871 sparse_keymap_report_event(priv->input, scancode, 1, false); in acpi_fujitsu_laptop_press() 886 sparse_keymap_report_event(priv->input, scancode, 0, false); in acpi_fujitsu_laptop_release() 902 sparse_keymap_report_event(priv->input, -1, 1, true); in acpi_fujitsu_laptop_notify() 933 sparse_keymap_report_event(priv->input, BIT(i), 1, true); in acpi_fujitsu_laptop_notify()
|
H A D | lenovo-ymc.c | 125 if (!sparse_keymap_report_event(priv->input_dev, code, 1, true)) in lenovo_ymc_notify()
|
H A D | topstar-laptop.c | 138 if (!sparse_keymap_report_event(topstar->input, event, 1, true)) in topstar_input_notify()
|
H A D | panasonic-laptop.c | 845 sparse_keymap_report_event(hotk_input_dev, in acpi_pcc_generate_keyinput() 856 if (!sparse_keymap_report_event(hotk_input_dev, key, updown, false)) in acpi_pcc_generate_keyinput()
|
H A D | msi-laptop.c | 803 sparse_keymap_report_event(msi_laptop_input_dev, in msi_send_touchpad_key()
|
H A D | eeepc-laptop.c | 1203 if (!sparse_keymap_report_event(eeepc->inputdev, event, 1, true)) in eeepc_input_notify()
|
H A D | ideapad-laptop.c | 1155 sparse_keymap_report_event(priv->inputdev, scancode, 1, true); in ideapad_input_report()
|
H A D | asus-laptop.c | 1471 if (!sparse_keymap_report_event(asus->inputdev, event, 1, true)) in asus_input_notify()
|
H A D | acer-wmi.c | 1992 sparse_keymap_report_event(acer_wmi_input_dev, scancode, 1, true); in acer_wmi_notify()
|
H A D | toshiba_acpi.c | 2819 if (!sparse_keymap_report_event(dev->hotkey_dev, scancode, 1, true)) in toshiba_acpi_report_hotkey()
|
H A D | asus-wmi.c | 3885 if (!sparse_keymap_report_event(asus->inputdev, code, in asus_wmi_handle_event_code()
|
/openbmc/linux/include/linux/input/ |
H A D | sparse-keymap.h | 56 bool sparse_keymap_report_event(struct input_dev *dev, unsigned int code,
|
/openbmc/linux/drivers/input/ |
H A D | sparse-keymap.c | 273 bool sparse_keymap_report_event(struct input_dev *dev, unsigned int code, in sparse_keymap_report_event() function 293 EXPORT_SYMBOL(sparse_keymap_report_event);
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | hid.c | 586 !sparse_keymap_report_event(priv->array, event, 1, true)) in notify_handler() 597 if (!sparse_keymap_report_event(priv->input_dev, ev_index, 1, true)) in notify_handler()
|
H A D | vbtn.c | 200 sparse_keymap_report_event(input_dev, event, val, autorelease); in notify_handler()
|
/openbmc/linux/drivers/platform/x86/hp/ |
H A D | hp-wmi.c | 864 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify() 874 if (!sparse_keymap_report_event(hp_wmi_input_dev, in hp_wmi_notify()
|