Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 169) sorted by relevance

1234567

/Zephyr-latest/cmake/reports/
DCMakeLists.txt14 foreach(report ram_report rom_report footprint)
16 ${report}
24 ${flag_for_${report}}
26 $<TARGET_PROPERTY:zephyr_property_target,${report}_DEPENDENCIES>
33 foreach(report ram_report rom_report footprint)
35 tfm_${report}
43 ${flag_for_${report}}
52 foreach(report ram_report rom_report footprint)
54 bl2_${report}
62 ${flag_for_${report}}
[all …]
/Zephyr-latest/subsys/bluetooth/host/
Ddirection_internal.h11 struct bt_df_per_adv_sync_iq_samples_report *report,
14 struct bt_df_per_adv_sync_iq_samples_report *report,
17 struct bt_df_conn_iq_samples_report *report,
20 struct bt_df_conn_iq_samples_report *report,
23 struct bt_df_conn_iq_samples_report *report,
Ddirection.c373 struct bt_df_per_adv_sync_iq_samples_report *report, in hci_df_prepare_connectionless_iq_report() argument
404 report->chan_idx = evt->chan_idx; in hci_df_prepare_connectionless_iq_report()
405 report->rssi = sys_le16_to_cpu(evt->rssi); in hci_df_prepare_connectionless_iq_report()
406 report->rssi_ant_id = evt->rssi_ant_id; in hci_df_prepare_connectionless_iq_report()
407 report->cte_type = BIT(evt->cte_type); in hci_df_prepare_connectionless_iq_report()
408 report->packet_status = evt->packet_status; in hci_df_prepare_connectionless_iq_report()
409 report->slot_durations = evt->slot_durations; in hci_df_prepare_connectionless_iq_report()
410 report->per_evt_counter = sys_le16_to_cpu(evt->per_evt_counter); in hci_df_prepare_connectionless_iq_report()
411 report->sample_type = BT_DF_IQ_SAMPLE_8_BITS_INT; in hci_df_prepare_connectionless_iq_report()
412 report->sample_count = evt->sample_count; in hci_df_prepare_connectionless_iq_report()
[all …]
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c247 static void cte_recv_cb(struct bt_conn *conn, struct bt_df_conn_iq_samples_report const *report) in cte_recv_cb() argument
253 if (report->err == BT_DF_IQ_REPORT_ERR_SUCCESS) { in cte_recv_cb()
256 sample_type2str(report->sample_type), report->sample_count, in cte_recv_cb()
257 cte_type2str(report->cte_type), report->slot_durations, in cte_recv_cb()
258 packet_status2str(report->packet_status), report->rssi); in cte_recv_cb()
261 for (uint8_t idx = 0; idx < report->sample_count; idx++) { in cte_recv_cb()
262 if (report->sample_type == BT_DF_IQ_SAMPLE_8_BITS_INT) { in cte_recv_cb()
263 printk(" IQ[%d]: %d, %d\n", idx, report->sample[idx].i, in cte_recv_cb()
264 report->sample[idx].q); in cte_recv_cb()
268 report->sample16[idx].i, report->sample16[idx].q); in cte_recv_cb()
[all …]
/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c54 UDC_STATIC_BUF_DEFINE(report, KB_REPORT_COUNT);
235 report[KB_KEY_CODE1] = HID_KEY_NUMLOCK; in main()
237 report[KB_KEY_CODE1] = 0; in main()
243 report[KB_KEY_CODE2] = HID_KEY_CAPSLOCK; in main()
245 report[KB_KEY_CODE2] = 0; in main()
251 report[KB_KEY_CODE3] = HID_KEY_SCROLLLOCK; in main()
253 report[KB_KEY_CODE3] = 0; in main()
259 report[KB_MOD_KEY] = HID_KBD_MODIFIER_RIGHT_ALT; in main()
260 report[KB_KEY_CODE4] = HID_KEY_1; in main()
261 report[KB_KEY_CODE5] = HID_KEY_2; in main()
[all …]
/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h124 struct report { struct
194 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
197 JSON_OBJ_DESCR_OBJECT_NAMED(struct report,
200 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
203 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
206 JSON_OBJ_DESCR_PRIM(struct report,
208 JSON_OBJ_DESCR_PRIM(struct report,
210 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
213 JSON_OBJ_DESCR_PRIM(struct report,
Dupdatehub.c598 static int report(enum updatehub_state state) in report() function
600 struct report report; in report() local
621 memset(&report, 0, sizeof(report)); in report()
622 report.product_uid = CONFIG_UPDATEHUB_PRODUCT_UID; in report()
623 report.device_identity.id = device_id; in report()
624 report.version = firmware_version; in report()
625 report.hardware = CONFIG_BOARD; in report()
626 report.status = exec; in report()
627 report.package_uid = update_info.package_uid; in report()
631 report.previous_state = in report()
[all …]
/Zephyr-latest/scripts/coccinelle/
Dint_ms_to_timeout.cocci17 virtual report
77 depends on report
85 depends on report
92 coccilib.report.print_report(p[0], msg);
126 depends on report
141 depends on report
155 depends on report
161 coccilib.report.print_report(p[0], msg);
164 depends on report
170 coccilib.report.print_report(p[0], msg);
[all …]
Dfind_functions.cocci6 // In report mode:
17 virtual report
25 depends on report
62 depends on report
72 depends on report
84 depends on report
104 depends on report
117 depends on report
Dms_timeout.cocci16 virtual report
41 depends on report
56 depends on report
63 coccilib.report.print_report(p[0], msg);
96 depends on report
112 depends on report
119 coccilib.report.print_report(p[0], msg);
155 depends on report
170 depends on report
177 coccilib.report.print_report(p[0], msg);
Didentifier_length.cocci4 virtual report
23 @script:python depends on report@
30 coccilib.report.print_report(pos[0], msg)
Dderef_null.cocci15 virtual report
49 // For org and report modes
51 @r depends on !context && (org || report) && !(file in "ext") exists@
91 @script:python depends on !context && !org && report@
98 coccilib.report.print_report(p[0], msg)
101 @script:python depends on !context && org && !report@
112 @s depends on !context && (org || report) exists@
151 @script:python depends on !context && !org && report@
158 coccilib.report.print_report(p[0], msg)
160 @script:python depends on !context && org && !report@
[all …]
Darray_size.cocci16 virtual report
59 // For org and report mode
62 @r depends on (org || report) && !(file in "ext")@
81 @script:python depends on report@
86 coccilib.report.print_report(p[0], msg)
Dfind_dev_usage.cocci11 virtual report
18 depends on report
27 coccilib.report.print_report(p[0], msg)
31 coccilib.report.print_report(p[0], msg)
46 depends on report
Dunsigned_lesser_than_zero.cocci10 virtual report
28 @script:python depends on report@
33 coccilib.report.print_report(p[0], msg)
Dreturnvar.cocci12 virtual report
39 @r1 depends on (report || org) && !(file in "ext")@
50 @script:python depends on report@
56 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret +
Dsame_identifier.cocci9 virtual report
34 coccilib.report.print_report(p[0], msg)
55 coccilib.report.print_report(p[0], msg)
76 coccilib.report.print_report(p[0], msg)
Dboolean.cocci9 virtual report
50 coccilib.report.print_report(p[0], msg)
79 coccilib.report.print_report(p[0], msg)
100 coccilib.report.print_report(p[0], msg)
/Zephyr-latest/samples/bluetooth/iso_receive/
DKconfig9 int "Interval between each packet report"
13 Only print the packet report once in a given interval of ISO packets.
16 bool "Align report interval with incoming packets"
19 This may be needed if report printouts are to be synchronized between
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c68 struct bt_df_per_adv_sync_iq_samples_report const *report);
208 struct bt_df_per_adv_sync_iq_samples_report const *report) in cte_recv_cb() argument
212 bt_le_per_adv_sync_get_index(sync), sample_type2str(report->sample_type), in cte_recv_cb()
213 report->sample_count, cte_type2str(report->cte_type), report->slot_durations, in cte_recv_cb()
214 pocket_status2str(report->packet_status), report->rssi); in cte_recv_cb()
217 for (uint8_t idx = 0; idx < report->sample_count; idx++) { in cte_recv_cb()
218 if (report->sample_type == BT_DF_IQ_SAMPLE_8_BITS_INT) { in cte_recv_cb()
219 printk(" IQ[%d]: %d, %d\n", idx, report->sample[idx].i, in cte_recv_cb()
220 report->sample[idx].q); in cte_recv_cb()
222 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, report->sample16[idx].i, in cte_recv_cb()
[all …]
/Zephyr-latest/scripts/
Dcoccicheck110 echo 'Available modes are the following: 'patch', 'report', 'context', 'org''
157 if [[ $VIRTUAL == *report* ]]; then
158 MODE=report
208 run_cmd_parmap $SPATCH -D report \
215 run_cmd_parmap $SPATCH -D report \
223 MODE=report
/Zephyr-latest/scripts/tests/twister/
DREADME.md31 Then we can generate the coverage report for just twister script using
34 coverage report -m $ZEPHYR_BASE/scripts/pylib/twister/
37 To generate the coverage report for twister script use below command
40 coverage report -m $ZEPHYR_BASE/scripts/twister
43 The html coverage report for twister can be generated using
49 If needed,the full coverage html report can be generated in every run of "pytest" in the tests dire…
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtwister_main.py129 if tplan.report() == 0:
153 report = Reporting(tplan, env)
156 report.json_report(plan_file, env.version)
159 report.json_report(options.save_tests, env.version)
166 report.synopsis()
202 report.footprint_reports(
215 report.summary(runner.results, options.disable_unrecognized_section_test, duration)
227 report.save_reports(
235 report.synopsis()
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DKconfig9 int "Interval between each packet report"
13 Only print the packet report once in a given interval of ISO packets.
/Zephyr-latest/tests/posix/eventfd/src/
Dstress.c59 uint64_t report; in th_fun() local
65 for (now = k_uptime_get(), end = now + end_ms, report = now + report_ms; now < end; in th_fun()
76 if (now >= report) { in th_fun()
78 report += report_ms; in th_fun()

1234567