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

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-lg2ff.c19 struct hid_report *report; member in struct:lg2ff_device
36 lg2ff->report->field[0]->value[0] = 0x51;
37 lg2ff->report->field[0]->value[2] = weak;
38 lg2ff->report->field[0]->value[4] = strong;
40 lg2ff->report->field[0]->value[0] = 0xf3;
41 lg2ff->report->field[0]->value[2] = 0x00;
42 lg2ff->report->field[0]->value[4] = 0x00;
45 hid_hw_request(hid, lg2ff->report, HID_REQ_SET_REPORT);
52 struct hid_report *report; local
64 /* Check that the report look
[all...]
H A Dhid-gaff.c26 struct hid_report *report; member in struct:gaff_device
44 gaff->report->field[0]->value[0] = 0x51;
45 gaff->report->field[0]->value[1] = 0x0;
46 gaff->report->field[0]->value[2] = right;
47 gaff->report->field[0]->value[3] = 0;
48 gaff->report->field[0]->value[4] = left;
49 gaff->report->field[0]->value[5] = 0;
51 hid_hw_request(hid, gaff->report, HID_REQ_SET_REPORT);
53 gaff->report->field[0]->value[0] = 0xfa;
54 gaff->report
66 struct hid_report *report; local
[all...]
H A Dhid-lg3ff.c49 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); local
56 memset(report->field[0]->value, 0,
57 sizeof(__s32) * report->field[0]->report_count);
69 report->field[0]->value[0] = 0x51;
75 report->field[0]->value[1] = (unsigned char)(-x);
76 report->field[0]->value[31] = (unsigned char)(-y);
78 hid_hw_request(hid, report, HID_REQ_SET_REPORT);
87 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); local
94 report->field[0]->value[0] = 0x51;
95 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-betopff.c34 struct hid_report *report; member in struct:betopff_device
47 betopff->report->field[2]->value[0] = left / 256;
48 betopff->report->field[3]->value[0] = right / 256;
50 hid_hw_request(hid, betopff->report, HID_REQ_SET_REPORT);
58 struct hid_report *report; local
79 report = list_first_entry(report_list, struct hid_report, list);
88 if (report->maxfield < 4) {
89 hid_err(hid, "not enough fields in the report: %d\n",
90 report->maxfield);
93 for (i = 0; i < report
[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-zpff.c22 struct hid_report *report; member in struct:zpff_device
45 zpff->report->field[2]->value[0] = left;
46 zpff->report->field[3]->value[0] = right;
48 hid_hw_request(hid, zpff->report, HID_REQ_SET_REPORT);
56 struct hid_report *report; local
69 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1);
70 if (!report)
86 zpff->report = report;
87 zpff->report
[all...]
H A Dhid-emsff.c19 struct hid_report *report; member in struct:emsff_device
37 emsff->report->field[0]->value[1] = weak;
38 emsff->report->field[0]->value[2] = strong;
41 hid_hw_request(hid, emsff->report, HID_REQ_SET_REPORT);
49 struct hid_report *report; local
68 report = list_first_entry(report_list, struct hid_report, list);
69 if (report->maxfield < 1) {
70 hid_err(hid, "no fields in the report\n");
74 if (report->field[0]->report_count < 7) {
91 emsff->report
[all...]
H A Dhid-dr.c28 struct hid_report *report; member in struct:drff_device
53 drff->report->field[0]->value[0] = 0x51;
54 drff->report->field[0]->value[1] = 0x00;
55 drff->report->field[0]->value[2] = weak;
56 drff->report->field[0]->value[4] = strong;
57 hid_hw_request(hid, drff->report, HID_REQ_SET_REPORT);
59 drff->report->field[0]->value[0] = 0xfa;
60 drff->report->field[0]->value[1] = 0xfe;
62 drff->report->field[0]->value[0] = 0xf3;
63 drff->report
77 struct hid_report *report; local
[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-axff.c28 struct hid_report *report; member in struct:axff_device
35 struct hid_report *report = axff->report; local
48 for (i = 0; i < report->maxfield; i++) {
49 for (j = 0; j < report->field[i]->report_count; j++) {
50 report->field[i]->value[j] =
57 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT);
65 struct hid_report *report; local
85 report = list_first_entry(report_list, struct hid_report, list);
86 for (i = 0; i < report
[all...]
H A Dhid-megaworld.c19 struct hid_report *report; member in struct:mwctrl_device
33 hid_hw_request(hid, mwctrl->report, HID_REQ_SET_REPORT);
41 struct hid_report *report; local
55 report = hid_validate_values(hid, HID_OUTPUT_REPORT, 0, i, 1);
56 if (!report)
72 mwctrl->report = report;
80 report->field[0]->value[0] = 0x02;
82 mwctrl->strong = &report->field[2]->value[0];
83 mwctrl->weak = &report
[all...]
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-lgff.c61 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); local
73 report->field[0]->value[0] = 0x51;
74 report->field[0]->value[1] = 0x08;
75 report->field[0]->value[2] = x;
76 report->field[0]->value[3] = y;
78 hid_hw_request(hid, report, HID_REQ_SET_REPORT);
88 report->field[0]->value[0] = 0x42;
89 report->field[0]->value[1] = 0x00;
90 report->field[0]->value[2] = left;
91 report
103 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); local
[all...]
H A Dhid-mf.c31 struct hid_report *report; member in struct:mf_device
50 mf->report->field[0]->value[0] = weak;
51 mf->report->field[0]->value[1] = strong;
52 hid_hw_request(hid, mf->report, HID_REQ_SET_REPORT);
65 struct hid_report *report; local
76 report = list_entry(report_ptr, struct hid_report, list);
78 if (report->maxfield < 1 || report->field[0]->report_count < 2) {
79 hid_err(hid, "Invalid report, this should never happen!\n");
104 mf->report
[all...]
H A Dhid-vivaldi-common.c35 struct hid_report *report = field->report; local
52 report_data = buf = hid_alloc_report_buf(report, GFP_KERNEL);
56 report_len = hid_report_len(report);
57 if (!report->id) {
59 * hid_hw_raw_request() will stuff report ID (which will be 0)
69 ret = hid_hw_raw_request(hdev, report->id, report_data,
74 field->report->id);
78 if (!report->id) {
90 dev_warn(&hdev->dev, "failed to report featur
[all...]
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-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-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);
/linux-master/drivers/virt/coco/
H A Dtsm.c25 * The TSM report interface is a common provider of blobs that facilitate
27 * service. A TSM report combines a user-defined blob (likely a public-key with
28 * a nonce for a key-exchange protocol) with a signed attestation report. That
30 * validate the attestation report. The expectation is that this interface is
32 * own their own report generation instances to generate reports as
35 * The attestation report format is TSM provider specific, when / if a standard
42 struct tsm_report report; member in struct:tsm_report_state
58 return &state->report;
61 static struct tsm_report_state *to_state(struct tsm_report *report) argument
63 return container_of(report, struc
66 try_advance_write_generation(struct tsm_report *report) argument
87 struct tsm_report *report = to_tsm_report(cfg); local
125 struct tsm_report *report = to_tsm_report(cfg); local
141 struct tsm_report *report = to_tsm_report(cfg); local
156 __read_report(struct tsm_report *report, void *buf, size_t count, enum tsm_data_select select) argument
180 read_cached_report(struct tsm_report *report, void *buf, size_t count, enum tsm_data_select select) argument
200 tsm_report_read(struct tsm_report *report, void *buf, size_t count, enum tsm_data_select select) argument
240 struct tsm_report *report = to_tsm_report(cfg); local
249 struct tsm_report *report = to_tsm_report(cfg); local
288 struct tsm_report *report = to_tsm_report(cfg); local
[all...]
/linux-master/drivers/mfd/
H A Dsi476x-cmd.c307 report CTS bit as being set in the first status byte read,
734 * @report: - all signal quality information returned by the command
741 struct si476x_rsq_status_report *report)
761 if (!report)
764 report->snrhint = 0x08 & resp[1];
765 report->snrlint = 0x04 & resp[1];
766 report->rssihint = 0x02 & resp[1];
767 report->rssilint = 0x01 & resp[1];
769 report->bltf = 0x80 & resp[2];
770 report
739 si476x_core_cmd_am_rsq_status(struct si476x_core *core, struct si476x_rsq_status_args *rsqargs, struct si476x_rsq_status_report *report) argument
788 si476x_core_cmd_fm_acf_status(struct si476x_core *core, struct si476x_acf_status_report *report) argument
824 si476x_core_cmd_am_acf_status(struct si476x_core *core, struct si476x_acf_status_report *report) argument
900 si476x_core_cmd_fm_rds_status(struct si476x_core *core, bool status_only, bool mtfifo, bool intack, struct si476x_rds_status_report *report) argument
966 si476x_core_cmd_fm_rds_blockcount(struct si476x_core *core, bool clear, struct si476x_rds_blockcount_report *report) argument
1166 si476x_core_cmd_fm_rsq_status_a10(struct si476x_core *core, struct si476x_rsq_status_args *rsqargs, struct si476x_rsq_status_report *report) argument
1219 si476x_core_cmd_fm_rsq_status_a20(struct si476x_core *core, struct si476x_rsq_status_args *rsqargs, struct si476x_rsq_status_report *report) argument
1274 si476x_core_cmd_fm_rsq_status_a30(struct si476x_core *core, struct si476x_rsq_status_args *rsqargs, struct si476x_rsq_status_report *report) argument
1370 si476x_core_cmd_agc_status_a20(struct si476x_core *core, struct si476x_agc_status_report *report) argument
1398 si476x_core_cmd_agc_status_a10(struct si476x_core *core, struct si476x_agc_status_report *report) argument
1509 si476x_core_cmd_fm_rsq_status(struct si476x_core *core, struct si476x_rsq_status_args *args, struct si476x_rsq_status_report *report) argument
1521 si476x_core_cmd_agc_status(struct si476x_core *core, struct si476x_agc_status_report *report) argument
[all...]
/linux-master/mm/kfence/
H A DMakefile3 obj-y := core.o report.o
/linux-master/tools/perf/tests/shell/
H A Dtest_task_analyzer.sh29 report() { function
40 report 1 "invocation of $1 command failed"
47 report 1 "$3" "Failed to find required string:'${1}'."
49 report 0 "$3"
72 perf script report task-analyzer > "$out"
73 check_exec_0 "perf script report task-analyzer"
79 perf script report task-analyzer --ns --rename-comms-by-tids 0:random > "$out"
80 check_exec_0 "perf script report task-analyzer --ns --rename-comms-by-tids 0:random"
86 perf script report task-analyzer --ms --filter-tasks perf --highlight-tasks perf \
88 check_exec_0 "perf script report tas
[all...]
/linux-master/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh25 report=-1
30 if [ "$percent" -ne "$report" ]; then
32 report="$percent"
/linux-master/include/net/netfilter/
H A Dnf_conntrack_ecache.h54 int report; member in struct:nf_ct_event
60 int report; member in struct:nf_exp_event
74 u32 portid, int report);
86 int report)
117 u32 portid, int report)
121 return nf_conntrack_eventmask_report(1 << event, ct, portid, report);
139 u32 portid, int report);
157 int report)
83 nf_conntrack_eventmask_report(unsigned int eventmask, struct nf_conn *ct, u32 portid, int report) argument
116 nf_conntrack_event_report(enum ip_conntrack_events event, struct nf_conn *ct, u32 portid, int report) argument
154 nf_ct_expect_event_report(enum ip_conntrack_expect_events e, struct nf_conntrack_expect *exp, u32 portid, int report) argument

Completed in 534 milliseconds

1234567891011>>