/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | od_priv_proxy_cli.h | 25 const struct bt_mesh_model *model; member
|
D | sol_pdu_rpl_cli.h | 25 const struct bt_mesh_model *model; member
|
D | sar_cfg_cli.h | 30 const struct bt_mesh_model *model; member
|
D | brg_cfg_cli.h | 99 const struct bt_mesh_model *model; member
|
D | health_cli.h | 29 const struct bt_mesh_model *model; member
|
D | large_comp_data_cli.h | 72 const struct bt_mesh_model *model; member
|
D | priv_beacon_cli.h | 93 const struct bt_mesh_model *model; member
|
D | health_srv.h | 152 const struct bt_mesh_model *model; member
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_op_agg.c | 57 static int get_handler(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in get_handler() 81 static int status_handler(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in status_handler() 96 static int dummy_vnd_mod_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in dummy_vnd_mod_get()
|
D | test_suspend.c | 52 static int model_1_update(const struct bt_mesh_model *model) in model_1_update() 60 static int msg_handler(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in msg_handler() 148 static int model_1_init(const struct bt_mesh_model *model) in model_1_init() 156 static int model_2_init(const struct bt_mesh_model *model) in model_2_init()
|
D | test_sar.c | 94 static int get_handler(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in get_handler() 107 static int status_handler(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in status_handler() 115 static int dummy_vnd_mod_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in dummy_vnd_mod_get()
|
D | mesh_test.c | 105 int __weak test_model_settings_set(const struct bt_mesh_model *model, in test_model_settings_set() 112 void __weak test_model_reset(const struct bt_mesh_model *model) in test_model_reset() 136 int __weak test_vnd_model_settings_set(const struct bt_mesh_model *model, in test_vnd_model_settings_set() 143 void __weak test_vnd_model_reset(const struct bt_mesh_model *model) in test_vnd_model_reset()
|
D | test_persistence.c | 341 int test_model_settings_set(const struct bt_mesh_model *model, in test_model_settings_set() 367 void test_model_reset(const struct bt_mesh_model *model) in test_model_reset() 372 int test_vnd_model_settings_set(const struct bt_mesh_model *model, in test_vnd_model_settings_set() 398 void test_vnd_model_reset(const struct bt_mesh_model *model) in test_vnd_model_reset()
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 284 static int gen_onoff_get(const struct bt_mesh_model *model, in gen_onoff_get() 303 static int gen_onoff_set_unack(const struct bt_mesh_model *model, in gen_onoff_set_unack() 343 static int gen_onoff_set(const struct bt_mesh_model *model, in gen_onoff_set() 355 static int gen_onoff_status(const struct bt_mesh_model *model, in gen_onoff_status()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | testing.c | 63 void bt_mesh_test_model_bound(uint16_t addr, const struct bt_mesh_model *model, uint16_t key_idx) in bt_mesh_test_model_bound() 74 void bt_mesh_test_model_unbound(uint16_t addr, const struct bt_mesh_model *model, uint16_t key_idx) in bt_mesh_test_model_unbound()
|
D | priv_beacon_srv.c | 219 static void priv_beacon_srv_reset(const struct bt_mesh_model *model) in priv_beacon_srv_reset() 226 static int priv_beacon_srv_settings_set(const struct bt_mesh_model *model, const char *name, in priv_beacon_srv_settings_set() 248 static void priv_beacon_srv_pending_store(const struct bt_mesh_model *model) in priv_beacon_srv_pending_store()
|
D | cfg_cli.c | 51 static int comp_data_status(const struct bt_mesh_model *model, in comp_data_status() 88 static uint8_t state_status_u8(const struct bt_mesh_model *model, in state_status_u8() 114 static int beacon_status(const struct bt_mesh_model *model, in beacon_status() 129 static int ttl_status(const struct bt_mesh_model *model, in ttl_status() 144 static int friend_status(const struct bt_mesh_model *model, in friend_status() 159 static int gatt_proxy_status(const struct bt_mesh_model *model, in gatt_proxy_status() 181 static int krp_status(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in krp_status() 226 static int relay_status(const struct bt_mesh_model *model, in relay_status() 260 static int net_transmit_status(const struct bt_mesh_model *model, in net_transmit_status() 280 static int net_key_status(const struct bt_mesh_model *model, in net_key_status() [all …]
|
D | access.c | 134 const struct bt_mesh_model *model = &elem->models[j]; in bt_mesh_model_foreach() local 140 const struct bt_mesh_model *model = &elem->vnd_models[j]; in bt_mesh_model_foreach() local 245 const struct bt_mesh_model *model = &elem->models[j]; in bt_mesh_metadata_page_0_size() local 251 const struct bt_mesh_model *model = &elem->vnd_models[j]; in bt_mesh_metadata_page_0_size() local 330 const struct bt_mesh_model *model = &elem->models[j]; in bt_mesh_metadata_get_page_0() local 347 const struct bt_mesh_model *model = &elem->vnd_models[j]; in bt_mesh_metadata_get_page_0() local 404 const struct bt_mesh_model *model = &elem->models[i]; in comp_add_elem() local 410 const struct bt_mesh_model *model = &elem->vnd_models[i]; in comp_add_elem() local 1261 const struct bt_mesh_model *model; in bt_mesh_elem_find_group() local 1392 uint32_t opcode, const struct bt_mesh_model **model) in find_op() [all …]
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.cpp | 31 const tflite::Model *model = nullptr; variable
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | main_functions.cpp | 30 const tflite::Model *model = nullptr; variable
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_mcp230xx.c | 78 #define GPIO_MCP230XX_DEVICE(inst, num_gpios, open_drain, model) \ argument
|
D | gpio_mcp23sxx.c | 116 #define GPIO_MCP23SXX_DEVICE(inst, num_gpios, open_drain, model) \ argument
|
/Zephyr-latest/drivers/sensor/st/lsm6dso/ |
D | lsm6dso.c | 858 #define LSM6DSO_DEVICE_INIT(inst, model) \ argument 899 #define LSM6DSO_CONFIG_SPI(inst, model) \ argument 914 #define LSM6DSO_CONFIG_I2C(inst, model) \ argument 928 #define LSM6DSO_DEFINE(inst, model) \ argument
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | inference_process.cpp | 113 const tflite::Model *model = ::tflite::GetModel(job.networkModel.data); in runJob() local
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 63 static int fault_get_cur(const struct bt_mesh_model *model, uint8_t *test_id, in fault_get_cur() 76 static int fault_get_reg(const struct bt_mesh_model *model, uint16_t cid, in fault_get_reg() 93 static int fault_clear(const struct bt_mesh_model *model, uint16_t cid) in fault_clear() 104 static int fault_test(const struct bt_mesh_model *model, uint8_t test_id, in fault_test() 118 static void attention_on(const struct bt_mesh_model *model) in attention_on() 123 static void attention_off(const struct bt_mesh_model *model) in attention_off()
|