/Zephyr-latest/tests/net/route/src/ |
D | main.c | 212 .iface_api.init = net_route_iface_init, 217 .iface_api.init = net_route_iface_init,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | large_comp_data_cli.c | 123 .init = large_comp_data_cli_init,
|
D | large_comp_data_srv.c | 193 .init = large_comp_data_srv_init,
|
D | sar_cfg_srv.c | 197 .init = sar_cfg_srv_init,
|
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/ |
D | Kconfig | 75 the XCACHE controller won't be enabled during SOC init
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig | 15 int "Crypto devices init priority"
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 18 int "USB-C stack init priority"
|
/Zephyr-latest/tests/net/shell/src/ |
D | main.c | 131 .iface_api.init = net_udp_iface_init,
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 160 set -l builtin_cmds "init" "create a west repository" \ 345 # init 346 complete -c west -n __zephyr_west_use_subcommand -ra init -d "create a west workspace" 347 complete -c west -n "__zephyr_west_seen_subcommand_from init" -ra "(__zephyr_west_complete_director… 348 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"… 349 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes… 350 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"… 351 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -m --manife… 493 complete -c west -n "__zephyr_west_seen_subcommand_from spdx" -o i -l init -d "initialize CMake fil…
|
/Zephyr-latest/tests/net/icmp/src/ |
D | main.c | 133 .iface_api.init = test_iface_init, 138 .iface_api.init = test_iface_init, 418 .wifi_iface.iface_api.init = offload_iface_init,
|
/Zephyr-latest/subsys/input/ |
D | Kconfig | 16 int "Input subsystem and drivers init priority"
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | mpl.c | 234 SHELL_CMD_ARG(init, NULL,
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_bus_uart.c | 245 .init = eswifi_uart_init,
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_uart.c | 201 .iface_api.init = hdlc_iface_init,
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_nxp_s32_netc_vsi.c | 74 .iface_api.init = nxp_s32_eth_iface_init,
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_disk.c | 202 .init = nvme_disk_init,
|
/Zephyr-latest/drivers/disk/ |
D | ramdisk.c | 121 .init = disk_ram_access_init,
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig | 20 int "Clock control init priority"
|
/Zephyr-latest/tests/net/icmpv6/src/ |
D | main.c | 114 .iface_api.init = net_icmpv6_iface_init,
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | uhc.h | 221 int (*init)(const struct device *dev); member
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 36 The creation of the instances is left to the backend, usually at init time. 170 * The init-time creation of instances.
|
/Zephyr-latest/drivers/adc/ |
D | iadc_gecko.c | 58 IADC_Init_t init = IADC_INIT_DEFAULT; in adc_gecko_set_config() local 70 IADC_init(iadc, &init, &initAllConfigs); in adc_gecko_set_config()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | cap_initiator_broadcast_test.c | 164 static void init(void) in init() function 654 init(); in test_main_cap_initiator_broadcast() 745 init(); in test_cap_initiator_ac()
|
/Zephyr-latest/kernel/ |
D | userspace.c | 734 enum _obj_init_check init) in k_object_validate() argument 749 if (likely(init == _OBJ_INIT_TRUE)) { in k_object_validate() 754 } else if (init == _OBJ_INIT_FALSE) { /* _OBJ_INIT_FALSE case */ in k_object_validate()
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_mqtt.c | 644 static int init(const struct shell_transport *transport, const void *config, in init() function 813 const struct shell_transport_api shell_mqtt_transport_api = { .init = init,
|