Home
last modified time | relevance | path

Searched refs:init (Results 376 – 400 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/Zephyr-latest/tests/net/route/src/
Dmain.c212 .iface_api.init = net_route_iface_init,
217 .iface_api.init = net_route_iface_init,
/Zephyr-latest/subsys/bluetooth/mesh/
Dlarge_comp_data_cli.c123 .init = large_comp_data_cli_init,
Dlarge_comp_data_srv.c193 .init = large_comp_data_srv_init,
Dsar_cfg_srv.c197 .init = sar_cfg_srv_init,
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
DKconfig75 the XCACHE controller won't be enabled during SOC init
/Zephyr-latest/drivers/crypto/
DKconfig15 int "Crypto devices init priority"
/Zephyr-latest/subsys/usb/usb_c/
DKconfig18 int "USB-C stack init priority"
/Zephyr-latest/tests/net/shell/src/
Dmain.c131 .iface_api.init = net_udp_iface_init,
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish160 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/
Dmain.c133 .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/
DKconfig16 int "Input subsystem and drivers init priority"
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmpl.c234 SHELL_CMD_ARG(init, NULL,
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_uart.c245 .init = eswifi_uart_init,
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_uart.c201 .iface_api.init = hdlc_iface_init,
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_vsi.c74 .iface_api.init = nxp_s32_eth_iface_init,
/Zephyr-latest/drivers/disk/nvme/
Dnvme_disk.c202 .init = nvme_disk_init,
/Zephyr-latest/drivers/disk/
Dramdisk.c121 .init = disk_ram_access_init,
/Zephyr-latest/drivers/clock_control/
DKconfig20 int "Clock control init priority"
/Zephyr-latest/tests/net/icmpv6/src/
Dmain.c114 .iface_api.init = net_icmpv6_iface_init,
/Zephyr-latest/include/zephyr/drivers/usb/
Duhc.h221 int (*init)(const struct device *dev); member
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst36 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/
Diadc_gecko.c58 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/
Dcap_initiator_broadcast_test.c164 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/
Duserspace.c734 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/
Dshell_mqtt.c644 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,

1...<<11121314151617181920>>...30