/linux-2.4.37.9/drivers/usb/ |
D | hid-core.c | 70 struct hid_report *report; in hid_register_report() local 75 if (!(report = kmalloc(sizeof(struct hid_report), GFP_KERNEL))) in hid_register_report() 77 memset(report, 0, sizeof(struct hid_report)); in hid_register_report() 81 report->id = id; in hid_register_report() 82 report->type = type; in hid_register_report() 83 report->size = 0; in hid_register_report() 84 report->device = device; in hid_register_report() 85 report_enum->report_id_hash[id] = report; in hid_register_report() 87 list_add_tail(&report->list, &report_enum->report_list); in hid_register_report() 89 return report; in hid_register_report() [all …]
|
D | hiddev.c | 119 struct hid_report *report; in hiddev_lookup_usage() local 131 report = (struct hid_report *) list; in hiddev_lookup_usage() 132 for (i = 0; i < report->maxfield; i++) { in hiddev_lookup_usage() 133 field = report->field[i]; in hiddev_lookup_usage() 136 uref->report_id = report->id; in hiddev_lookup_usage() 184 uref.report_id = field->report->id; in hiddev_hid_event() 194 void hiddev_report_event(struct hid_device *hid, struct hid_report *report) in hiddev_report_event() argument 196 unsigned type = report->type; in hiddev_report_event() 204 uref.report_id = report->id; in hiddev_report_event() 403 struct hid_report *report; in hiddev_ioctl() local [all …]
|
D | hid-debug.h | 201 struct hid_report *report; in hid_dump_device() local 216 report = (struct hid_report *) list; in hid_dump_device() 219 if (report->id) in hid_dump_device() 220 printk("(%d)", report->id); in hid_dump_device() 221 printk("[%s]", table[report->type]); in hid_dump_device() 223 for (k = 0; k < report->maxfield; k++) { in hid_dump_device() 226 hid_dump_field(report->field[k], 6); in hid_dump_device()
|
D | hid-input.c | 76 if (! hidinput->report) in find_input() 79 for (i = 0; i < hidinput->report->maxfield; i++) in find_input() 80 if (hidinput->report->field[i] == field) in find_input() 279 if (field->report->type == HID_OUTPUT_REPORT) { in hidinput_configure_usage() 399 hid_write_report(hid, field->report); in hidinput_input_event() 426 struct hid_report *report; in hidinput_connect() local 445 report = (struct hid_report *) list; in hidinput_connect() 447 if (!report->maxfield) { in hidinput_connect() 473 for (i = 0; i < report->maxfield; i++) in hidinput_connect() 474 for (j = 0; j < report->field[i]->maxusage; j++) in hidinput_connect() [all …]
|
D | hid.h | 268 struct hid_report *report; /* associated report */ member 309 struct hid_report *report; member
|
/linux-2.4.37.9/include/linux/ |
D | qic117.h | 112 unused, mode, motion, report enumerator 130 /* 2*/ {"report next bit", 0x00, 0x00, report, 0, required},\ 134 /* 6*/ {"report drive status", 0x00, 0x00, report, 0, required},\ 135 /* 7*/ {"report error code", 0x01, 0x01, report, 0, required},\ 136 /* 8*/ {"report drive configuration",0x00, 0x00, report, 0, required},\ 137 /* 9*/ {"report rom version", 0x00, 0x00, report, 0, required},\ 160 /*32*/ {"report vendor id", 0x00, 0x00, report, 0, required},\ 161 /*33*/ {"report tape status", 0x04, 0x04, report, 0, ccs1},\ 165 /*37*/ {"report format segments", 0x17, 0x05, report, 0, ccs2},\
|
D | hiddev.h | 220 void hiddev_report_event(struct hid_device *hid, struct hid_report *report); 231 struct hid_report *report) { } in hiddev_report_event() argument
|
/linux-2.4.37.9/Documentation/usb/ |
D | hiddev.txt | 108 Instructs the kernel to retrieve all input and feature report values 117 Instructs the kernel to get a feature or input report from the device, 122 Instructs the kernel to send a report to the device. This report can 124 individual usage values in the report beforesending the report in full 128 Fills in a hiddev_report_info structure for the user. The report is 131 report id as reported by the device -- or relative -- 132 HID_REPORT_ID_FIRST for the first report, and (HID_REPORT_ID_NEXT | 133 report_id) for the next report after report_id. Without a-priori 134 information about report ids, the right way to use this ioctl is to 136 returns non-zero when there is no more next ID. The real report ID is [all …]
|
/linux-2.4.37.9/ |
D | REPORTING-BUGS | 9 bug report. This explains what you should do with the "Oops" information 19 If you are totally stumped as to whom to send the report, send it to 23 This is a suggested format for a bug report sent to the Linux kernel mailing 24 list. Having a standardized bug report form makes it easier for you not to 32 Use that information to fill in all fields of the bug report form, and 37 [2.] Full description of the problem/report:
|
/linux-2.4.37.9/drivers/tc/ |
D | lk201.c | 126 char *report = "lk201: keyboard attached, "; in lk201_report() local 130 printk(KERN_INFO "%sself-test OK\n", report); in lk201_report() 139 report, id[3]); in lk201_report() 142 printk(KERN_ERR "%sself-test failure\n", report); in lk201_report() 146 report, id[2]); in lk201_report()
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | optcd | 7 this driver, and that doesn't report itself as DOLPHIN, please drop me 55 your bug report. Good luck.
|
D | gscd | 52 The driver should report its results. 56 Feel free to report errors and suggestions to the following address.
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | sl82c105.c | 82 static void config_for_pio(ide_drive_t *drive, int pio, int report, int chipset_only) in config_for_pio() argument 91 drive->name, pio, report, chipset_only)); in config_for_pio() 113 if (report) { in config_for_pio()
|
/linux-2.4.37.9/Documentation/networking/ |
D | atm.txt | 6 If you encounter problems with ATM, please report them on the ATM
|
D | decnet.txt | 129 6) How to send a bug report 131 If you've found a bug and want to report it, then there are several things 155 about configuration, or even just report bugs, then there is a mailing
|
/linux-2.4.37.9/drivers/char/ftape/lowlevel/ |
D | ftape-io.h | 87 int report);
|
/linux-2.4.37.9/drivers/hil/ |
D | hil_ptr.c | 91 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_POL)) goto report; in hil_ptr_process_record() 93 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_RPL)) goto report; in hil_ptr_process_record() 130 report: in hil_ptr_process_record()
|
D | hil_kbd.c | 169 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_POL)) goto report; in hil_kbd_process_record() 171 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_RPL)) goto report; in hil_kbd_process_record() 208 report: in hil_kbd_process_record()
|
/linux-2.4.37.9/scripts/ |
D | checkpatch.pl | 999 sub report { subroutine 1007 push(our @report, $line); 1012 our @report; 1015 if (report("ERROR: $_[0]\n")) { 1021 if (report("WARNING: $_[0]\n")) { 1027 if ($check && report("CHECK: $_[0]\n")) { 1078 our @report = ();
|
/linux-2.4.37.9/drivers/char/ftape/ |
D | Config.in | 14 bool ' Enable procfs status report (+2kb)' CONFIG_FT_PROC_FS
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | ufs.txt | 52 Any ufs bug report you can send to daniel.pirkl@email.cz (do not send
|
D | sysv-fs.txt | 31 Please report any bugs and suggestions to
|
/linux-2.4.37.9/Documentation/ |
D | sx.txt | 68 After loading the sx.o module into your kernel, the driver will report 73 program will report the number of ports installed. 79 problems due to this, please report them: I haven't seen any. 137 some sensible addresses. Please report if the auto-probe causes trouble 207 against each other, be my guest, and report your findings...... :-)
|
D | oops-tracing.txt | 16 If you are totally stumped as to whom to send the report, send it to 68 That's the easy way to find the problem, at least if the bug-report is 73 Oh, it helps if the report happens on a kernel that is compiled with the 76 The other thing to do is disassemble the "Code:" part of the bug report:
|
/linux-2.4.37.9/Documentation/s390/ |
D | TAPE | 5 production environments. Feel free to test it and report problems back to us. 119 5. Send an email with your bug report to:
|