/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_cli.c | 18 #define TARGETS_FOR_EACH(cli, target) \ argument 25 #define CLIENT_TIMEOUT_MSEC(cli) (10 * MSEC_PER_SEC * (cli->inputs->timeout_base + 2) + \ argument 30 #define SENDING_CHUNKS_IN_PULL_MODE(cli) ((cli)->state == BT_MESH_BLOB_CLI_STATE_BLOCK_SEND && \ argument 32 #define UNICAST_MODE(cli) ((cli)->inputs->group == BT_MESH_ADDR_UNASSIGNED || \ argument 60 static void start_retry_timer(struct bt_mesh_blob_cli *cli) in start_retry_timer() 89 static void cli_state_reset(struct bt_mesh_blob_cli *cli) in cli_state_reset() 99 static struct bt_mesh_blob_target *target_get(struct bt_mesh_blob_cli *cli, in target_get() 114 static void target_drop(struct bt_mesh_blob_cli *cli, in target_drop() 126 static uint32_t targets_reset(struct bt_mesh_blob_cli *cli) in targets_reset() 141 static bool targets_active(struct bt_mesh_blob_cli *cli) in targets_active() [all …]
|
D | dfu_cli.c | 20 #define TARGETS_FOR_EACH(cli, target) \ argument 24 #define MSG_CTX(cli, dst) \ argument 71 static struct bt_mesh_dfu_target *target_get(struct bt_mesh_dfu_cli *cli, in target_get() 85 static void target_failed(struct bt_mesh_dfu_cli *cli, in target_failed() 105 static void dfu_complete(struct bt_mesh_dfu_cli *cli) in dfu_complete() 114 static void dfu_applied(struct bt_mesh_dfu_cli *cli) in dfu_applied() 125 static void dfu_failed(struct bt_mesh_dfu_cli *cli, in dfu_failed() 137 static int req_setup(struct bt_mesh_dfu_cli *cli, enum req type, uint16_t addr, in req_setup() 151 static int req_wait(struct bt_mesh_dfu_cli *cli, k_timeout_t timeout) in req_wait() 161 static bool targets_active(struct bt_mesh_dfu_cli *cli) in targets_active() [all …]
|
D | rpr_cli.c | 38 struct bt_mesh_rpr_cli *cli; member 50 static void link_report(struct bt_mesh_rpr_cli *cli, in link_report() 81 static void tx_complete(struct bt_mesh_rpr_cli *cli, int err, void *cb_data) in tx_complete() 97 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_extended_scan_report() local 130 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_link_report() local 167 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_link_status() local 201 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_pdu_outbound_report() local 232 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_pdu_report() local 263 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_scan_caps_status() local 287 struct bt_mesh_rpr_cli *cli = mod->rt->user_data; in handle_scan_report() local [all …]
|
D | health_cli.c | 43 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_fault_status() local 96 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_current_status() local 124 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_period_status() local 158 struct bt_mesh_health_cli *cli = model->rt->user_data; in health_attention_status() local 190 int bt_mesh_health_cli_attention_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_attention_get() 210 int bt_mesh_health_cli_attention_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_attention_set() 231 int bt_mesh_health_cli_attention_set_unack(struct bt_mesh_health_cli *cli, in bt_mesh_health_cli_attention_set_unack() 242 int bt_mesh_health_cli_period_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_period_get() 262 int bt_mesh_health_cli_period_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_period_set() 283 int bt_mesh_health_cli_period_set_unack(struct bt_mesh_health_cli *cli, in bt_mesh_health_cli_period_set_unack() [all …]
|
D | large_comp_data_cli.c | 33 static struct bt_mesh_large_comp_data_cli *cli; variable 38 void (*cb)(struct bt_mesh_large_comp_data_cli *cli, uint16_t addr, in data_status()
|
D | od_priv_proxy_cli.c | 19 static struct bt_mesh_od_priv_proxy_cli *cli; variable
|
D | rpr_srv.c | 67 struct bt_mesh_rpr_node cli; member 77 struct bt_mesh_rpr_node cli; member 563 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_scan_start() local 629 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_extended_scan_start() local 814 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_link_open() local 944 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_link_close() local 987 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_pdu_send() local
|
/Zephyr-latest/tests/drivers/clock_control/onoff/src/ |
D | test_clock_control_onoff.c | 40 struct onoff_client cli; in ZTEST() local 63 struct onoff_client cli; in ZTEST() local 83 static void request_cb(struct onoff_manager *mgr, struct onoff_client *cli, in request_cb() 98 struct onoff_client cli; in ZTEST() local
|
/Zephyr-latest/samples/boards/nordic/clock_control/src/ |
D | main.c | 29 struct onoff_client *cli, in sample_notify_cb() 43 struct onoff_client cli; in main() local
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | health.c | 43 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_fault_get() local 77 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_clear() local 129 struct bt_mesh_health_cli *cli = mod->rt->user_data; in fault_test() local 182 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_period_get() local 204 struct bt_mesh_health_cli *cli = mod->rt->user_data; in period_set() local 254 struct bt_mesh_health_cli *cli = mod->rt->user_data; in cmd_attention_get() local 276 struct bt_mesh_health_cli *cli = mod->rt->user_data; in attention_set() local
|
D | blob.c | 84 static void blob_cli_lost_target(struct bt_mesh_blob_cli *cli, in blob_cli_lost_target() 92 static void blob_cli_caps(struct bt_mesh_blob_cli *cli, in blob_cli_caps() 120 static void blob_cli_end(struct bt_mesh_blob_cli *cli, in blob_cli_end() 148 static void xfer_progress(struct bt_mesh_blob_cli *cli, in xfer_progress() 161 static void xfer_progress_complete(struct bt_mesh_blob_cli *cli) in xfer_progress_complete()
|
/Zephyr-latest/soc/nordic/common/ |
D | mram_latency.c | 27 struct onoff_client cli; member 90 int mram_no_latency_cancel_or_release(struct onoff_client *cli) in mram_no_latency_cancel_or_release() 95 int mram_no_latency_request(struct onoff_client *cli) in mram_no_latency_request() 100 static void sync_req_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, in sync_req_cb()
|
/Zephyr-latest/lib/utils/ |
D | onoff.c | 123 struct onoff_client *cli) in validate_args() 169 struct onoff_client *cli, in notify_one() 188 struct onoff_client *cli = in notify_all() local 422 struct onoff_client *cli) in onoff_request() 510 struct onoff_client *cli) in onoff_reset() 546 struct onoff_client *cli) in onoff_cancel() 616 struct onoff_client *cli, in onoff_sync_finalize()
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | temp_nrf5.c | 34 struct onoff_client *cli, in hfclk_on_callback() 45 struct onoff_client cli; in temp_nrf5_sample_fetch() local
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | vocs.c | 480 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_state_get() local 503 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_location_get() local 526 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_location_set() local 546 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_state_set() local 571 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_description_get() local 599 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_description_set() local
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/ |
D | main.c | 161 struct onoff_client cli; in test_request_release_clock_spec() local 232 struct onoff_client cli; in ZTEST() local 288 struct onoff_client cli; in ZTEST() local
|
/Zephyr-latest/drivers/clock_control/ |
D | nrf_clock_calibration.c | 70 static void clk_request(struct onoff_manager *mgr, struct onoff_client *cli, in clk_request() 109 struct onoff_client *cli, in cal_lf_callback() 165 struct onoff_client *cli, in cal_hf_callback()
|
D | clock_control_nrf2_fll16m.c | 86 struct onoff_client *cli, in hfxo_cb() 176 struct onoff_client *cli) in api_request_fll16m() 201 struct onoff_client *cli) in api_cancel_or_release_fll16m()
|
D | clock_control_nrf2_hsfll.c | 137 struct onoff_client *cli) in api_request_hsfll() 170 struct onoff_client *cli) in api_cancel_or_release_hsfll()
|
D | clock_control_nrf2_common.c | 33 struct onoff_client cli; member 208 static void sync_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, int res) in sync_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_clock.c | 22 struct onoff_client cli; member 29 static void clock_ready(struct onoff_manager *mgr, struct onoff_client *cli, in clock_ready()
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | nrf53_cpunet_mgmt.c | 54 struct onoff_client cli; in nrf53_cpunet_enable() local
|
/Zephyr-latest/tests/boards/nrf/mram_latency/src/ |
D | main.c | 26 struct onoff_client cli; member 32 static void basic_cb(struct onoff_manager *mgr, struct onoff_client *cli, uint32_t state, int res) in basic_cb()
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | nrf_clock_control.h | 237 struct onoff_client *cli) in nrf_clock_control_request() 312 struct onoff_client *cli) in nrf_clock_control_cancel_or_release()
|
/Zephyr-latest/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 43 struct onoff_client *cli, in hfclk_on_callback()
|