Searched refs:report (Results 151 - 175 of 314) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.c63 u8 report, cck_highpwr; local
71 report = cck_buf->cck_agc_rpt & 0xc0;
72 report = report >> 6;
73 switch (report) {
89 report = p_drvinfo->cfosho[0] & 0x60;
90 report = report >> 5;
91 switch (report) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dmac.c597 u8 report, cck_highpwr; local
607 report = cck_buf->cck_agc_rpt & 0xc0;
608 report = report >> 6;
609 switch (report) {
626 report = p_drvinfo->cfosho[0] & 0x60;
627 report = report >> 5;
628 switch (report) {
/linux-master/drivers/vfio/
H A Dvfio_main.c1121 struct vfio_device_feature_dma_logging_report report; local
1131 sizeof(report));
1135 if (copy_from_user(&report, arg, minsz))
1138 if (report.page_size < SZ_4K || !is_power_of_2(report.page_size))
1141 if (check_add_overflow(report.iova, report.length, &iova_end) ||
1145 iter = iova_bitmap_alloc(report.iova, report.length,
1146 report
[all...]
/linux-master/fs/exfat/
H A Dmisc.c26 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) argument
32 if (report) {
/linux-master/sound/soc/codecs/
H A D88pm860x-codec.c1206 int status, shrt, report = 0, mic_report = 0; local
1222 report |= SND_JACK_HEADPHONE;
1229 report |= pm860x->det.hs_shrt;
1232 report |= pm860x->det.hook_det;
1235 report |= pm860x->det.lo_shrt;
1237 if (report)
1238 snd_soc_jack_report(pm860x->det.hp_jack, report, mask);
1243 dev_dbg(pm860x->component->dev, "headphone report:0x%x, mask:%x\n",
1244 report, mask);
1245 dev_dbg(pm860x->component->dev, "microphone report
[all...]
/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.c65 struct snp_report_req report; member in union:snp_guest_dev::__anon211
490 struct snp_report_req *req = &snp_dev->req.report;
786 static int sev_report_new(struct tsm_report *report, void *data) argument
789 struct tsm_desc *desc = &report->desc;
850 report->outblob = no_free_ptr(rbuf);
851 report->outblob_len = hdr.report_size;
866 /* No certs to report */
882 report->auxblob = no_free_ptr(cbuf);
883 report->auxblob_len = certs_size;
/linux-master/mm/
H A Dpage_reporting.c129 * report on the new larger page when we make our way
141 * The page reporting cycle consists of 4 stages, fill, report, drain, and
221 /* release lock before waiting on report processing */
225 err = prdev->report(prdev, sgl, PAGE_REPORTING_CAPACITY);
230 /* update budget to reflect call to report function */
241 * since we dropped the lock to report the pages
292 /* report the leftover pages before going idle */
296 err = prdev->report(prdev, sgl, leftover);
298 /* flush any remaining pages out from the last report */
/linux-master/drivers/hid/
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-sensor-custom.c86 {0x200304, "property-min-report-interval"},
96 {0x20030E, "property-report-interval"},
171 * It is possible that the power/report state ids are not present.
223 "Set report state failed\n");
477 struct hid_report *report,
499 sensor_field->attribute.report_id = report->id;
534 struct hid_report *report; local
538 list_for_each_entry(report, &report_enum->report_list, list) {
539 for (i = 0; i < report->maxfield; ++i) {
540 field = report
475 hid_sensor_custom_add_field(struct hid_sensor_custom *sensor_inst, int index, int report_type, struct hid_report *report, struct hid_field *field) argument
[all...]
H A Dhid-apple.c573 struct hid_report *report; local
579 report = report_enum->report_id_hash[hdev->battery_report_id];
581 if (!report || report->maxfield < 1)
587 hid_hw_request(hdev, report, HID_REQ_GET_REPORT);
616 "fixing up Magic Keyboard JIS report descriptor\n");
623 "fixing up MacBook JIS keyboard report descriptor\n");
638 "fixing up Magic Keyboard battery report descriptor\n");
730 struct hid_report *report; local
732 list_for_each_entry(report,
[all...]
H A Dwacom_wac.c137 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */
145 input_report_abs(input, ABS_MISC, 0); /* report tool id */
153 input_report_abs(input, ABS_MISC, STYLUS_DEVICE_ID); /* report tool id */
163 "%s: received unknown report #%d\n", __func__, data[0]);
179 "%s: received unknown report #%d\n", __func__, data[0]);
238 "%s: received unknown report #%d\n", __func__, data[0]);
251 input_report_abs(input, ABS_MISC, wacom->id[0]); /* report tool id */
267 "%s: received report #%d", __func__, data[0]);
298 "%s: received unknown report #%d", __func__, data[0]);
355 "%s: received unknown report #
2010 wacom_wac_battery_pre_report(struct hid_device *hdev, struct hid_report *report) argument
2016 wacom_wac_battery_report(struct hid_device *hdev, struct hid_report *report) argument
2247 wacom_wac_pad_pre_report(struct hid_device *hdev, struct hid_report *report) argument
2256 wacom_wac_pad_report(struct hid_device *hdev, struct hid_report *report, struct hid_field *field) argument
2513 wacom_wac_pen_pre_report(struct hid_device *hdev, struct hid_report *report) argument
2523 wacom_wac_pen_report(struct hid_device *hdev, struct hid_report *report) argument
2775 wacom_wac_finger_pre_report(struct hid_device *hdev, struct hid_report *report) argument
2838 wacom_wac_finger_report(struct hid_device *hdev, struct hid_report *report) argument
2911 wacom_report_events(struct hid_device *hdev, struct hid_report *report, int collection_index, int field_index) argument
2937 wacom_wac_collection(struct hid_device *hdev, struct hid_report *report, int collection_index, struct hid_field *field, int field_index) argument
2965 wacom_wac_report(struct hid_device *hdev, struct hid_report *report) argument
[all...]
H A Dhid-saitek.c6 * Fixes the HID report descriptor by removing a non-existent axis and
79 hid_info(hdev, "Fixing up Saitek PS1000 report descriptor\n");
94 struct hid_report *report, u8 *raw_data, int size)
139 * according to the HID report descriptor
164 /* report missing release event */
93 saitek_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
H A Dhid-roccat-konepure.c175 struct hid_report *report, u8 *data, int size)
174 konepure_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dhid-roccat-savu.c173 struct hid_report *report, u8 *data, int size)
172 savu_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
H A Dhid-steelseries.c47 /* Fixed report descriptor for Steelseries SRW-S1 wheel controller
132 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); local
133 __s32 *value = report->field[0]->value;
152 hid_hw_request(hdev, report, HID_REQ_SET_REPORT);
582 hid_info(hdev, "Fixing up Steelseries SRW-S1 report descriptor\n");
590 struct hid_report *report, u8 *read_buf,
589 steelseries_headset_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *read_buf, int size) argument
/linux-master/tools/perf/
H A Dbuiltin-kwork.c36 * report header elements width
209 if (kwork->report == KWORK_REPORT_LATENCY)
434 * report top needs to collect the runtime of all tasks to
437 if ((kwork->report != KWORK_REPORT_TOP) &&
1015 if (kwork->report == KWORK_REPORT_TOP) {
1144 if (kwork->report == KWORK_REPORT_TOP) {
1374 if (kwork->report == KWORK_REPORT_RUNTIME) {
1378 } else if (kwork->report == KWORK_REPORT_LATENCY) { // avg delay
1393 if (kwork->report == KWORK_REPORT_RUNTIME) {
1409 else if (kwork->report
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_recv.c718 u8 report; local
727 report = pcck_buf->cck_agc_rpt & 0xc0;
728 report >>= 6;
729 switch (report) {
753 report = ((u8)(le32_to_cpu(pphy_stat->phydw1) >> 8)) &
755 report >>= 5;
756 switch (report) {
/linux-master/sound/soc/intel/boards/
H A Dbytcr_rt5651.c570 int report; local
648 report = 0;
650 report = SND_JACK_HEADSET | SND_JACK_BTN_0;
652 report = SND_JACK_HEADSET;
654 if (report) {
656 report, &priv->jack,
664 if (report & SND_JACK_BTN_0)
/linux-master/drivers/hid/i2c-hid/
H A Di2c-hid-core.c245 * Device will send report data through data register. Because
254 * In addition to report data device will supply data length
261 "failed to set a report to device: %d\n", error);
268 /* Check for empty report response */
277 "device returned incorrect report (%d vs %d expected)\n",
303 * i2c_hid_set_or_send_report: forward an incoming report to the device
306 * @report_id: the report ID
307 * @buf: the actual data to transfer, without the report ID
309 * @do_set: true: use SET_REPORT HID command, false: send plain OUTPUT report
345 * With simple "send report" al
558 i2c_hid_get_report_length(struct hid_report *report) argument
570 struct hid_report *report; local
[all...]
/linux-master/drivers/input/mouse/
H A Delan_i2c_core.c1013 static void elan_report_trackpoint(struct elan_tp_data *data, u8 *report) argument
1016 u8 *packet = &report[ETP_REPORT_ID_OFFSET + 1];
1023 "received a trackpoint report while no trackpoint device has been created. Please report upstream.\n");
1046 u8 report[ETP_MAX_REPORT_LEN]; local
1058 error = data->ops->get_report(data->client, report, data->report_len);
1062 switch (report[ETP_REPORT_ID_OFFSET]) {
1064 elan_report_absolute(data, report, false);
1067 elan_report_absolute(data, report, true);
1071 elan_report_trackpoint(data, report);
[all...]
H A Delan_i2c_smbus.c487 u8 *report, unsigned int report_len)
495 &report[ETP_SMBUS_REPORT_OFFSET]);
497 dev_err(&client->dev, "failed to read report data: %d\n", len);
501 if (report[ETP_REPORT_ID_OFFSET] == ETP_TP_REPORT_ID2)
506 "wrong report length (%d vs %d expected)\n",
486 elan_smbus_get_report(struct i2c_client *client, u8 *report, unsigned int report_len) argument
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-usb.c196 * si470x_get_report - receive a HID report
200 unsigned char *report = buf; local
207 report[0], 2,
219 * si470x_set_report - send a HID report
223 unsigned char *report = buf; local
230 report[0], 2,
708 "If you have some trouble using this driver, please report to V4L ML at linux-media@vger.kernel.org\n");
/linux-master/crypto/
H A Dkpp.c100 .report = crypto_kpp_report,
H A Dsig.c65 .report = crypto_sig_report,
/linux-master/tools/perf/util/
H A Dkwork.h119 * runtime report
127 * latency report
135 * top report
225 enum kwork_report_type report; member in struct:perf_kwork

Completed in 287 milliseconds

1234567891011>>