/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub_priv.h | 124 struct report { struct 125 const char *product_uid; 126 const char *hardware; 127 const char *version; 128 struct updatehub_config_device_identity device_identity; 129 const char *status; 130 const char *package_uid; 131 const char *error_message; 132 const char *previous_state;
|
D | updatehub.c | 598 static int report(enum updatehub_state state) in report() function 600 struct report report; in report() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | direction.c | 373 struct bt_df_per_adv_sync_iq_samples_report *report, in hci_df_prepare_connectionless_iq_report() 421 struct bt_df_per_adv_sync_iq_samples_report *report, in hci_df_vs_prepare_connectionless_iq_report() 670 struct bt_df_conn_iq_samples_report *report, in hci_df_prepare_connection_iq_report() 722 struct bt_df_conn_iq_samples_report *report, in hci_df_vs_prepare_connection_iq_report() 847 struct bt_df_conn_iq_samples_report *report, in hci_df_prepare_conn_cte_req_failed()
|
D | conn.c | 3039 struct bt_conn_le_tx_power_report report) in notify_tx_power_report() 3164 struct bt_conn_le_path_loss_threshold_report report) in notify_path_loss_threshold_report()
|
D | hci_core.c | 2574 struct bt_conn_le_tx_power_report report; in bt_hci_le_transmit_power_report() local 2601 struct bt_conn_le_path_loss_threshold_report report; in bt_hci_le_path_loss_threshold_event() local
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | stress.c | 59 uint64_t report; in th_fun() local
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 247 static void cte_recv_cb(struct bt_conn *conn, struct bt_df_conn_iq_samples_report const *report) in cte_recv_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 157 struct k_work_delayable report; member
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | reports.py | 525 def footprint_reports(self, report, show_footprint, all_deltas, argument
|
D | testplan.py | 347 def report(self): member in TestPlan
|
D | harness.py | 582 def _parse_report_file(self, report): argument
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 2053 sub report { subroutine
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | hog.c | 195 int8_t report[3] = {0, 0, 0}; in hog_button_loop() local
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 208 struct bt_df_per_adv_sync_iq_samples_report const *report) in cte_recv_cb()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_hid_api.c | 21 const uint16_t size, const uint8_t *const report) in hid_device_submit_report()
|
D | usbd_hid.c | 565 const uint16_t size, const uint8_t *const report) in hid_dev_submit_report()
|
/Zephyr-latest/samples/net/wpan_serial/src/ |
D | main.c | 230 uint8_t report[3]; in send_pkt_report() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_srv.c | 58 struct k_work_delayable report; member 71 struct k_work report; member
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 333 static void send_adv_report(const struct test_adv_report *report) in send_adv_report()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 947 const struct bt_conn_le_tx_power_report *report) in tx_power_report() 959 const struct bt_conn_le_path_loss_threshold_report *report) in path_loss_threshold_report()
|