Home
last modified time | relevance | path

Searched defs:cli (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c18 #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 …]
Ddfu_cli.c20 #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 …]
Drpr_cli.c38 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 …]
Dhealth_cli.c43 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 …]
Dlarge_comp_data_cli.c33 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()
Dod_priv_proxy_cli.c19 static struct bt_mesh_od_priv_proxy_cli *cli; variable
Drpr_srv.c67 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/
Dtest_clock_control_onoff.c40 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/
Dmain.c29 struct onoff_client *cli, in sample_notify_cb()
43 struct onoff_client cli; in main() local
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dhealth.c43 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
Dblob.c84 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/
Dmram_latency.c27 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/
Donoff.c123 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/
Dtemp_nrf5.c34 struct onoff_client *cli, in hfclk_on_callback()
45 struct onoff_client cli; in temp_nrf5_sample_fetch() local
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c480 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/
Dmain.c161 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/
Dnrf_clock_calibration.c70 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()
Dclock_control_nrf2_fll16m.c86 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()
Dclock_control_nrf2_hsfll.c137 struct onoff_client *cli) in api_request_hsfll()
170 struct onoff_client *cli) in api_cancel_or_release_hsfll()
Dclock_control_nrf2_common.c33 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/
Dlll_clock.c22 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/
Dnrf53_cpunet_mgmt.c54 struct onoff_client cli; in nrf53_cpunet_enable() local
/Zephyr-latest/tests/boards/nrf/mram_latency/src/
Dmain.c26 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/
Dnrf_clock_control.h237 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/
Dnrf_802154_clock_zephyr.c43 struct onoff_client *cli, in hfclk_on_callback()

123