Searched refs:report (Results 51 - 75 of 314) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-holtekff.c87 hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT);
126 struct hid_report *report; local
141 hid_err(hid, "no output report found\n");
145 report = list_entry(report_list->next, struct hid_report, list);
147 if (report->maxfield < 1 || report->field[0]->report_count != 7) {
148 hid_err(hid, "unexpected output report layout\n");
158 holtekff->field = report->field[0];
H A Dhid-google-hammer.c119 * report changes, as we assume that on attach the base
153 * Only report if base is disconnected. If base is connected,
318 * hardware output report and hardware raw request won't fail.
426 struct hid_report *report; local
429 list_for_each_entry(report, &re->report_list, list) {
430 if (report->application != application)
433 for (i = 0; i < report->maxfield; i++) {
434 struct hid_field *field = report->field[i];
459 struct hid_report *report; local
464 report
[all...]
H A Dhid-multitouch.c118 __s32 *raw_cc; /* contact count in the report */
128 __u8 touches_by_report; /* how many touches are present in one report:
154 struct hid_report *report; member in struct:mt_report_data
447 static void mt_get_feature(struct hid_device *hdev, struct hid_report *report) argument
450 u32 size = hid_report_len(report);
454 * Do not fetch the feature report if the device has been explicitly
460 buf = hid_alloc_report_buf(report, GFP_KERNEL);
464 ret = hid_hw_raw_request(hdev, report->id, buf, size,
468 report->id);
473 dev_warn(&hdev->dev, "failed to report featur
554 mt_allocate_application(struct mt_device *td, struct hid_report *report) argument
589 mt_find_application(struct mt_device *td, struct hid_report *report) argument
611 mt_allocate_report_data(struct mt_device *td, struct hid_report *report) argument
651 mt_find_report_data(struct mt_device *td, struct hid_report *report) argument
1198 struct hid_report *report = rdata->report; local
1444 mt_report(struct hid_device *hid, struct hid_report *report) argument
1471 struct hid_report *report = field->report; local
1599 struct hid_report *report; local
1665 struct hid_report *report; local
[all...]
H A Dhid-bigbenff.c176 struct hid_report *report; member in struct:bigben_device
202 struct hid_field *report_field = bigben->report->field[0];
209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL);
213 len = hid_report_len(bigben->report);
229 hid_output_report(bigben->report, buf);
235 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len,
236 bigben->report->type, HID_REQ_SET_REPORT);
253 hid_output_report(bigben->report, buf);
259 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len,
260 bigben->report
[all...]
H A Dhid-rmi.c66 * @input_report_size: size of an input report (advertised by HID)
67 * @output_report_size: size of an output report (advertised by HID)
71 * @reset_work: worker which will be called in case of a mouse report
105 static int rmi_write_report(struct hid_device *hdev, u8 *report, int len);
165 static int rmi_write_report(struct hid_device *hdev, u8 *report, int len) argument
174 ret = hid_hw_raw_request(hdev, report[0], report,
177 ret = hid_hw_output_report(hdev, (void *)report, len);
181 dev_err(&hdev->dev, "failed to write hid report (%d)\n", ret);
221 "failed to write request output report (
374 rmi_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
422 rmi_report(struct hid_device *hid, struct hid_report *report) argument
560 rmi_check_valid_report_id(struct hid_device *hdev, unsigned type, unsigned id, struct hid_report **report) argument
[all...]
H A Dhid-nvidia-shield.c229 struct thunderstrike_hostcmd_req_report *report, u8 cmd_id)
231 memset(report, 0, sizeof(*report));
232 report->report_id = THUNDERSTRIKE_HOSTCMD_REQ_REPORT_ID;
233 report->cmd_id = cmd_id;
301 struct thunderstrike_hostcmd_req_report *report = ts->req_report_dmabuf; local
305 ret = hid_hw_raw_request(shield_dev->hdev, report->report_id,
312 "Failed to output Thunderstrike HOSTCMD request HID report due to %pe\n",
321 struct thunderstrike_hostcmd_req_report *report; local
324 report
228 thunderstrike_hostcmd_req_report_init( struct thunderstrike_hostcmd_req_report *report, u8 cmd_id) argument
732 thunderstrike_parse_report(struct shield_device *shield_dev, struct hid_report *report, u8 *data, int size) argument
1034 shield_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
H A Dhid-prodikeys.c264 struct hid_report *report; local
266 list_for_each_entry(report,
268 if (!(6 == report->id))
271 if (report->maxfield < 1) {
272 hid_err(hdev, "output report is empty\n");
275 if (report->field[0]->report_count != 2) {
279 pm->pcmidi_report6 = report;
289 struct hid_report *report = pm->pcmidi_report6; local
290 report->field[0]->value[0] = 0x01;
291 report
761 pk_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack_expect.h106 u32 portid, int report);
119 void *data, u32 portid, int report);
130 u32 portid, int report, unsigned int flags);
/linux-master/tools/perf/tests/shell/lib/
H A Dcoresight.sh55 perf report --stdio --dump -i "$1" | \
102 # Scan the perf report to find the TIDs that are actually CID in hex
104 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
110 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
116 # them in the TIDs found in the perf report
/linux-master/arch/s390/include/asm/
H A Dipl.h136 void *ipl_report_finish(struct ipl_report *report);
137 int ipl_report_free(struct ipl_report *report);
138 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
140 int ipl_report_add_certificate(struct ipl_report *report, void *key,
/linux-master/include/linux/
H A Dtsm.h18 * struct tsm_desc - option descriptor for generating tsm report blobs
30 * struct tsm_report - track state of report generation relative to options
35 * @auxblob: (optional) auxiliary data to the report (e.g. certificate data)
47 * @name: tsm id reflected in /sys/kernel/config/tsm/report/$report/provider
49 * @report_new: Populate @report with the report blob and auxblob
58 int (*report_new)(struct tsm_report *report, void *data);
/linux-master/tools/perf/util/
H A Dbpf_kwork.c93 if (kwork->report == KWORK_REPORT_RUNTIME) {
106 if (kwork->report == KWORK_REPORT_RUNTIME) {
109 } else if (kwork->report == KWORK_REPORT_LATENCY) {
122 if (kwork->report == KWORK_REPORT_RUNTIME) {
125 } else if (kwork->report == KWORK_REPORT_LATENCY) {
289 if (kwork->report == KWORK_REPORT_RUNTIME) {
295 } else if (kwork->report == KWORK_REPORT_LATENCY) {
302 pr_debug("Invalid bpf report type %d\n", kwork->report);
328 pr_debug("Invalid report f
[all...]
/linux-master/tools/lib/subcmd/
H A Dsubcmd-util.h10 static inline void report(const char *prefix, const char *err, va_list params) function
22 report(" Fatal: ", err, params);
/linux-master/tools/perf/tests/shell/
H A Drecord_offcpu.sh54 if ! perf report -i ${perfdata} -q --percent-limit=90 | grep -E -q sleep
81 if ! perf report -i ${perfdata} -s comm -q -n -t ';' --percent-limit=90 | \
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py63 """Fill a report with approrpiate HID properties/values."""
73 Placeholder for HID report values.
99 """Fill a report with approrpiate HID properties/values."""
124 """Fill a report with approrpiate HID properties/values."""
195 Return an input report for this device.
203 to detect and report attributes of this tool. Use ``None``
205 :param reportID: the numeric report ID for this report, if needed
221 report = ReportData()
222 report
[all...]
/linux-master/lib/
H A Ddhry_run.c38 goto report;
47 report:
/linux-master/drivers/staging/greybus/
H A Daudio_module.c23 int report; local
50 report = req->jack_attribute & module->jack_mask;
51 if (!report) {
61 module->jack_type, report);
63 module->jack_type = report;
64 snd_soc_jack_report(&module->headset.jack, report, module->jack_mask);
72 int soc_button_id, report; local
93 report = module->button_status & module->button_mask;
121 report = report | soc_button_i
[all...]
/linux-master/drivers/hwmon/
H A Dnzxt-smart2.c68 * The same data in multiple report types.
76 * The device sends this input report in response to "detect fans" command:
77 * a 2-byte output report { 0x60, 0x03 }.
91 * one report with type = FAN_STATUS_REPORT_SPEED, and one report with type =
153 * This output report sets pwm duty cycle/target fan speed for one or more
197 * values (after sending an output hid report, the corresponding field
223 struct fan_config_report *report = data; local
229 if (report->magic != 0x03)
235 drvdata->fan_type[i] = report
244 struct fan_status_report *report = data; local
469 struct set_fan_speed_report report = { local
563 u8 report[] = { local
688 nzxt_smart2_hid_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
/linux-master/drivers/hid/surface-hid/
H A Dsurface_kbd.c24 #define KBD_FEATURE_REPORT_SIZE 7 /* 6 + report ID */
105 dev_err(shid->dev, "invalid feature report length: got %zu, expected, %zu\n",
163 /* Check if we got the correct report. */
164 if (len != hid_report_len(field->report))
167 if (rprt_id != field->report->id)
202 u8 report[KBD_FEATURE_REPORT_SIZE]; local
206 * The keyboard only has a single hard-coded read-only feature report
208 * report ID against the requested one.
211 if (len < ARRAY_SIZE(report))
214 status = ssam_kbd_get_feature_report(shid, report, ARRAY_SIZ
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dspectral.c467 struct ath11k_spectral_summary_report *report)
469 report->timestamp = __le32_to_cpu(summary->timestamp);
470 report->agc_total_gain = FIELD_GET(SPECTRAL_SUMMARY_INFO0_AGC_TOTAL_GAIN,
472 report->out_of_band_flag = FIELD_GET(SPECTRAL_SUMMARY_INFO0_OB_FLAG,
474 report->grp_idx = FIELD_GET(SPECTRAL_SUMMARY_INFO0_GRP_IDX,
476 report->rf_saturation = FIELD_GET(SPECTRAL_SUMMARY_INFO0_RECENT_RFSAT,
478 report->inb_pwr_db = FIELD_GET(SPECTRAL_SUMMARY_INFO0_INBAND_PWR_DB,
480 report->false_scan = FIELD_GET(SPECTRAL_SUMMARY_INFO0_FALSE_SCAN,
482 report->detector_id = FIELD_GET(SPECTRAL_SUMMARY_INFO0_DETECTOR_ID,
484 report
464 ath11k_spectral_pull_summary(struct ath11k *ar, struct wmi_dma_buf_release_meta_data *meta, struct spectral_summary_fft_report *summary, struct ath11k_spectral_summary_report *report) argument
498 ath11k_spectral_pull_search(struct ath11k *ar, struct spectral_search_fft_report *search, struct ath11k_spectral_search_report *report) argument
[all...]
/linux-master/kernel/kcsan/
H A DMakefile14 obj-y := core.o debugfs.o report.o
/linux-master/drivers/nvme/host/
H A Dzns.c180 struct nvme_zone_report *report; local
189 report = nvme_zns_alloc_report_buffer(ns, nr_zones, &buflen);
190 if (!report)
202 memset(report, 0, buflen);
205 ret = nvme_submit_sync_cmd(ns->queue, &c, report, buflen);
212 nz = min((unsigned int)le64_to_cpu(report->nr_zones), nr_zones);
218 &report->entries[i],
233 kvfree(report);
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c337 struct hid_report *report; local
342 report = usbhid->out[usbhid->outtail].report;
345 usbhid->urbout->transfer_buffer_length = hid_report_len(report);
367 struct hid_report *report; local
373 report = usbhid->ctrl[usbhid->ctrltail].report;
377 len = hid_report_len(report);
402 usbhid->cr->wValue = cpu_to_le16(((report->type + 1) << 8) |
403 report
521 __usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) argument
630 usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) argument
655 hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) argument
769 struct hid_report *report; local
803 struct hid_report *report; local
841 struct hid_report *report; local
1300 usbhid_idle(struct hid_device *hid, int report, int idle, int reqtype) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_ecache.c166 u32 portid, int report)
184 item.report = report;
221 item.report = 0;
233 u32 portid, int report)
253 .report = report
165 nf_conntrack_eventmask_report(unsigned int events, struct nf_conn *ct, u32 portid, int report) argument
231 nf_ct_expect_event_report(enum ip_conntrack_expect_events event, struct nf_conntrack_expect *exp, u32 portid, int report) argument
/linux-master/sound/soc/
H A Dsoc-jack.c176 * that it is not possible to report additional jack events in the
215 int report; local
222 report = gpio->report;
224 report = 0;
227 report = gpio->jack_status_check(gpio->data);
229 snd_soc_jack_report(jack, report, gpio->report);

Completed in 334 milliseconds

1234567891011>>