Searched refs:report (Results 1 - 25 of 314) sorted by path

1234567891011>>

/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim12 " single-CPU trace (e.g. trace-cmd report --cpu 1).
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h63 | because it needs to report an exception back to the user. This
H A Dgen_except.S10 | Any routine which may report an exceptions must load
167 | The typical work to be done to the unimp frame to report an
250 | x is an extended denorm can report an underflow exception.
/linux-master/drivers/hid/
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-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...]
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-picolcd_backlight.c26 struct hid_report *report = picolcd_out_report(REPORT_BRIGHTNESS, data->hdev); local
29 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
35 hid_set_field(report->field[0], 0, data->lcd_power == FB_BLANK_UNBLANK ? data->lcd_brightness : 0);
37 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT);
53 int picolcd_init_backlight(struct picolcd_data *data, struct hid_report *report) argument
58 if (!report)
60 if (report->maxfield != 1 || report
[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-picolcd_lcd.c29 struct hid_report *report = picolcd_out_report(REPORT_CONTRAST, data->hdev); local
32 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
37 hid_set_field(report->field[0], 0, data->lcd_contrast);
39 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT);
55 int picolcd_init_lcd(struct picolcd_data *data, struct hid_report *report) argument
60 if (!report)
62 if (report->maxfield != 1 || report
[all...]
H A Dhid-picolcd_leds.c34 struct hid_report *report; local
39 report = picolcd_out_report(REPORT_LED_STATE, data->hdev);
40 if (!report || report->maxfield != 1 || report->field[0]->report_count != 1)
44 hid_set_field(report->field[0], 0, data->led_state);
46 hid_hw_request(data->hdev, report, HID_REQ_SET_REPORT);
96 int picolcd_init_leds(struct picolcd_data *data, struct hid_report *report) argument
104 if (!report)
106 if (report
[all...]
H A Dhid-pl.c41 struct hid_report *report; member in struct:plff_device
64 hid_hw_request(hid, plff->report, HID_REQ_SET_REPORT);
72 struct hid_report *report; local
83 /* The device contains one output report per physical device, all
106 hid_err(hid, "required output report is missing\n");
110 report = list_entry(report_ptr, struct hid_report, list);
111 if (report->maxfield < 1) {
112 hid_err(hid, "no fields in the report\n");
117 if (report->field[0]->report_count >= 4) {
118 report
[all...]
H A Dhid-primax.c17 static int px_raw_event(struct hid_device *hid, struct hid_report *report, argument
22 switch (report->id) {
26 * modifier bits and pull the key strokes from the report.
27 * Thus a report data set which looked like:
50 default: /* unknown report */
51 /* Unknown report type; pass upstream */
52 hid_info(hid, "unknown report type %d\n", report->id);
H A Dhid-retrode.c22 struct hid_field *field = hi->report->field[0];
27 switch (field->report->id) {
34 number = field->report->id;
39 number = field->report->id - 2;
42 hid_err(hdev, "Got unhandled report id %d\n", field->report->id);
H A Dhid-sjoy.c26 struct hid_report *report; member in struct:sjoyff_device
43 sjoyff->report->field[0]->value[1] = right;
44 sjoyff->report->field[0]->value[2] = left;
46 hid_hw_request(hid, sjoyff->report, HID_REQ_SET_REPORT);
54 struct hid_report *report; local
71 hid_err(hid, "required output report is missing\n");
75 report = list_entry(report_ptr, struct hid_report, list);
76 if (report->maxfield < 1) {
77 hid_err(hid, "no fields in the report\n");
81 if (report
[all...]
H A Dhid-waltop.c22 * It shows that the feature report ID 2 could be used to control any waltop
31 * indescribable by a report descriptor).
42 /* Size of the original report descriptor of Slim Tablet 5.8 inch */
93 /* Size of the original report descriptor of Slim Tablet 12.1 inch */
144 /* Size of the original report descriptor of Q Pad */
195 /* Size of the original report descriptor of tablet with PID 0038 */
199 * Fixed report descriptor for tablet with PID 0038.
248 /* Size of the original report descriptor of Media Tablet 10.6 inch */
361 /* Size of the original report descriptor of Media Tablet 14.1 inch */
472 /* Size of the original report descripto
652 waltop_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[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) {
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dxmit.h362 struct ieee80211_tx_info *report,
/linux-master/drivers/net/wireless/ti/wl1251/
H A Devent.h96 struct event_debug_report report; member in struct:event_mailbox
/linux-master/include/linux/
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/sound/soc/codecs/
H A Dtwl6040.h25 struct snd_soc_jack *jack, int report);
H A Dwm8350.h20 struct snd_soc_jack *jack, int report);
/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
/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/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl53 print "SIGINT received, report pending. Hit ctrl-c again to exit\n";
63 print "Many SIGINTs received, exiting now without report\n";
381 sub report() { subroutine
407 report();
418 report();
H A Dtrace-vmscan-postprocess.pl84 print "SIGINT received, report pending. Hit ctrl-c again to exit\n";
94 print "Many SIGINTs received, exiting now without report\n";
715 sub report() { subroutine
741 report();
752 report();

Completed in 265 milliseconds

1234567891011>>