/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 85 --terse one line per report 110 --mailback only produce a report in case of warnings/errors 115 --test-only=WORD report only warnings/errors containing WORD 1126 NOTE: If any of the errors are false positives, please report 2086 sub report { subroutine 2118 push(our @report, $output); 2124 our @report; 2214 if (report("ERROR", $type, $msg)) { 2224 if (report("WARNING", $type, $msg)) { 2234 if ($check && report("CHEC [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 93 --terse one line per report 118 --mailback only produce a report in case of warnings/errors 123 --test-only=WORD report only warnings/errors containing WORD 1364 NOTE: If any of the errors are false positives, please report 2330 sub report { subroutine 2371 push(our @report, $output); 2377 our @report; 2467 if (report("ERROR", $type, $msg)) { 2477 if (report("WARNING", $type, $msg)) { 2487 if ($check && report("CHEC [all...] |
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 90 --terse one line per report 115 --mailback only produce a report in case of warnings/errors 120 --test-only=WORD report only warnings/errors containing WORD 1302 NOTE: If any of the errors are false positives, please report 2268 sub report { subroutine 2309 push(our @report, $output); 2315 our @report; 2405 if (report("ERROR", $type, $msg)) { 2415 if (report("WARNING", $type, $msg)) { 2425 if ($check && report("CHEC [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 4065 u8 report; in rtl8192_query_rxphystatus() local 4070 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus() 4071 report >>= 6; in rtl8192_query_rxphystatus() 4072 switch (report) { in rtl8192_query_rxphystatus() 4087 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus() 4088 report >>= 5; in rtl8192_query_rxphystatus() 4089 switch (report) { in rtl8192_query_rxphystatus()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ |
H A D | r8192U_core.c | 3878 u8 report; in rtl8192_query_rxphystatus() local 3883 report = pcck_buf->cck_agc_rpt & 0xc0; in rtl8192_query_rxphystatus() 3884 report >>= 6; in rtl8192_query_rxphystatus() 3885 switch (report) { in rtl8192_query_rxphystatus() 3900 report = pcck_buf->cck_agc_rpt & 0x60; in rtl8192_query_rxphystatus() 3901 report >>= 5; in rtl8192_query_rxphystatus() 3902 switch (report) { in rtl8192_query_rxphystatus()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ahash.c | 539 .report = crypto_ahash_report,
|
H A D | shash.c | 501 .report = crypto_shash_report,
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-roccat-kone.c | 841 static int kone_raw_event(struct hid_device *hdev, struct hid_report *report, in kone_raw_event() argument
|
H A D | hid-roccat-kovaplus.c | 602 struct hid_report *report, u8 *data, int size) in kovaplus_raw_event() 601 kovaplus_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) kovaplus_raw_event() argument
|
H A D | hid-roccat-pyra.c | 544 static int pyra_raw_event(struct hid_device *hdev, struct hid_report *report, in pyra_raw_event() argument
|
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | simple-card-utils.c | 580 sjack->gpio.report = mask; in asoc_simple_init_jack()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | shash.c | 552 .report = crypto_shash_report,
|
H A D | ahash.c | 509 .report = crypto_ahash_report,
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-roccat-kone.c | 844 static int kone_raw_event(struct hid_device *hdev, struct hid_report *report, in kone_raw_event() argument
|
H A D | hid-roccat-kovaplus.c | 605 struct hid_report *report, u8 *data, int size) in kovaplus_raw_event() 604 kovaplus_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) kovaplus_raw_event() argument
|
H A D | hid-roccat-pyra.c | 547 static int pyra_raw_event(struct hid_device *hdev, struct hid_report *report, in pyra_raw_event() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | corsair-psu.c | 47 * strings, both are slightly longer now, report vendor and product in one string and are 849 static int corsairpsu_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, in corsairpsu_raw_event() argument
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 634 if ! perf_record_no_bpf -o- -e intel_pt//u uname | perf report -q -i- --itrace=i10000 ; then 635 echo "perf record + report failed with pipe mode"
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 16 # include other unittest suites in the coverage report. 161 print(cls._cov.report(show_missing=True)) 310 # After recent changes we report all flags, including the file names. 447 """Test the report feature. 456 '--report',
|
/third_party/node/src/ |
H A D | node_binding.cc | 70 V(report) \
|
/third_party/python/Lib/ |
H A D | trace.py | 46 # make a report, placing output in /tmp 601 'One of these (or --report) must be given') 607 '--no-report below.') 621 _grp.add_argument('-r', '--report', action='store_true', 622 help='Generate a report from a counts file; does not execute any ' 626 _grp.add_argument('-R', '--no-report', action='store_true', 627 help='Do not generate the coverage report files. ' 633 help='Directory where the report files go. The coverage report ' 641 'Can only be used with --count or --report') [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 5005 const struct rrm_measurement_report_element *report; in handle_action_cb() local 5046 if (len < 24 + 5 + sizeof(*report)) in handle_action_cb() 5048 report = (const struct rrm_measurement_report_element *) in handle_action_cb() 5052 report->eid == WLAN_EID_MEASURE_REQUEST && in handle_action_cb() 5053 report->len >= 3 && in handle_action_cb() 5054 report->type == MEASURE_TYPE_BEACON) in handle_action_cb()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | af_netlink.c | 1593 * netlink_set_err - report error to broadcast listeners 2522 * @report: 1 to report back, 0 to disable 2526 unsigned int group, int report, gfp_t flags) in nlmsg_notify() 2533 if (report) { in nlmsg_notify() 2545 if (report) { in nlmsg_notify() 2525 nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, unsigned int group, int report, gfp_t flags) nlmsg_notify() argument
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | af_netlink.c | 1615 * netlink_set_err - report error to broadcast listeners 2570 * @report: 1 to report back, 0 to disable 2574 unsigned int group, int report, gfp_t flags) in nlmsg_notify() 2581 if (report) { in nlmsg_notify() 2593 if (report) { in nlmsg_notify() 2573 nlmsg_notify(struct sock *sk, struct sk_buff *skb, u32 portid, unsigned int group, int report, gfp_t flags) nlmsg_notify() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 644 bool nf_ct_delete(struct nf_conn *ct, u32 portid, int report) in nf_ct_delete() argument 662 portid, report) < 0) { in nf_ct_delete() 2419 nf_ct_delete(ct, iter_data->portid, iter_data->report); in nf_ct_iterate_cleanup()
|