Home
last modified time | relevance | path

Searched full:subsys (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/Zephyr-latest/subsys/
DKconfig10 source "subsys/bindesc/Kconfig"
11 source "subsys/bluetooth/Kconfig"
12 source "subsys/canbus/Kconfig"
13 source "subsys/console/Kconfig"
14 source "subsys/dap/Kconfig"
15 source "subsys/debug/Kconfig"
16 source "subsys/demand_paging/Kconfig"
17 source "subsys/dfu/Kconfig"
18 source "subsys/disk/Kconfig"
19 source "subsys/dsp/Kconfig"
[all …]
/Zephyr-latest/subsys/net/lib/
DKconfig6 source "subsys/net/lib/coap/Kconfig"
8 source "subsys/net/lib/dns/Kconfig"
10 source "subsys/net/lib/mqtt/Kconfig"
12 source "subsys/net/lib/mqtt_sn/Kconfig"
14 source "subsys/net/lib/ptp/Kconfig"
16 source "subsys/net/lib/tftp/Kconfig"
18 source "subsys/net/lib/http/Kconfig"
20 source "subsys/net/lib/websocket/Kconfig"
22 source "subsys/net/lib/lwm2m/Kconfig"
24 source "subsys/net/lib/socks/Kconfig"
[all …]
/Zephyr-latest/subsys/bluetooth/
DKconfig.logging15 # (subsys/bluetooth/Kconfig)
19 source "subsys/logging/Kconfig.template.log_config"
29 # COMMON (subsys/bluetooth/common/Kconfig)
34 source "subsys/logging/Kconfig.template.log_config_inherit"
38 source "subsys/logging/Kconfig.template.log_config_inherit"
46 source "subsys/logging/Kconfig.template.log_config_inherit"
52 source "subsys/logging/Kconfig.template.log_config_inherit"
61 source "subsys/logging/Kconfig.template.log_config_inherit"
65 source "subsys/logging/Kconfig.template.log_config_inherit"
69 source "subsys/logging/Kconfig.template.log_config_inherit"
[all …]
/Zephyr-latest/tests/bluetooth/controller/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/mem.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/util/memq.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_tx_queue.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_conn.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ll_feat.c
15 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_conn_upd.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_cc.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_pdu.c
18 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_remote.c
19 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/ull_llcp_local.c
[all …]
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dtest_clock_control.c22 clock_control_subsys_t subsys,
26 clock_control_subsys_t subsys);
28 static void setup_instance(const struct device *dev, clock_control_subsys_t subsys) in setup_instance() argument
33 err = clock_control_off(dev, subsys); in setup_instance()
37 z_nrf_clock_control_get_onoff(subsys); in setup_instance()
45 } while (clock_control_get_status(dev, subsys) != in setup_instance()
52 clock_control_subsys_t subsys) in tear_down_instance() argument
80 clock_control_subsys_t subsys, in test_with_single_instance() argument
85 setup_instance(dev, subsys); in test_with_single_instance()
87 if ((capability_check == NULL) || capability_check(dev, subsys)) { in test_with_single_instance()
[all …]
Desp32_device_subsys.h12 {.subsys = (void *) ESP32_LEDC_MODULE},
13 {.subsys = (void *) ESP32_UART1_MODULE},
14 {.subsys = (void *) ESP32_I2C0_MODULE},
16 {.subsys = (void *) ESP32_UHCI0_MODULE},
20 {.subsys = (void *) ESP32_TIMG1_MODULE},
22 {.subsys = (void *) ESP32_TIMG0_MODULE},
24 {.subsys = (void *) ESP32_RNG_MODULE},
/Zephyr-latest/subsys/usb/device/class/
DKconfig6 source "subsys/usb/device/class/Kconfig.cdc"
8 source "subsys/usb/device/class/Kconfig.msc"
10 source "subsys/usb/device/class/Kconfig.bt"
12 source "subsys/usb/device/class/Kconfig.test"
14 source "subsys/usb/device/class/netusb/Kconfig"
16 source "subsys/usb/device/class/hid/Kconfig"
18 source "subsys/usb/device/class/audio/Kconfig"
20 source "subsys/usb/device/class/dfu/Kconfig"
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_initiator.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_common.c
15 ${ZEPHYR_BASE}/subsys/bluetooth/audio/cap_stream.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ccid.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
18 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
19 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/ascs.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_unicast_server.c
15 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/host/data.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
18 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/
DCMakeLists.txt9 ${ZEPHYR_BASE}/subsys/bluetooth
10 ${ZEPHYR_BASE}/subsys/bluetooth/controller
11 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include
12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw
13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll
/Zephyr-latest/subsys/mgmt/
DKconfig7 source "subsys/mgmt/ec_host_cmd/Kconfig"
9 source "subsys/mgmt/mcumgr/Kconfig"
11 source "subsys/mgmt/hawkbit/Kconfig"
13 source "subsys/mgmt/updatehub/Kconfig"
15 source "subsys/mgmt/osdp/Kconfig"
/Zephyr-latest/subsys/net/l2/
DKconfig14 source "subsys/net/l2/dummy/Kconfig"
17 source "subsys/net/l2/virtual/Kconfig"
19 source "subsys/net/l2/ethernet/Kconfig"
21 source "subsys/net/l2/ppp/Kconfig"
28 source "subsys/net/l2/ieee802154/Kconfig"
30 source "subsys/net/l2/openthread/Kconfig"
45 source "subsys/net/l2/canbus/Kconfig"
66 source "subsys/net/Kconfig.template.log_config.net"
67 source "subsys/net/l2/wifi/Kconfig"
/Zephyr-latest/subsys/net/
DKconfig25 source "subsys/net/Kconfig.hostname"
27 source "subsys/net/l2/Kconfig"
29 source "subsys/net/ip/Kconfig"
31 source "subsys/net/pkt_filter/Kconfig"
33 source "subsys/net/lib/Kconfig"
35 source "subsys/net/conn_mgr/Kconfig"
/Zephyr-latest/tests/bluetooth/host/crypto/
DCMakeLists.txt14 ${ZEPHYR_BASE}/subsys/bluetooth/host/crypto_psa.c
15 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
16 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
17 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
22 ${ZEPHYR_BASE}/subsys/bluetooth
23 ${ZEPHYR_BASE}/subsys/bluetooth/host
/Zephyr-latest/tests/bluetooth/audio/bap_broadcast_source/uut/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth/audio/audio.c
11 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_iso.c
12 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_stream.c
13 ${ZEPHYR_BASE}/subsys/bluetooth/audio/bap_broadcast_source.c
14 ${ZEPHYR_BASE}/subsys/bluetooth/audio/codec.c
15 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
/Zephyr-latest/tests/bluetooth/audio/mocks/
DCMakeLists.txt27 ${ZEPHYR_BASE}/subsys/bluetooth
28 ${ZEPHYR_BASE}/subsys/bluetooth/audio
29 ${ZEPHYR_BASE}/subsys/bluetooth/common
34 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
35 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
36 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
37 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
/Zephyr-latest/tests/bluetooth/controller/ctrl_sw_privacy_unit/
DCMakeLists.txt10 ${ZEPHYR_BASE}/subsys/bluetooth
11 ${ZEPHYR_BASE}/subsys/bluetooth/controller
12 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include
13 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
14 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll
/Zephyr-latest/scripts/ci/
Dtags.yaml47 - subsys/bluetooth/
48 - subsys/net/l2/bluetooth/
64 - subsys/mgmt/mcumgr/
65 - tests/subsys/mgmt/mcumgr/
66 - samples/subsys/mgmt/mcumgr/
71 - subsys/net/
85 - subsys/testsuite/
86 - samples/subsys/testsuite/
87 - tests/subsys/testsuite/
93 - subsys/net/l2/wifi/
/Zephyr-latest/subsys/testsuite/ztest/
DCMakeLists.txt4 ${ZEPHYR_BASE}/subsys/testsuite/ztest/include/zephyr/ztest_error_hook.h
5 ${ZEPHYR_BASE}/subsys/testsuite/ztest/include/zephyr/ztest_test.h
9 ${ZEPHYR_BASE}/subsys/testsuite/include
10 ${ZEPHYR_BASE}/subsys/testsuite/coverage
11 ${ZEPHYR_BASE}/subsys/testsuite/ztest/include
/Zephyr-latest/tests/bluetooth/controller/common/
DCMakeLists.txt16 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include
17 ${ZEPHYR_BASE}/subsys/bluetooth/controller
18 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw
19 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/
DCMakeLists.txt19 ${ZEPHYR_BASE}/subsys/bluetooth/controller)
21 ${ZEPHYR_BASE}/subsys/bluetooth/controller/include)
23 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw)
25 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic)
27 ${ZEPHYR_BASE}/subsys/bluetooth/controller/ll_sw/nordic/lll)
/Zephyr-latest/tests/bluetooth/host/id/bt_id_scan_random_addr_check/
DCMakeLists.txt28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_id_get/
DCMakeLists.txt27 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
28 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
29 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
30 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_le_oob_set_legacy_tk/
DCMakeLists.txt28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c
/Zephyr-latest/tests/bluetooth/host/id/bt_lookup_id_addr/
DCMakeLists.txt28 ${ZEPHYR_BASE}/subsys/bluetooth/host/id.c
29 ${ZEPHYR_BASE}/subsys/bluetooth/common/addr.c
30 ${ZEPHYR_BASE}/subsys/logging/log_minimal.c
31 ${ZEPHYR_BASE}/subsys/bluetooth/common/bt_str.c
32 ${ZEPHYR_BASE}/subsys/bluetooth/host/uuid.c

12345678910>>...35