Searched refs:report (Results 101 - 125 of 314) sorted by relevance

1234567891011>>

/linux-master/tools/perf/tests/shell/
H A Dtest_data_symbol.sh28 # The memory report format is as below:
30 result=$(perf mem report -i ${PERF_DATA} -s symbol_daddr -q 2>&1 |
H A Ddiff.sh46 if ! perf report -i "${file}" -q | grep -q "${testsym}"
H A Dtest_arm_coresight.sh6 # are generated by CoreSight with 'perf script' and 'perf report'
62 perf report --stdio -i ${perfdata} 2>&1 | \
73 perf report --itrace=i20i --stdio -i ${perfdata} 2>&1 | \
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.h22 * @max_report_sz: Max possible size for the report of a notification message
45 * @fill_custom_report: fills a custom event report from the provided
48 * Return NULL on failure otherwise @report now fully
63 void *report, u32 *src_id);
/linux-master/arch/s390/kernel/
H A Dkexec_image.c38 ipl_report_add_component(data->report, &buf,
H A Dipl.c2390 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, argument
2398 list_add_tail(&comp->list, &report->components);
2405 report->size += sizeof(comp->entry);
2410 int ipl_report_add_certificate(struct ipl_report *report, void *key, argument
2418 list_add_tail(&cert->list, &report->certificates);
2424 report->size += sizeof(cert->entry);
2425 report->size += cert->entry.len;
2432 struct ipl_report *report; local
2434 report = vzalloc(sizeof(*report));
2450 ipl_report_finish(struct ipl_report *report) argument
2505 ipl_report_free(struct ipl_report *report) argument
[all...]
/linux-master/drivers/hid/
H A Dhid-uclogic-core.c28 * tablets which don't report that.
93 /* no report associated (HID_QUIRK_MULTI_INPUT not set) */
94 if (!hi->report)
98 * If this is the input corresponding to the pen report
101 if (hi->report->id == params->pen.id) {
109 if (hi->report->id == frame->id) {
122 field = hi->report->field[0];
197 /* Generate replacement report descriptor */
203 "failed generating replacement report descriptor: %d\n",
249 * @p: Tablet interface report parameter
416 uclogic_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
H A Dhid-playstation.c48 int (*parse_report)(struct ps_device *dev, struct hid_report *report, u8 *data, int size);
69 /* Seed values for DualShock4 / DualSense CRC32 for different report types. */
90 /* Button masks for DualSense input report. */
108 /* Status field of DualSense input report. */
113 /* Feature version from DualSense Firmware Info report. */
123 /* Magic value required in tag field of Bluetooth output report. */
125 /* Flags for DualSense output report. */
190 uint8_t output_seq; /* Sequence number for output report. */
201 /* Main DualSense input report excluding any BT/USB specific headers. */
223 /* Common input report siz
1227 dualsense_send_output_report(struct dualsense *ds, struct dualsense_output_report *report) argument
1249 struct dualsense_output_report report; local
1308 dualsense_parse_report(struct ps_device *ps_dev, struct hid_report *report, u8 *data, int size) argument
1518 struct dualsense_output_report report; local
2112 struct dualshock4_output_report report; local
2174 dualshock4_parse_report(struct ps_device *ps_dev, struct hid_report *report, u8 *data, int size) argument
2355 dualshock4_dongle_parse_report(struct ps_device *ps_dev, struct hid_report *report, u8 *data, int size) argument
2624 ps_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
H A Dhid-lenovo.c89 hid_err(hdev, "Set LED output report error: %d\n", ret);
143 * 0x8801 from the report ID 4
159 rdesc[254] = 0x08; /* report size = 0x08 */
160 rdesc[256] = 0x01; /* report count = 0x01 */
162 rdesc[260] = 0x01; /* report count (2) = 0x01 */
264 * Use only the page that contains report ID == 5.
268 field->report->id == 5) {
312 field->report->id == 21) {
496 * Feature report 0x13 is used for USB,
497 * output report
682 lenovo_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
788 struct hid_report *report; local
1030 struct hid_report *report; local
[all...]
H A Dhid-picolcd_cir.c34 struct hid_report *report, u8 *raw_data, int size)
55 * interval for non-first report of IR data - thus the quirk below
95 int picolcd_init_cir(struct picolcd_data *data, struct hid_report *report) argument
33 picolcd_raw_cir(struct picolcd_data *data, struct hid_report *report, u8 *raw_data, int size) argument
H A Dhid-picolcd_fb.c187 struct hid_report *report = picolcd_out_report(REPORT_LCD_CMD, data->hdev); local
193 if (!report || report->maxfield != 1)
198 for (j = 0; j < report->field[0]->maxusage; j++)
200 hid_set_field(report->field[0], j, i << 2);
202 hid_set_field(report->field[0], j, mapcmd[j]);
204 hid_set_field(report->field[0], j, 0);
205 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT);
H A Dhid-logitech-hidpp.c109 * bluetooth. The message lengths are defined by the hid vendor specific report
110 * descriptor for the HIDPP_SHORT report type (total message lenth 7 bytes) and
111 * the HIDPP_LONG report type (total message length 20 bytes)
113 * The RAP protocol uses both report types, whereas the FAP only uses HIDPP_LONG
416 /* Send as long report if short reports are not supported. */
468 struct hidpp_report *report)
471 (report->fap.feature_index == hidpp->wireless_feature_index)) ||
472 ((report->report_id == REPORT_ID_HIDPP_SHORT) &&
473 (report->rap.sub_id == 0x41));
792 struct hidpp_report *report local
467 hidpp_report_is_connect_event(struct hidpp_device *hidpp, struct hidpp_report *report) argument
1340 struct hidpp_report *report = (struct hidpp_report *)data; local
1524 struct hidpp_report *report = (struct hidpp_report *)data; local
1733 struct hidpp_report *report = (struct hidpp_report *)data; local
1982 struct hidpp_report *report = (struct hidpp_report *)data; local
2145 struct hidpp_report *report = (struct hidpp_report *)data; local
3057 struct hidpp_report *report = (struct hidpp_report *)data; local
3864 struct hidpp_report *report = (struct hidpp_report *)data; local
3952 hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
4318 struct hid_report *report; local
4374 struct hid_report *report; local
[all...]
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c89 * hid_bpf_rdesc_fixup - Called when the probe function parses the report
100 * parsing of the report descriptor by HID.
201 /* compute the maximum report length for this device */
206 struct hid_report *report = report_enum->report_id_hash[j]; local
208 if (report)
209 max_report_len = max(max_report_len, hid_report_len(report));
402 * @rtype: the type of the report (%HID_INPUT_REPORT, %HID_FEATURE_REPORT, %HID_OUTPUT_REPORT)
412 struct hid_report *report; local
449 report = hid_bpf_ops->hid_get_report(report_enum, buf);
450 if (!report)
[all...]
/linux-master/sound/soc/codecs/
H A Dwm8350.c55 int report; member in struct:wm8350_jack_data
1244 int report; local
1248 report = jack->report;
1250 report = 0;
1252 snd_soc_jack_report(jack->jack, report, jack->report);
1313 * @jack: jack to report detection events on
1314 * @report: value to report
1319 wm8350_hp_jack_detect(struct snd_soc_component *component, enum wm8350_jack which, struct snd_soc_jack *jack, int report) argument
1369 int report = 0; local
[all...]
H A Dts3a227e.c158 int report = 0; local
164 report = SND_JACK_HEADPHONE;
166 report |= SND_JACK_MICROPHONE;
169 report |= ts3a227e_buttons[i];
171 snd_soc_jack_report(ts3a227e->jack, report, TS3A227E_JACK_MASK);
238 * @jack: jack to use to report headset and button events on
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.c248 const struct ath10k_htc_credit_report *report,
256 if (len % sizeof(*report))
257 ath10k_warn(ar, "Uneven credit report len %d", len);
259 n_reports = len / sizeof(*report);
262 for (i = 0; i < n_reports; i++, report++) {
263 if (report->eid >= ATH10K_HTC_EP_COUNT)
266 ep = &htc->endpoint[report->eid];
267 ep->tx_credits += report->credits;
270 report->eid, report
247 ath10k_htc_process_credit_report(struct ath10k_htc *htc, const struct ath10k_htc_credit_report *report, int len, enum ath10k_htc_ep_id eid) argument
282 ath10k_htc_process_lookahead(struct ath10k_htc *htc, const struct ath10k_htc_lookahead_report *report, int len, enum ath10k_htc_ep_id eid, void *next_lookaheads, int *next_lookaheads_len) argument
314 ath10k_htc_process_lookahead_bundle(struct ath10k_htc *htc, const struct ath10k_htc_lookahead_bundle *report, int len, enum ath10k_htc_ep_id eid, void *next_lookaheads, int *next_lookaheads_len) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhtc.c146 const struct ath12k_htc_credit_report *report,
154 if (len % sizeof(*report))
155 ath12k_warn(ab, "Uneven credit report len %d", len);
157 n_reports = len / sizeof(*report);
160 for (i = 0; i < n_reports; i++, report++) {
161 if (report->eid >= ATH12K_HTC_EP_COUNT)
164 ep = &htc->endpoint[report->eid];
165 ep->tx_credits += report->credits;
168 report->eid, report
145 ath12k_htc_process_credit_report(struct ath12k_htc *htc, const struct ath12k_htc_credit_report *report, int len, enum ath12k_htc_ep_id eid) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c58 u8 report, cck_highpwr; local
70 report = cck_buf->cck_agc_rpt & 0xc0;
71 report = report >> 6;
72 switch (report) {
88 report = p_drvinfo->cfosho[0] & 0x60;
89 report = report >> 5;
90 switch (report) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c49 u8 report, cck_highpwr; local
67 report = cck_buf->cck_agc_rpt & 0xc0;
68 report = report >> 6;
69 switch (report) {
85 report = p_drvinfo->cfosho[0] & 0x60;
86 report = report >> 5;
87 switch (report) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c52 u8 report, cck_highpwr; local
66 report = cck_buf->cck_agc_rpt & 0xc0;
67 report = report >> 6;
68 switch (report) {
85 report = p_drvinfo->cfosho[0] & 0x60;
86 report = report >> 5;
87 switch (report) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c277 struct aca_bank_report *report)
283 if (!handle || !report)
286 if (!report->count[type])
290 bank_error = get_bank_error(aerr, &report->info);
294 bank_error->count[type] += report->count[type];
300 enum aca_error_type type, struct aca_bank_report *report)
304 if (!bank || !report)
310 memset(report, 0, sizeof(*report));
312 report, handl
276 aca_log_errors(struct aca_handle *handle, enum aca_error_type type, struct aca_bank_report *report) argument
299 aca_generate_bank_report(struct aca_handle *handle, struct aca_bank *bank, enum aca_error_type type, struct aca_bank_report *report) argument
318 struct aca_bank_report report; local
[all...]
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/linux-master/scripts/
H A Dcoccicheck42 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
117 echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
118 echo 'Available modes are the following: patch, report, context, org, chain'
122 MODE="report"
128 echo 'All available modes will be tried (in that order): patch, report, context, org'
130 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
224 elif [ "$MODE" = "report" ] ; then
225 echo ' The semantic patch that makes this report is available'
229 echo ' The semantic patch that makes this Org report is available'
249 run_cmd $SPATCH -D report \
[all...]
/linux-master/drivers/mfd/
H A Dsi476x-i2c.c366 struct si476x_rds_status_report report; local
369 err = si476x_core_cmd_fm_rds_status(core, true, false, false, &report);
371 int i = report.rdsfifoused;
376 (i == 1), &report);
380 kfifo_in(&core->rds_fifo, report.rds,
381 sizeof(report.rds));
383 (int)sizeof(report.rds), report.rds);
/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c7 * device does not respond to Get_Report requests for this status report.
104 struct hid_report *report, u8 *data, int size)
108 if (size < 7 || report->id != STATUS_REPORT_ID)
103 kraken2_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument

Completed in 365 milliseconds

1234567891011>>