Searched refs:report (Results 26 - 50 of 314) sorted by relevance

1234567891011>>

/linux-master/tools/perf/tests/shell/
H A Dpipe_test.sh17 if ! perf record -e task-clock:u -o - ${prog} | perf report -i - --task | grep ${task}; then
18 echo "cannot find the test file in the perf report"
22 if ! perf record -e task-clock:u -o - ${prog} | perf inject -b | perf report -i - | grep ${sym}; then
28 if ! perf report -i ${data} | grep ${sym}; then
34 if ! perf inject -b -i ${data} | perf report -i - | grep ${sym}; then
H A Drecord+zstd_comp_decomp.sh22 $perf_tool report -i "$trace_file" --header --stats | \
28 $perf_tool report -i "$trace_file" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.comp.output" &&
29 $perf_tool report -i "$trace_file.decomp" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.decomp.output" &&
H A Drecord.sh51 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
74 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
115 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
128 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
145 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
158 if ! perf report -i "${perfdata}" -q | grep -q "${testsym}"
184 if ! perf report -i "${perfdata}" -D -q | grep -q "$br_cntr_output"
/linux-master/tools/perf/
H A Dbuiltin-report.c3 * builtin-report.c
5 * Builtin report command: Analyze the perf.data input file,
75 struct report { struct
125 struct report *rep = cb;
127 if (!strcmp(var, "report.group")) {
131 if (!strcmp(var, "report.percent-limit")) {
138 if (!strcmp(var, "report.children")) {
142 if (!strcmp(var, "report.queue-size"))
145 if (!strcmp(var, "report.sort_order")) {
148 pr_err("Not enough memory for report
233 setup_forced_leader(struct report *report, struct evlist *evlist) argument
1276 struct report report = { local
[all...]
/linux-master/sound/soc/codecs/
H A Dwm8350.h20 struct snd_soc_jack *jack, int report);
H A Dtwl6040.h25 struct snd_soc_jack *jack, int report);
/linux-master/include/linux/
H A Dpage_reporting.h13 int (*report)(struct page_reporting_dev_info *prdev, member in struct:page_reporting_dev_info
H A Dhiddev.h45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } argument
/linux-master/drivers/s390/char/
H A Dsclp_pci.c110 static int sclp_pci_check_report(struct zpci_report_error_header *report) argument
112 if (report->version != 1)
115 switch (report->action) {
124 if (report->length > (PAGE_SIZE - sizeof(struct err_notify_sccb)))
130 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) argument
137 ret = sclp_pci_check_report(report);
164 sccb->evbuf.header.length = sizeof(sccb->evbuf) + report->length;
168 sccb->evbuf.action = report->action;
173 memcpy(sccb->evbuf.data, report->data, report
[all...]
/linux-master/drivers/hid/
H A Dhid-sensor-hub.c58 struct hid_report *report; local
60 list_for_each_entry(report, &hdev->report_enum[dir].report_list, list) {
61 if (report->id == id)
62 return report;
64 hid_warn(hdev, "No report with id 0x%x found\n", id);
193 struct hid_report *report; local
202 report = sensor_hub_report(report_id, hsdev->hdev, HID_FEATURE_REPORT);
203 if (!report || (field_index >= report->maxfield)) {
212 ret = hid_set_field(report
241 struct hid_report *report; local
298 struct hid_report *report; local
355 struct hid_report *report; local
382 struct hid_report *report; local
471 sensor_hub_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
[all...]
H A Dhid-cp2112.c75 u8 report; /* CP2112_SMBUS_CONFIG */ member in struct:cp2112_smbus_config_report
86 u8 report; /* CP2112_USB_CONFIG */ member in struct:cp2112_usb_config_report
99 u8 report; /* CP2112_DATA_READ_REQUEST */ member in struct:cp2112_read_req_report
105 u8 report; /* CP2112_DATA_WRITE_READ_REQUEST */ member in struct:cp2112_write_read_req_report
113 u8 report; /* CP2112_DATA_WRITE_REQUEST */ member in struct:cp2112_write_req_report
120 u8 report; /* CP2112_DATA_READ_FORCE_SEND */ member in struct:cp2112_force_read_report
125 u8 report; /* CP2112_TRANSFER_STATUS_RESPONSE */ member in struct:cp2112_xfer_status_report
135 u8 report; /* CP2112_*_STRING */
136 u8 length; /* length in bytes of everything after .report */
409 struct cp2112_force_read_report report; local
442 struct cp2112_read_req_report *report = buf; local
456 struct cp2112_write_read_req_report *report = buf; local
474 struct cp2112_write_req_report *report = buf; local
490 struct cp2112_write_req_report *report = buf; local
506 struct cp2112_write_read_req_report *report = buf; local
951 struct cp2112_string_report report; local
980 struct cp2112_string_report report; local
1367 cp2112_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
H A Dhid-picolcd_core.c52 /* Find a given report */
56 struct hid_report *report = NULL; local
58 list_for_each_entry(report, feature_report_list, list) {
59 if (report->id == id)
60 return report;
62 hid_warn(hdev, "No report with id 0x%x found\n", id);
66 /* Submit a report and wait for a reply from device - if device fades away
73 struct hid_report *report = picolcd_out_report(report_id, hdev); local
77 if (!report || !data)
86 work->out_report = report;
116 picolcd_raw_keypad(struct picolcd_data *data, struct hid_report *report, u8 *raw_data, int size) argument
219 struct hid_report *report = picolcd_out_report(REPORT_RESET, hdev); local
268 struct hid_report *report = NULL; local
327 picolcd_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
407 picolcd_init_keys(struct picolcd_data *data, struct hid_report *report) argument
[all...]
H A Dhid-picolcd.h126 /* Find a given report */
134 struct hid_device *hdev, struct hid_report *report);
142 struct hid_device *hdev, struct hid_report *report,
153 struct hid_device *hdev, struct hid_report *report)
157 struct hid_device *hdev, struct hid_report *report,
203 struct hid_report *report);
212 struct hid_report *report)
232 struct hid_report *report);
239 struct hid_report *report)
255 struct hid_report *report);
152 picolcd_debug_out_report(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report) argument
156 picolcd_debug_raw_event(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
211 picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report) argument
238 picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report) argument
261 picolcd_init_leds(struct picolcd_data *data, struct hid_report *report) argument
283 picolcd_raw_cir(struct picolcd_data *data, struct hid_report *report, u8 *raw_data, int size) argument
288 picolcd_init_cir(struct picolcd_data *data, struct hid_report *report) argument
[all...]
H A Dhid-tmff.c43 struct hid_report *report; member in struct:tmff_device
94 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT);
112 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT);
121 struct hid_report *report; local
139 /* Find the report to use */
141 list_for_each_entry(report, report_list, list) {
144 for (fieldnum = 0; fieldnum < report->maxfield; ++fieldnum) {
145 struct hid_field *field = report->field[fieldnum];
163 if (tmff->report && tmff->report !
[all...]
H A Dhid-lg4ff.h10 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report,
17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, argument
H A Dhid-chicony.c26 static int ch_report_wireless(struct hid_report *report, u8 *data, int size) argument
28 struct hid_device *hdev = report->device;
31 if (report->id != CH_WIRELESS_CTL_REPORT_ID || report->maxfield != 1)
34 input = report->field[0]->hidinput->input;
49 struct hid_report *report, u8 *data, int size)
51 if (report->application == HID_GD_WIRELESS_RADIO_CTLS)
52 return ch_report_wireless(report, data, size);
103 hid_info(hdev, "Fixing up report descriptor\n");
48 ch_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dhid-google-stadiaff.c19 struct hid_report *report; member in struct:stadiaff_device
31 struct hid_field *rumble_field = stadiaff->report->field[0];
39 hid_hw_request(stadiaff->hid, stadiaff->report, HID_REQ_SET_REPORT);
63 struct hid_report *report; local
75 report = hid_validate_values(hid, HID_OUTPUT_REPORT,
77 if (!report)
95 stadiaff->report = report;
H A Dhid-core.c49 * Register a new report for a device.
57 struct hid_report *report; local
64 report = kzalloc(sizeof(struct hid_report), GFP_KERNEL);
65 if (!report)
71 report->id = id;
72 report->type = type;
73 report->size = 0;
74 report->device = device;
75 report->application = application;
76 report_enum->report_id_hash[id] = report;
89 hid_register_field(struct hid_report *report, unsigned usages) argument
257 struct hid_report *report; local
657 hid_free_report(struct hid_report *report) argument
680 struct hid_report *report = report_enum->report_id_hash[j]; local
981 struct hid_report *report; local
1370 __extract(u8 *report, unsigned offset, int n) argument
1391 hid_field_extract(const struct hid_device *hid, u8 *report, unsigned offset, unsigned n) argument
1413 __implement(u8 *report, unsigned offset, int n, u32 value) argument
1437 implement(const struct hid_device *hid, u8 *report, unsigned offset, unsigned n, u32 value) argument
1480 hid_match_report(struct hid_device *hid, struct hid_report *report) argument
1668 hid_process_report(struct hid_device *hid, struct hid_report *report, __u8 *data, int interrupt) argument
1726 __hid_insert_field_entry(struct hid_device *hid, struct hid_report *report, struct hid_field_entry *entry, struct hid_field *field, unsigned int usage_index) argument
1756 hid_report_process_ordering(struct hid_device *hid, struct hid_report *report) argument
1809 struct hid_report *report; local
1841 hid_compute_report_size(struct hid_report *report) argument
1854 hid_output_report(struct hid_report *report, __u8 *data) argument
1870 hid_alloc_report_buf(struct hid_report *report, gfp_t flags) argument
1919 struct hid_report *report; local
1937 __hid_request(struct hid_device *hid, struct hid_report *report, enum hid_class_request reqtype) argument
1975 struct hid_report *report; local
2045 struct hid_report *report; local
2386 hid_hw_request(struct hid_device *hdev, struct hid_report *report, enum hid_class_request reqtype) argument
[all...]
H A Dhid-picolcd_debugfs.c360 * Helper code for HID report level dumping/debugging
385 struct hid_device *hdev, struct hid_report *report)
388 int raw_size = (report->size >> 3) + 1;
400 raw_data = hid_alloc_report_buf(report, GFP_ATOMIC);
406 snprintf(buff, BUFF_SZ, "\nout report %d (size %d) = ",
407 report->id, raw_size);
409 raw_data[0] = report->id;
410 hid_output_report(report, raw_data);
414 switch (report->id) {
417 snprintf(buff, BUFF_SZ, "out report
384 picolcd_debug_out_report(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report) argument
641 picolcd_debug_raw_event(struct picolcd_data *data, struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
[all...]
H A Dhid-input.c137 struct hid_report *report; local
141 list_for_each_entry(report, &hid->report_enum[k].report_list, list) {
142 for (i = 0; i < report->maxfield; i++) {
143 for (j = 0; j < report->field[i]->maxusage; j++) {
144 usage = report->field[i]->usage + j;
233 * @field: the HID report field to calculate resolution for
341 #define HID_BATTERY_QUIRK_FEATURE (1 << 1) /* ask for feature report */
575 dev->battery_report_id = field->report->id;
581 * We have to wait for the device to report it on its own.
704 /* Ignore if report coun
1497 hid_report_release_tool(struct hid_report *report, struct input_dev *input, unsigned int tool) argument
1515 hid_report_set_tool(struct hid_report *report, struct input_dev *input, unsigned int new_tool) argument
1528 struct hid_report *report = field->report; local
1742 hidinput_report_event(struct hid_device *hid, struct hid_report *report) argument
1757 struct hid_report *report; local
1773 struct hid_report *report; local
1793 struct hid_report *report; local
1818 struct hid_report *report; local
1899 __hidinput_change_resolution_multipliers(struct hid_device *hid, struct hid_report *report, bool use_logical_max) argument
2149 struct hid_report *report; local
2173 hidinput_match(struct hid_report *report) argument
2187 hidinput_match_application(struct hid_report *report) argument
2210 hidinput_configure_usages(struct hid_input *hidinput, struct hid_report *report) argument
2281 struct hid_report *report; local
[all...]
H A Dhid-ft260.c37 * The ft260 input report format defines 62 bytes for the data payload, but
39 * reports. To achieve better performance with the multi-report read data
113 /* Response codes in I2C status report */
140 u8 report; /* FT260_CHIP_VERSION */ member in struct:ft260_get_chip_version_report
146 u8 report; /* FT260_SYSTEM_SETTINGS */ member in struct:ft260_get_system_status_report
168 u8 report; /* FT260_I2C_STATUS */ member in struct:ft260_get_i2c_status_report
177 u8 report; /* FT260_SYSTEM_SETTINGS */ member in struct:ft260_set_system_clock_report
183 u8 report; /* FT260_SYSTEM_SETTINGS */ member in struct:ft260_set_i2c_mode_report
189 u8 report; /* FT260_SYSTEM_SETTINGS */ member in struct:ft260_set_uart_mode_report
196 u8 report; /* FT260_SYSTEM_SETTING member in struct:ft260_set_i2c_reset_report
201 u8 report; /* FT260_SYSTEM_SETTINGS */ member in struct:ft260_set_i2c_speed_report
209 u8 report; /* FT260_I2C_REPORT */ member in struct:ft260_i2c_write_request_report
217 u8 report; /* FT260_I2C_READ_REQ */ member in struct:ft260_i2c_read_request_report
224 u8 report; /* FT260_I2C_REPORT */ member in struct:ft260_i2c_input_report
291 struct ft260_set_i2c_reset_report report; local
309 struct ft260_get_i2c_status_report report; local
1065 ft260_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh76 report="$4"
80 echo " matched $report" >&2
83 echo " no match: '$out' vs $report" >&2
/linux-master/drivers/staging/greybus/
H A Dhid.c117 memcpy(request->report, buf, len);
122 "failed to set report: %d\n", ret);
147 request->report, op->request->payload_size, 1);
152 static int gb_hid_report_len(struct hid_report *report) argument
154 return ((report->size - 1) >> 3) + 1 +
155 report->device->report_enum[report->type].numbered;
161 struct hid_report *report; local
164 list_for_each_entry(report, &hid->report_enum[type].report_list, list) {
165 size = gb_hid_report_len(report);
190 gb_hid_init_report(struct gb_hid *ghid, struct hid_report *report) argument
210 struct hid_report *report; local
[all...]
/linux-master/drivers/hid/usbhid/
H A Dhiddev.c50 * Find a report, given the report's type and ID. The ID can be specified
51 * indirectly by REPORT_ID_FIRST (which returns the first report of the given
52 * type) or by (REPORT_ID_NEXT | old_id), which returns the next report of the
61 struct hid_report *report; local
80 report = list_entry(list, struct hid_report, list);
81 rinfo->report_id = report->id;
85 report = report_enum->report_id_hash[rid];
86 if (!report)
89 list = report
112 struct hid_report *report; local
186 hiddev_report_event(struct hid_device *hid, struct hid_report *report) argument
433 struct hid_report *report; local
603 struct hid_report *report; local
[all...]
/linux-master/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c94 struct pixcir_report_data *report)
104 memset(report, 0, sizeof(struct pixcir_report_data));
131 report->num_touches = touch;
135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop,
139 report->ids[i] = bufptr[4];
148 struct pixcir_report_data *report)
155 n = report->num_touches;
160 input_mt_assign_slots(ts->input, slots, report->pos, n, 0);
165 report->ids[i]);
168 report
93 pixcir_ts_parse(struct pixcir_i2c_ts_data *tsdata, struct pixcir_report_data *report) argument
147 pixcir_ts_report(struct pixcir_i2c_ts_data *ts, struct pixcir_report_data *report) argument
194 struct pixcir_report_data report; local
[all...]

Completed in 220 milliseconds

1234567891011>>