Searched refs:report (Results 176 - 200 of 314) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh158 "${MAKE[@]}" report | grep passed
/linux-master/drivers/hid/
H A Dwacom.h62 * - Minor data report fix
235 void wacom_wac_report(struct hid_device *hdev, struct hid_report *report);
H A Dhid-asus.c325 struct hid_report *report, u8 *data, int size)
340 * Skip these report ID, the device emits a continuous stream associated
343 if (report->id == FEATURE_KBD_LED_REPORT_ID1 ||
344 report->id == FEATURE_KBD_LED_REPORT_ID2) {
346 /* Additional report filtering */
347 } else if (report->id == FEATURE_KBD_REPORT_ID) {
394 * The report ID should be set from the incoming buffer due to LED and key
479 /* begin second report ID with same data */
622 * [0] REPORT_ID (same value defined in report descriptor)
786 hi->report
324 asus_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) argument
[all...]
H A Dhid-nintendo.c45 * Reference the url below for the following HID report defines:
146 /* How many samples to sum before calculating average IMU report delta */
630 unsigned int imu_timestamp_us; /* timestamp we report to userspace */
631 unsigned int imu_last_pkt_ms; /* used to calc imu report delta */
632 /* the following are used to track the average imu report time delta */
816 hid_dbg(hdev, "Failed to send output report ret=%d\n", ret);
826 * report prior to sending the subcommand. This improves
841 "timeout waiting for input report\n");
891 * Wait a short time after receiving an input report before
1026 struct joycon_input_report *report; local
2451 struct joycon_input_report *report; local
2603 struct joycon_input_report *report; local
2645 nintendo_hid_event(struct hid_device *hdev, struct hid_report *report, u8 *raw_data, int size) argument
[all...]
H A Dhid-creative-sb0540.c150 struct hid_report *report, u8 *data, int len)
181 /* let hidraw and hiddev handle the report */
149 creative_sb0540_raw_event(struct hid_device *hid, struct hid_report *report, u8 *data, int len) argument
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c56 ipl_report_add_component(data->report, &buf,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dumc_v12_0.c502 struct aca_bank_report *report, void *data)
508 ret = aca_bank_info_decode(bank, &report->info);
516 report->count[type] = 1;
521 report->count[type] = 1;
501 umc_v12_0_aca_bank_generate_report(struct aca_handle *handle, struct aca_bank *bank, enum aca_error_type type, struct aca_bank_report *report, void *data) argument
/linux-master/include/net/netfilter/
H A Dnf_conntrack.h200 bool nf_ct_delete(struct nf_conn *ct, u32 pid, int report);
241 int report; member in struct:nf_ct_iter_data
/linux-master/fs/fat/
H A Dmisc.c21 void __fat_fs_error(struct super_block *sb, int report, const char *fmt, ...) argument
27 if (report) {
/linux-master/sound/soc/intel/boards/
H A Dbdw-rt5677.c105 .report = SND_JACK_HEADPHONE,
111 .report = SND_JACK_MICROPHONE,
H A Dkbl_rt5660.c82 .report = SND_JACK_LINEOUT,
88 .report = SND_JACK_MICROPHONE,
H A Dcht_bsw_max98090_ti.c166 .report = SND_JACK_HEADPHONE | SND_JACK_LINEOUT,
172 .report = SND_JACK_MICROPHONE,
/linux-master/drivers/firmware/arm_scmi/
H A Dbase.c327 void *report, u32 *src_id)
331 struct scmi_base_error_report *r = report;
324 scmi_base_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
H A Dpower.c273 void *report, u32 *src_id)
276 struct scmi_power_state_changed_report *r = report;
270 scmi_power_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
H A Dreset.c291 void *report, u32 *src_id)
294 struct scmi_reset_issued_report *r = report;
288 scmi_reset_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py186 # '/' not found: not a numbered report
193 print("sending 1 report:")
196 for report in reports:
197 print("\t", report)
275 If this fail, there is something wrong in the device report
/linux-master/include/linux/
H A Dfsnotify.h431 struct fs_error_report report = { local
437 return fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR,
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c640 struct reportpwrstate_parm report; local
642 report.state = PS_STATE_S2;
643 cpwm_int_hdl(adapter, &report);
664 struct reportpwrstate_parm report; local
666 report.state = PS_STATE_S2;
667 cpwm_int_hdl(padapter, &report);
/linux-master/net/netfilter/
H A Dnf_conntrack_expect.c48 u32 portid, int report)
65 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report);
490 u32 portid, int report, unsigned int flags)
502 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report);
537 u32 portid, int report)
554 nf_ct_unlink_expect_report(exp, portid, report);
47 nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, u32 portid, int report) argument
489 nf_ct_expect_related_report(struct nf_conntrack_expect *expect, u32 portid, int report, unsigned int flags) argument
534 nf_ct_expect_iterate_net(struct net *net, bool (*iter)(struct nf_conntrack_expect *e, void *data), void *data, u32 portid, int report) argument
/linux-master/fs/unicode/
H A Dmkutf8data.c1752 int report; local
1760 report = 0;
1769 report++;
1771 report++;
1774 report++;
1776 report++;
1778 report++;
1782 report++;
1785 report++;
1788 report
[all...]
/linux-master/sound/soc/codecs/
H A Dwm8994.c3492 * @jack: jack to report detection events on
3581 int report; local
3595 report = 0;
3598 report = SND_JACK_HEADSET;
3602 report = SND_JACK_HEADPHONE;
3604 report |= SND_JACK_BTN_0;
3606 if (report)
3611 snd_soc_jack_report(priv->micdet[0].jack, report,
3614 report = 0;
3617 report
3673 int report; local
[all...]
/linux-master/drivers/block/
H A Dvirtio_blk.c667 struct virtio_blk_zone_report *report; local
676 report = virtblk_alloc_report_buffer(vblk, nr_zones, &buflen);
677 if (!report)
688 memset(report, 0, buflen);
690 ret = virtblk_submit_zone_report(vblk, (char *)report,
695 nz = min_t(u64, virtio64_to_cpu(vblk->vdev, report->nr_zones),
701 ret = virtblk_parse_zone(vblk, &report->zones[i],
707 report->zones[i].z_start) +
719 kvfree(report);
/linux-master/Documentation/trace/postprocess/
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();
/linux-master/crypto/
H A Dcrypto_user_base.c127 if (alg->cra_type && alg->cra_type->report) {
128 if (alg->cra_type->report(skb, alg))
/linux-master/drivers/regulator/
H A Drt5190a-regulator.c154 unsigned int report; member in struct:__anon2606
185 event_tbl[i].report,

Completed in 255 milliseconds

1234567891011>>