Searched refs:report (Results 76 - 100 of 314) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-roccat.c12 * Module roccat is a char device used to report special events of roccat
78 struct roccat_report *report; local
118 report = &device->cbuf[reader->cbuf_start];
120 * If report is larger than requested amount of data, rest of report
125 if (copy_to_user(buffer, report->value, len)) {
251 struct roccat_report *report; local
262 report = &device->cbuf[device->cbuf_end];
265 kfree(report->value);
267 report
[all...]
H A Dhid-zydacron.c24 * Zydacron remote control has an invalid HID report descriptor,
35 "fixing up zydacron remote control report descriptor\n");
60 /* report 2 */
70 /* report 3 */
74 /* report 4 */
109 static int zc_raw_event(struct hid_device *hdev, struct hid_report *report, argument
117 if (report->id == data[0]) {
129 switch (report->id) {
H A Dhid-lg4ff.c83 spinlock_t report_lock; /* Protect output HID report */
84 struct hid_report *report; member in struct:lg4ff_device_entry
326 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, argument
335 /* adjust HID report present combined pedals data */
426 value = entry->report->field[0]->value;
446 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT);
459 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT);
488 value = entry->report->field[0]->value;
501 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT);
532 hid_hw_request(hid, entry->report, HID_REQ_SET_REPOR
1265 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); local
[all...]
H A Dhid-magicmouse.c116 * @input: Input device through which we report events.
118 * @ntouches: Number of touches in most recent touch report.
377 struct hid_report *report, u8 *data, int size)
483 magicmouse_raw_event(hdev, report, data + 2, data[1]);
484 magicmouse_raw_event(hdev, report, data + 2 + data[1],
513 field->report->id == MOUSE2_REPORT_ID) {
765 struct hid_report *report; local
773 report = report_enum->report_id_hash[hdev->battery_report_id];
775 if (!report || report
376 magicmouse_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
803 struct hid_report *report; local
[all...]
H A Dhid-steam.c73 * Commands that can be sent in a feature report.
234 /* Input report identifiers */
328 * The report ID is always 0, so strip the first byte from the output.
329 * hid_report_len() is not counting the report ID, so +1 to the length
363 /* The report ID is always 0 */
368 * when sending a feature report.
421 * Sometimes a lingering report for this command can
422 * get read back instead of the last set report if
481 u8 report[10] = {ID_TRIGGER_HAPTIC_PULSE, 8}; local
483 /* Left and right are swapped on this report fo
507 u8 report[11] = {ID_TRIGGER_RUMBLE_CMD, 9}; local
1580 steam_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
H A Dhid-sony.c360 /* The Navigation controller is a partial DS3 and uses the same HID report
765 hid_info(hdev, "Fixing up Sony RF Receiver report descriptor\n");
777 * Some knock-off USB dongles incorrectly report their button count
787 hid_info(hdev, "Fixing up USB dongle report descriptor\n");
807 * It does not report the actual level while charging so it
918 static int sony_raw_event(struct hid_device *hdev, struct hid_report *report, argument
924 * Sixaxis HID report has acclerometers/gyro with MSByte first, this
930 * a report with the second byte 0xff and the rest zeroed.
932 * This report does not reflect the actual state of the
1130 * to "operational". Without this, the ps3 controller will not report an
1184 static const u8 report[] = { 0xf4, 0x42, 0x03, 0x00, 0x00 }; local
1231 struct hid_report *report = list_entry(report_list->next, local
1478 struct sixaxis_output_report *report = local
1528 struct motion_output_report_02 *report = local
[all...]
H A Dhid-ntrig.c111 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT]. local
114 if (!report || report->maxfield < 1 ||
115 report->field[0]->report_count < 1)
118 hid_hw_request(hdev, report, HID_REQ_GET_REPORT);
120 return (int)report->field[0]->value[0];
125 struct hid_report *report; local
131 report = hdev->report_enum[HID_FEATURE_REPORT].
134 if (!report)
137 hid_hw_request(hdev, report, HID_REQ_GET_REPOR
897 struct hid_report *report; local
[all...]
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c179 return ipl_report_add_component(data->report, &buf, 0, 0);
207 addr = data->memsz + data->report->size;
213 ipl_report_add_certificate(data->report, ptr, addr, len);
219 buf.buffer = ipl_report_finish(data->report);
222 buf.bufsz = data->report->size;
251 data.report = ipl_report_init(&ipl_block);
252 if (IS_ERR(data.report))
253 return data.report;
305 ipl_report_free(data.report);
/linux-master/drivers/media/radio/
H A Dradio-si476x.c376 struct si476x_rsq_status_report report; local
434 &args, &report);
440 * report.rssi: -128 .. 127
442 tuner->signal = (report.rssi + 128) * 257;
654 struct si476x_rsq_status_report report; local
663 err = radio->ops->rsq_status(radio->core, &args, &report);
666 report.readfreq);
1187 struct si476x_acf_status_report report; local
1191 err = radio->ops->acf_status(radio->core, &report);
1199 return simple_read_from_buffer(user_buf, count, ppos, &report,
1215 struct si476x_rds_blockcount_report report; local
1244 struct si476x_agc_status_report report; local
1272 struct si476x_rsq_status_report report; local
1307 struct si476x_rsq_status_report report; local
[all...]
/linux-master/include/linux/
H A Dhid.h54 * HID report item format
67 * HID report descriptor item type (prefix bit 2,3)
76 * HID report descriptor main item tags
86 * HID report descriptor main item contents
100 * HID report descriptor collection item types
109 * HID report descriptor global item tags
126 * HID report descriptor local item tags
492 unsigned report_offset; /* bit offset in the report */
493 unsigned report_size; /* size of this field in the report */
494 unsigned report_count; /* number of this field in the report */
508 struct hid_report *report; /* associated report */ member in struct:hid_field
558 struct hid_report *report; member in struct:hid_control_fifo
563 struct hid_report *report; member in struct:hid_output_fifo
579 struct hid_report *report; member in struct:hid_input
823 void (*report)(struct hid_device *hdev, struct hid_report *report); member in struct:hid_driver
1158 hid_hw_idle(struct hid_device *hdev, int report, int idle, enum hid_class_request reqtype) argument
1199 hid_report_len(struct hid_report *report) argument
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-core.c478 unsigned long report, unsigned long status)
483 loop, jiffies, report, status);
485 if (!(report & (1 << i)))
489 if (report & SAA7134_IRQ_REPORT_DONE_RA0) {
502 unsigned long report,status; local
509 report = saa_readl(SAA7134_IRQ_REPORT);
512 /* If dmasound support is active and we get a sound report,
513 * mask out the report and let the saa7134-alsa module deal
515 if ((report & SAA7134_IRQ_REPORT_DONE_RA3) &&
519 report
477 print_irqstatus(struct saa7134_dev *dev, int loop, unsigned long report, unsigned long status) argument
1296 u32 report = saa_readl(SAA7134_IRQ_REPORT); local
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c30 u64 overhead, bool report)
49 if (report) {
29 do_count_loop(struct event *events, u64 instructions, u64 overhead, bool report) argument
H A Dcount_stcx_fail.c30 u64 overhead, bool report)
51 if (report) {
29 do_count_loop(struct event *events, u64 instructions, u64 overhead, bool report) argument
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c26 uint64_t overhead, bool report)
50 if (report) {
25 do_count_loop(struct event *event, uint64_t instructions, uint64_t overhead, bool report) argument
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c25 struct recv_stat report; local
26 struct rxreport_8723b *prxreport = (struct rxreport_8723b *)&report;
28 report.rxdw0 = prxstat->rxdw0;
29 report.rxdw1 = prxstat->rxdw1;
30 report.rxdw2 = prxstat->rxdw2;
31 report.rxdw3 = prxstat->rxdw3;
32 report.rxdw4 = prxstat->rxdw4;
33 report.rxdw5 = prxstat->rxdw5;
38 /* update rx report to recv_frame attribute */
43 /* update rx report t
[all...]
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_tsc_adjust_test.c114 static void report(int64_t val) function
144 report(uc.args[1]);
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c49 the only field in that report */
230 * Send envelope report to the device
271 * Send constant force report to the device
295 * Send set effect report to the device
334 * Send periodic effect report to the device
420 * Send ramp force report to the device
756 * Find fields from a report and fill a pidff_usage
759 struct hid_report *report, int count, int strict)
765 for (i = 0; i < report->maxfield; i++) {
766 if (report
758 pidff_find_fields(struct pidff_usage *usage, const u8 *table, struct hid_report *report, int count, int strict) argument
815 struct hid_report *report; local
871 pidff_find_special_field(struct hid_report *report, int usage, int enforce_min) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dcs42l43-jack.c719 int ret, report; local
743 report = CS42L43_JACK_OPTICAL;
745 report = cs42l43_run_type_detect(priv);
746 if (report < 0) {
747 dev_err(priv->dev, "Jack detect failed: %d\n", report);
752 snd_soc_jack_report(priv->jack_hp, report, report);
808 int report; member in struct:cs42l43_jack_override_mode
816 .report = CS42L43_JACK_HEADSET,
825 .report
[all...]
/linux-master/include/sound/
H A Dsoc-jack.h53 * @report: value to report when jack detected
54 * @invert: report presence in low state
66 int report; member in struct:snd_soc_jack_gpio
/linux-master/arch/s390/include/asm/
H A Dkexec.h69 struct ipl_report *report; member in struct:s390_load_data
/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh222 dropped_seqids=$(isochron report \
230 isochron report \
244 isochron report \
276 received=$(isochron report \
/linux-master/mm/kmsan/
H A DMakefile6 obj-y := core.o instrumentation.o init.o hooks.o report.o shadow.o
/linux-master/tools/perf/tests/shell/
H A Dtest_java_symbol.sh67 perf report --stdio -i ${PERF_INJ_DATA} 2>&1 | \
H A Dtest_arm_spe.sh6 # 'perf script' and 'perf report' commands.
64 perf report --stdio -i ${perfdata} 2>&1 | \
/linux-master/drivers/virt/coco/tdx-guest/
H A Dtdx-guest.c162 static int tdx_report_new(struct tsm_report *report, void *data) argument
166 struct tsm_desc *desc = &report->desc;
237 report->outblob = buf;
238 report->outblob_len = quote_buf->out_len;

Completed in 233 milliseconds

1234567891011>>