Searched refs:report (Results 1 - 25 of 37) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhid-core.c64 * Register a new report for a device.
70 struct hid_report *report; local
75 if (!(report = kmalloc(sizeof(struct hid_report), GFP_KERNEL)))
77 memset(report, 0, sizeof(struct hid_report));
81 report->id = id;
82 report->type = type;
83 report->size = 0;
84 report->device = device;
85 report_enum->report_id_hash[id] = report;
87 list_add_tail(&report
96 hid_register_field(struct hid_report *report, unsigned usages, unsigned values) argument
225 struct hid_report *report; local
545 hid_free_report(struct hid_report *report) argument
568 struct hid_report *report = report_enum->report_id_hash[j]; local
764 extract(__u8 *report, unsigned offset, unsigned n) argument
770 implement(__u8 *report, unsigned offset, unsigned n, __u32 value) argument
855 struct hid_report *report; local
950 hid_read_report(struct hid_device *hid, struct hid_report *report) argument
990 hid_output_report(struct hid_report *report, __u8 *data) argument
1035 struct hid_report *report = (struct hid_report *) list; local
1075 hid_write_report(struct hid_device *hid, struct hid_report *report) argument
1122 struct hid_report *report; local
[all...]
H A Dhid-debug.h201 struct hid_report *report; local
216 report = (struct hid_report *) list;
219 if (report->id)
220 printk("(%d)", report->id);
221 printk("[%s]", table[report->type]);
223 for (k = 0; k < report->maxfield; k++) {
226 hid_dump_field(report->field[k], 6);
H A Dhiddev.c66 * Find a report, given the report's type and ID. The ID can be specified
67 * indirectly by REPORT_ID_FIRST (which returns the first report of the given
68 * type) or by (REPORT_ID_NEXT | old_id), which returns the next report of the
112 * Perform an exhaustive search of the report table for a usage, given its
119 struct hid_report *report; local
131 report = (struct hid_report *) list;
132 for (i = 0; i < report->maxfield; i++) {
133 field = report->field[i];
136 uref->report_id = report
194 hiddev_report_event(struct hid_device *hid, struct hid_report *report) argument
402 struct hid_report *report; local
[all...]
H A Dhid-input.c76 if (! hidinput->report)
79 for (i = 0; i < hidinput->report->maxfield; i++)
80 if (hidinput->report->field[i] == field)
279 if (field->report->type == HID_OUTPUT_REPORT) {
399 hid_write_report(hid, field->report);
426 struct hid_report *report; local
445 report = (struct hid_report *) list;
447 if (!report->maxfield) {
473 for (i = 0; i < report->maxfield; i++)
474 for (j = 0; j < report
[all...]
H A Dhid.h66 * HID report item format
79 * HID report descriptor item type (prefix bit 2,3)
88 * HID report descriptor main item tags
98 * HID report descriptor main item contents
112 * HID report descriptor collection item types
120 * HID report descriptor global item tags
137 * HID report descriptor local item tags
174 * HID report types --- Ouch! HID spec says 1 2 3!
257 unsigned report_offset; /* bit offset in the report */
258 unsigned report_size; /* size of this field in the report */
268 struct hid_report *report; /* associated report */ member in struct:hid_field
307 struct hid_report *report; member in struct:hid_input
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dqic117.h112 unused, mode, motion, report enumerator in enum:__anon11364
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 ro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dqic117.h112 unused, mode, motion, report enumerator in enum:__anon6950
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 ro
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dlk201.c126 char *report = "lk201: keyboard attached, "; local
130 printk(KERN_INFO "%sself-test OK\n", report);
139 report, id[3]);
142 printk(KERN_ERR "%sself-test failure\n", report);
146 report, id[2]);
172 printk(KERN_WARNING "lk201: ... please report to "
344 /* We got the ID; report it and start operation. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-io.h87 int report);
H A Dftape-io.c475 qic117_cmd_t *command, int report)
488 if (!report) {
561 TRACE(ft_t_any, "report tape status result = %02x", status);
685 TRACE(ft_t_bug, "report rom version failed");
474 ftape_report_error(unsigned int *error, qic117_cmd_t *command, int report) argument
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dchild.c52 int report; local
55 report = waitpid(pid, statusPtr, options );
56 DEBUG2("plp_waitpid: returned %d, status %s", report,
58 return report;
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dzconf.l2 %option 8bit backup nodefault perf-report perf-report
/asus-wl-520gu-7.0.1.45/src/router/ppp/chat/
H A Dchat.c58 * Added -r "report file" switch & REPORT keyword.
174 int report = 0; variable
265 * [ -r report-file ] \
332 report = 1;
357 * Default the report file to the stderr location
472 Usage: %s [-e] [-E] [-v] [-V] [-t timeout] [-r report-file]\n\
630 * Allow the last of the report string to be gathered before we terminate.
1102 logf("report (%v)", s);
1127 logf("clear report (%v)", s);
/asus-wl-520gu-7.0.1.45/src/router/pppd/chat/
H A Dchat.c58 * Added -r "report file" switch & REPORT keyword.
174 int report = 0; variable
281 * [ -r report-file ] \
348 report = 1;
373 * Default the report file to the stderr location
488 Usage: %s [-e] [-E] [-v] [-V] [-t timeout] [-r report-file]\n\
646 * Allow the last of the report string to be gathered before we terminate.
1132 msgf("report (%v)", s);
1158 msgf("clear report (%v)", s);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/chat/
H A Dchat.c58 * Added -r "report file" switch & REPORT keyword.
174 int report = 0; variable
281 * [ -r report-file ] \
348 report = 1;
373 * Default the report file to the stderr location
491 Usage: %s [-e] [-E] [-v] [-V] [-t timeout] [-r report-file]\n\
650 * Allow the last of the report string to be gathered before we terminate.
1136 logf("report (%v)", s);
1162 logf("clear report (%v)", s);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dsl82c105.c60 static void config_for_pio(ide_drive_t *drive, int pio, int report) argument
92 if (report) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_kbd.c169 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_POL)) goto report;
171 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_RPL)) goto report;
208 report:
H A Dhil_ptr.c91 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_POL)) goto report;
93 (HIL_ERR_INT | HIL_PKT_CMD | HIL_CMD_RPL)) goto report;
130 report:
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A DMakefile.in504 report=""; \
506 report="Please report to $(PACKAGE_BUGREPORT)"; \
507 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
508 dashes="$$report"; \
514 test -n "$$report" && echo "$$report"; \
H A DMakefile504 report=""; \
506 report="Please report to $(PACKAGE_BUGREPORT)"; \
507 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
508 dashes="$$report"; \
514 test -n "$$report" && echo "$$report"; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dgen_except.S10 | Any routine which may report an exceptions must load
168 | The typical work to be done to the unimp frame to report an
251 | x is an extended denorm can report an underflow exception.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfmhd.c189 char report; member in struct:mfm_info::__anon712
1135 mfm_info[drive].errors.report = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dsmt.c819 static void update_dac(smc,report)
821 int report ;
827 if (report && (cond != smc->mib.m[MAC0].fddiMACDuplicateAddressCond))
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Dbsd.c120 #define ucr_report report
574 /* we need to report the device name as /dev/ugenx NOT /dev/ugenx.00
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dvideo.S1006 jz vesan # Certain BIOSes report 0x80-0xff!
1019 jnz vesan # Don't report errors (buggy BIOSES)
1902 .ascii "report to <mj@ucw.cz>."

Completed in 263 milliseconds

12