Home
last modified time | relevance | path

Searched +refs:report +refs:size (Results 1 – 25 of 65) sorted by relevance

123

/Zephyr-latest/subsys/mgmt/updatehub/
Dupdatehub_priv.h93 int size; member
124 struct report { struct
148 size, JSON_TOK_NUMBER),
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,
[all …]
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/drivers/bluetooth/hci/
DKconfig.silabs13 int "Memory buffer size"
16 Select the size of allocated memory buffer for the Silicon Labs
27 int "Accept list size"
30 Accept list size.
39 int "Completed packet report event timeout"
42 Completed packet report event timeout.
45 int "Link layer stack size"
48 Link layer stack size.
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_hid_api.c21 const uint16_t size, const uint8_t *const report) in hid_device_submit_report() argument
25 return api->submit_report(dev, size, report); in hid_device_submit_report()
133 const uint8_t *const report) in wrapper_input_report_done() argument
135 ARG_UNUSED(report); in wrapper_input_report_done()
207 const uint8_t *desc, size_t size, in usb_hid_register_device() argument
213 if (hid_device_register(dev, desc, size, wrappers[i].ops)) { in usb_hid_register_device()
Dusbd_hid_internal.h19 const uint16_t size, const uint8_t *const report);
Dusbd_hid.c238 const size_t size = setup->wLength; in handle_get_report() local
244 ret = ops->get_report(dev, type, id, size, buf->data); in handle_get_report()
248 ret = ops->get_report(dev, type, id, size, buf->data); in handle_get_report()
252 ret = ops->get_report(dev, type, id, size, buf->data); in handle_get_report()
502 const uint16_t size, void *const data, in hid_buf_alloc_ext() argument
510 buf = net_buf_alloc_with_data(dcfg->pool_in, data, size, K_NO_WAIT); in hid_buf_alloc_ext()
565 const uint16_t size, const uint8_t *const report) in hid_dev_submit_report() argument
574 __ASSERT(IS_ALIGNED(report, sizeof(void *)), "Report buffer is not aligned"); in hid_dev_submit_report()
580 buf = hid_buf_alloc_ext(dcfg, size, (void *)report, hid_get_in_ep(c_data)); in hid_dev_submit_report()
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_hid.h163 const uint8_t *const report);
213 const uint16_t size, const uint8_t *const report);
/Zephyr-latest/samples/subsys/usb/hid-keyboard/
Dlarge_in_report.overlay11 in-report-size = <256>;
Dlarge_out_report.overlay12 out-report-size = <128>;
Dout_report.overlay12 out-report-size = <64>;
Dapp.overlay12 in-report-size = <64>;
/Zephyr-latest/samples/subsys/usb/hid-mouse/
Dusbd_next.overlay13 in-report-size = <64>;
/Zephyr-latest/scripts/coccinelle/
Dnoderef.cocci1 /// sizeof when applied to a pointer typed expression gives the size of
12 virtual report
76 @script:python depends on report@
81 coccilib.report.print_report(p[0],msg)
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c49 return DIV_ROUND_UP(srv->state.xfer.size, in block_count_get()
173 k_work_reschedule(&srv->pull.report, REPORT_TIMER_TIMEOUT); in report_sent()
225 k_work_cancel_delayable(&srv->pull.report); in cancel()
238 k_work_cancel_delayable(&srv->pull.report); in suspend()
257 k_work_cancel_delayable(&srv->pull.report); in end()
303 CONTAINER_OF(work, struct bt_mesh_blob_srv, pull.report.work); in report_timeout()
341 net_buf_simple_add_le32(&buf, srv->state.xfer.size); in xfer_status_rsp()
444 size_t size; in handle_xfer_start() local
452 size = net_buf_simple_pull_le32(buf); in handle_xfer_start()
457 size, (1U << block_size_log), mtu_size, in handle_xfer_start()
[all …]
/Zephyr-latest/subsys/usb/device/class/hid/
DKconfig35 int "USB HID Device Interrupt Endpoint size"
38 USB HID Device interrupt endpoint size
54 in the report descriptor and report itself.
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.dtm42 bool "Connectionless IQ report HCI event [EXPERIMENTAL]"
52 int "IQ Report pool size"
/Zephyr-latest/drivers/input/
DKconfig.sbus16 int "Stack size for the sbus thread"
28 int "Minimal change in signal to report"
/Zephyr-latest/doc/develop/test/
Dcoverage.rst27 reporting is limited by available RAM size and so is currently enabled only
42 To report the coverage for the particular test application set :kconfig:option:`CONFIG_COVERAGE`.
47 These steps will produce an HTML coverage report for a single application.
142 generate a coverage report from the tests which were executed.
157 which will produce ``twister-out/coverage/index.html`` report as well as
163 To generate code coverage report including Zephyr sources as well as your application
188 which produces a report in the same location as non-unit testing.
/Zephyr-latest/subsys/input/
Dinput_utils.c135 int size = sizeof(kbd_matrix_buf); in kbd_matrix_state_log_entry() local
147 ret = snprintf(buf, size, "%" PRIkbdrow "%s", data[i], sep); in kbd_matrix_state_log_entry()
149 ret = snprintf(buf, size, "%s%s", blank, sep); in kbd_matrix_state_log_entry()
151 size -= ret; in kbd_matrix_state_log_entry()
157 if (size < 1) { in kbd_matrix_state_log_entry()
286 SHELL_CMD_ARG(report, NULL,
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md9 with explicit scheme having all required Twister JSON report objects associated
11 Besides, it allows to track changes in Twister JSON report scheme
21 in the current Twister report format and in the upload script itself.
22 Tune resulting data scheme and size depending on your particular needs.
138 …tore Memory Footprint data reported in `twister-footprint.json` (see Twister `--footprint-report`).
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst63 Use command 'info sys' to print a detailed report of attached cores
72 Total size: 16.98kB (1.91Mbit/s)
105 section: text, addr: 0x40000000, size 16552 bytes
106 section: initlevel, addr: 0x400040a8, size 40 bytes
107 section: rodata, addr: 0x400040d0, size 484 bytes
108 section: datas, addr: 0x400042b4, size 20 bytes
109 section: sw_isr_table, addr: 0x400042c8, size 256 bytes
110 section: devices, addr: 0x400043c8, size 36 bytes
/Zephyr-latest/doc/services/tfm/
Dbuild.rst141 The tools run on the final images and give information about size of symbols and code being used in…
144 Use the ``tfm_ram_report`` to get the RAM report for TF-M secure firmware (tfm_s).
152 Use the ``tfm_rom_report`` to get the ROM report for TF-M secure firmware (tfm_s).
160 Use the ``bl2_ram_report`` to get the RAM report for TF-M MCUboot, if enabled.
168 Use the ``bl2_rom_report`` to get the ROM report for TF-M MCUboot, if enabled.
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h432 struct bt_conn *bt_conn_new(struct bt_conn *conns, size_t size);
492 struct bt_conn_le_tx_power_report report);
495 struct bt_conn_le_path_loss_threshold_report report);
/Zephyr-latest/subsys/logging/frontends/
DKconfig19 int "Buffer size"
28 Determines how often a report about dropped messages is printed. Given
60 int "Buffer size to store early messages"
123 int "Buffer size"
/Zephyr-latest/subsys/logging/
DKconfig.misc25 supported. Note that VLA are used for arrays which size is resolved at
26 compile time so at runtime arrays have fixed size.
29 bool "Optimize simple messages for size"
35 Depending on the architecture code size reduction is from 0-40% (highest seen on
114 int "Failure report period (in milliseconds)"

123