Searched +path:/hid/ +refs:raw_event (Results 1 - 30 of 30) sorted by relevance
/linux-4.1.27/drivers/hid/ |
H A D | hid-primax.c | 76 .raw_event = px_raw_event,
|
H A D | hid-roccat-konepure.c | 203 .raw_event = konepure_raw_event
|
H A D | hid-roccat-ryos.c | 212 .raw_event = ryos_raw_event
|
H A D | hid-roccat-savu.c | 200 .raw_event = savu_raw_event
|
H A D | hid-saitek.c | 198 .raw_event = saitek_raw_event,
|
H A D | hid-zydacron.c | 206 .raw_event = zc_raw_event,
|
H A D | hid-elo.c | 278 .raw_event = elo_raw_event,
|
H A D | hid-lenovo.c | 89 /* NB: This mapping is invented in raw_event below */ lenovo_input_mapping_cptkbd() 780 .raw_event = lenovo_raw_event,
|
H A D | hid-appleir.c | 349 .raw_event = appleir_raw_event,
|
H A D | hid-roccat-arvo.c | 431 .raw_event = arvo_raw_event
|
H A D | hid-roccat-isku.c | 434 .raw_event = isku_raw_event
|
H A D | hid-magicmouse.c | 577 .raw_event = magicmouse_raw_event,
|
H A D | hid-roccat-koneplus.c | 548 .raw_event = koneplus_raw_event
|
H A D | hid-roccat-kovaplus.c | 636 .raw_event = kovaplus_raw_event
|
H A D | hid-roccat-pyra.c | 585 .raw_event = pyra_raw_event
|
H A D | hid-logitech-dj.c | 1131 * have finished and no more raw_event callbacks should arrive after logi_dj_remove() 1163 .raw_event = logi_dj_raw_event,
|
H A D | hid-logitech-hidpp.c | 1035 * raw_event of subclasses. */ hidpp_raw_event() 1297 .raw_event = hidpp_raw_event,
|
H A D | hid-core.c | 1127 * hid_match_report - check if driver's raw_event should be called 1501 if (hdrv && hdrv->raw_event && hid_match_report(hid, report)) { hid_input_report() 1502 ret = hdrv->raw_event(hid, report, data, size); hid_input_report() 1620 /* Drivers with the ->raw_event callback set are not required to connect hid_connect() 1622 if (!hdev->claimed && !hdev->driver->raw_event) { hid_connect()
|
H A D | hid-picolcd_core.c | 672 .raw_event = picolcd_raw_event,
|
H A D | hid-prodikeys.c | 886 .raw_event = pk_raw_event,
|
H A D | hid-roccat-kone.c | 879 .raw_event = kone_raw_event
|
H A D | hid-sensor-hub.c | 788 .raw_event = sensor_hub_raw_event,
|
H A D | hid-cp2112.c | 1171 .raw_event = cp2112_raw_event,
|
H A D | hid-rmi.c | 1269 .raw_event = rmi_raw_event,
|
H A D | hid-uclogic.c | 970 .raw_event = uclogic_raw_event,
|
H A D | hid-waltop.c | 780 .raw_event = waltop_raw_event,
|
H A D | hid-wiimote-core.c | 1869 .raw_event = wiimote_hid_event,
|
H A D | wacom_sys.c | 1654 .raw_event = wacom_raw_event,
|
H A D | hid-sony.c | 2164 .raw_event = sony_raw_event
|
/linux-4.1.27/include/linux/ |
H A D | hid.h | 643 * @report_table: on which reports to call raw_event (NULL means all) 644 * @raw_event: if report in report_table, this hook is called (NULL means nop) 658 * input will not be passed to raw_event unless hid_device_io_start is 661 * raw_event and event should return 0 on no action performed, 1 when no 685 int (*raw_event)(struct hid_device *hdev, struct hid_report *report, member in struct:hid_driver
|
Completed in 317 milliseconds