• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/

Lines Matching defs:reports

37 /* Report usage table used to put reports into an array */
159 struct hid_report *reports[sizeof(pidff_reports)];
265 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_ENVELOPE],
292 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_CONSTANT],
327 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_EFFECT],
359 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_PERIODIC],
377 * Send condition effect reports to the device
401 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_CONDITION],
442 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_RAMP],
467 usbhid_submit_report(pidff->hid, pidff->reports[PID_CREATE_NEW_EFFECT],
477 usbhid_submit_report(pidff->hid, pidff->reports[PID_BLOCK_LOAD],
515 usbhid_submit_report(pidff->hid, pidff->reports[PID_EFFECT_OPERATION],
537 usbhid_submit_report(pidff->hid, pidff->reports[PID_BLOCK_FREE],
720 usbhid_submit_report(pidff->hid, pidff->reports[PID_DEVICE_GAIN],
746 usbhid_submit_report(pidff->hid, pidff->reports[PID_SET_EFFECT],
814 * Find the reports and fill pidff->reports[]
815 * report_type specifies either OUTPUT or FEATURE reports
831 pidff->reports[ret] = report;
847 if (ret != -1 && !pidff->reports[ret]) {
850 pidff->reports[ret] = report;
856 * Test if the required reports have been found
863 if (!pidff->reports[i]) {
930 pidff_find_special_field(pidff->reports[PID_CREATE_NEW_EFFECT],
933 pidff_find_special_field(pidff->reports[PID_SET_EFFECT],
936 pidff_find_special_field(pidff->reports[PID_SET_EFFECT],
939 pidff_find_special_field(pidff->reports[PID_DEVICE_CONTROL],
942 pidff_find_special_field(pidff->reports[PID_BLOCK_LOAD],
945 pidff_find_special_field(pidff->reports[PID_EFFECT_OPERATION],
1065 pidff->reports[report], \
1170 usbhid_submit_report(hid, pidff->reports[PID_DEVICE_CONTROL], USB_DIR_OUT);
1172 usbhid_submit_report(hid, pidff->reports[PID_DEVICE_CONTROL], USB_DIR_OUT);
1177 usbhid_submit_report(hid, pidff->reports[PID_DEVICE_CONTROL], USB_DIR_OUT);
1181 usbhid_submit_report(hid, pidff->reports[PID_POOL], USB_DIR_IN);
1187 printk(KERN_WARNING "hid-pidff: device reports "
1193 usbhid_submit_report(hid, pidff->reports[PID_POOL],
1268 debug("reports not ok, aborting");
1281 usbhid_submit_report(pidff->hid, pidff->reports[PID_DEVICE_GAIN],