Searched refs:init (Results 501 – 525 of 749) sorted by relevance
1...<<21222324252627282930
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/ |
D | xtensa-cavs-linker.ld | 266 *(.init.literal) 268 KEEP(*(.init))
|
/Zephyr-latest/soc/cdns/sample_controller32/include/ |
D | xtensa-sample-controller32.ld | 424 *(.init.literal) 427 KEEP(*(.init))
|
/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 166 …00109c13 in z_sys_init_run_level (level=INIT_LEVEL_PRE_KERNEL_2) at <ZEPHYR_BASE>/kernel/init.c:360 167 #3 0x00109e73 in z_cstart () at <ZEPHYR_BASE>/kernel/init.c:630
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 266 string "Set a root command at init" 268 This option sets a root command at shell init,
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ecm.c | 631 .init = usbd_cdc_ecm_init, 637 .iface_api.init = cdc_ecm_iface_init,
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | default.ld | 162 *(.init.literal) 163 *(.init) 415 *libkernel.a:init.*(.rodata .rodata.* .srodata .srodata.*) 726 #include <zephyr/linker/common-rom/common-rom-init.ld>
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | default.ld | 222 *(.init.literal) 223 *(.init) 474 *libkernel.a:init.*(.rodata .rodata.* .srodata .srodata.*) 792 #include <zephyr/linker/common-rom/common-rom-init.ld>
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan.c | 86 static bool isr_scan_tgta_check(const struct lll_scan *lll, bool init, 1447 static bool isr_scan_tgta_check(const struct lll_scan *lll, bool init, argument 1454 } else if (init && lll->rpa_gen && ull_filter_lll_lrpa_get(rl_idx)) {
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | health_srv.c | 448 .init = health_srv_init,
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_shi_ite.c | 537 .init = shi_ite_backend_init,
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 1206 init
|
/Zephyr-latest/drivers/sdhc/ |
D | sdhc_cdns_ll.h | 375 int (*init)(void); member
|
/Zephyr-latest/drivers/sensor/ |
D | Kconfig | 19 int "Sensor init priority"
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_renesas_ra.c | 304 .iface_api.init = renesas_ra_eth_initialize,
|
D | eth_e1000.c | 274 .iface_api.init = e1000_iface_init,
|
D | eth_ivshmem.c | 380 .iface_api.init = eth_ivshmem_iface_init,
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 27 an equal number of deinit IOCTLs have been issued as init IOCTLs.
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 500 proto->init(ctx); in net_ppp_init()
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | cooked.c | 276 .iface_api.init = iface_init,
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | bridge.c | 453 .iface_api.init = bridge_iface_init,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 34 .init = model_##number##_init, \
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_shell.c | 33 if (!ct->init) { in parse_common_args()
|
/Zephyr-latest/tests/net/lib/dns_addremove/src/ |
D | main.c | 121 .iface_api.init = net_iface_init,
|
/Zephyr-latest/tests/net/lib/mdns_responder/src/ |
D | main.c | 165 .iface_api.init = net_iface_init,
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 484 run ``init``, so you have to do it yourself as explained below. 502 the ``init`` and ``ri5cy_boot`` commands **with the reset button on 510 > init 536 #. Run ``init`` and ``ri5cy_boot`` as shown above, with RESET held down. 684 (gdb) monitor init
|
1...<<21222324252627282930