Home
last modified time | relevance | path

Searched refs:report_fixup (Results 1 – 27 of 27) sorted by relevance

/linux-4.1.27/drivers/hid/
Dhid-elecom.c42 .report_fixup = elecom_report_fixup
Dhid-aureal.c38 .report_fixup = aureal_report_fixup,
Dhid-keytouch.c50 .report_fixup = keytouch_report_fixup,
Dhid-ortek.c51 .report_fixup = ortek_report_fixup
Dhid-sunplus.c63 .report_fixup = sp_report_fixup,
Dhid-monterey.c63 .report_fixup = mr_report_fixup,
Dhid-cherry.c69 .report_fixup = ch_report_fixup,
Dhid-holtek-mouse.c88 .report_fixup = holtek_mouse_report_fixup,
Dhid-petalynx.c102 .report_fixup = pl_report_fixup,
Dhid-holtek-kbd.c167 .report_fixup = holtek_kbd_report_fixup,
Dhid-cypress.c142 .report_fixup = cp_report_fixup,
Dhid-waltop.c779 .report_fixup = waltop_report_fixup,
Dhid-zydacron.c204 .report_fixup = zc_report_fixup,
Dhid-samsung.c195 .report_fixup = samsung_report_fixup,
Dhid-saitek.c197 .report_fixup = saitek_report_fixup,
Dhid-kye.c608 .report_fixup = kye_report_fixup,
Dhid-dr.c295 .report_fixup = dr_report_fixup,
Dhid-microsoft.c293 .report_fixup = ms_report_fixup,
Dhid-steelseries.c384 .report_fixup = steelseries_srws1_report_fixup
Dhid-uclogic.c969 .report_fixup = uclogic_report_fixup,
Dhid-lg.c813 .report_fixup = lg_report_fixup,
Dhid-apple.c568 .report_fixup = apple_report_fixup,
Dhid-prodikeys.c884 .report_fixup = pk_report_fixup,
Dhid-sensor-hub.c789 .report_fixup = sensor_hub_report_fixup,
Dhid-sony.c2163 .report_fixup = sony_report_fixup,
Dhid-core.c949 if (device->driver->report_fixup) in hid_open_report()
950 start = device->driver->report_fixup(device, buf, &size); in hid_open_report()
/linux-4.1.27/include/linux/
Dhid.h692 __u8 *(*report_fixup)(struct hid_device *hdev, __u8 *buf, member