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

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

Completed in 219 milliseconds