Searched +path:/hid/ +refs:raw_event (Results 1 - 30 of 30) sorted by relevance

/linux-4.1.27/drivers/hid/
H A Dhid-primax.c76 .raw_event = px_raw_event,
H A Dhid-roccat-konepure.c203 .raw_event = konepure_raw_event
H A Dhid-roccat-ryos.c212 .raw_event = ryos_raw_event
H A Dhid-roccat-savu.c200 .raw_event = savu_raw_event
H A Dhid-saitek.c198 .raw_event = saitek_raw_event,
H A Dhid-zydacron.c206 .raw_event = zc_raw_event,
H A Dhid-elo.c278 .raw_event = elo_raw_event,
H A Dhid-lenovo.c89 /* NB: This mapping is invented in raw_event below */ lenovo_input_mapping_cptkbd()
780 .raw_event = lenovo_raw_event,
H A Dhid-appleir.c349 .raw_event = appleir_raw_event,
H A Dhid-roccat-arvo.c431 .raw_event = arvo_raw_event
H A Dhid-roccat-isku.c434 .raw_event = isku_raw_event
H A Dhid-magicmouse.c577 .raw_event = magicmouse_raw_event,
H A Dhid-roccat-koneplus.c548 .raw_event = koneplus_raw_event
H A Dhid-roccat-kovaplus.c636 .raw_event = kovaplus_raw_event
H A Dhid-roccat-pyra.c585 .raw_event = pyra_raw_event
H A Dhid-logitech-dj.c1131 * have finished and no more raw_event callbacks should arrive after logi_dj_remove()
1163 .raw_event = logi_dj_raw_event,
H A Dhid-logitech-hidpp.c1035 * raw_event of subclasses. */ hidpp_raw_event()
1297 .raw_event = hidpp_raw_event,
H A Dhid-core.c1127 * 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 Dhid-picolcd_core.c672 .raw_event = picolcd_raw_event,
H A Dhid-prodikeys.c886 .raw_event = pk_raw_event,
H A Dhid-roccat-kone.c879 .raw_event = kone_raw_event
H A Dhid-sensor-hub.c788 .raw_event = sensor_hub_raw_event,
H A Dhid-cp2112.c1171 .raw_event = cp2112_raw_event,
H A Dhid-rmi.c1269 .raw_event = rmi_raw_event,
H A Dhid-uclogic.c970 .raw_event = uclogic_raw_event,
H A Dhid-waltop.c780 .raw_event = waltop_raw_event,
H A Dhid-wiimote-core.c1869 .raw_event = wiimote_hid_event,
H A Dwacom_sys.c1654 .raw_event = wacom_raw_event,
H A Dhid-sony.c2164 .raw_event = sony_raw_event
/linux-4.1.27/include/linux/
H A Dhid.h643 * @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