Home
last modified time | relevance | path

Searched defs:name (Results 151 – 175 of 656) sorted by relevance

12345678910>>...27

/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt_hash_checksum.c26 const struct fs_mgmt_hash_checksum_group *fs_mgmt_hash_checksum_find_handler(const char *name) in fs_mgmt_hash_checksum_find_handler()
/Zephyr-latest/soc/silabs/common/
Dsoc_power_pmgr.c131 sl_power_manager_em_t em, bool add, const char *name) in sli_power_manager_debug_log_em_requirement()
/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h30 const char *name; member
/Zephyr-latest/drivers/clock_control/
Dclock_control_mcux_scg.c22 #define MCUX_SCG_CLOCK_NODE(name) DT_INST_CHILD(0, name) argument
/Zephyr-latest/lib/posix/options/
Duname.c45 int uname(struct utsname *name) in uname()
Dmqueue.c22 char *name; member
55 mqd_t mq_open(const char *name, int oflags, ...) in mq_open()
212 int mq_unlink(const char *name) in mq_unlink()
418 static mqueue_object *find_in_list(const char *name) in find_in_list()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h238 const char *name; /* /< name of the thread */ member
251 const char *name; /* /< name of the timer */ member
259 const char *name; /* /< name of the event flags */ member
267 const char *name; /* /< name of the mutex */ member
275 const char *name; /* /< name of the semaphore */ member
283 const char *name; /* /< name of the memory pool */ member
293 const char *name; /* /< name of the message queue */ member
/Zephyr-latest/subsys/modem/
Dmodem_stats.c143 static void stats_buffer_set_name(struct modem_stats_buffer *buffer, const char *name) in stats_buffer_set_name()
150 const char *name, uint32_t size) in modem_stats_buffer_init()
/Zephyr-latest/kernel/
Ddevice.c30 const struct device *z_impl_device_get_binding(const char *name) in z_impl_device_get_binding()
50 static inline const struct device *z_vrfy_device_get_binding(const char *name) in z_vrfy_device_get_binding()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c48 char *name = user_data; in data_cb() local
78 char name[NAME_LEN]; in scan_recv() local
/Zephyr-latest/samples/subsys/zbus/benchmark/src/
Dmsg_sub.c52 #define CREATE_THREADS(name) \ argument
Dsub.c66 #define CREATE_THREADS(name) \ argument
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py24 def flatten(name, value, name_sep="_", names_dict=None, parent_name=None, escape_sep=""): argument
/Zephyr-latest/tests/kernel/interrupt/src/
Dtest_shared_irq.h19 #define ISR_DEFINE(name) \ argument
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c37 static int entry_check_and_copy(FILE *fin, FILE *fout, const char *name) in entry_check_and_copy()
128 static int settings_custom_save(struct settings_store *cs, const char *name, in settings_custom_save()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dcs_test_initiator.c137 char *name = user_data; in data_cb() local
156 char name[NAME_LEN] = {}; in device_found() local
/Zephyr-latest/soc/nordic/nrf92/
Dsoc.c26 #define FICR_ADDR_GET(node_id, name) \ argument
/Zephyr-latest/scripts/west_commands/runners/
Dhifive1.py20 def name(cls): member in HiFive1BinaryRunner
Decpprog.py19 def name(cls): member in EcpprogBinaryRunner
Dteensy.py24 def name(cls): member in TeensyBinaryRunner
/Zephyr-latest/boards/native/common/irq/
Dboard_irq.h63 #define ARCH_ISR_DIRECT_DECLARE(name) \ argument
/Zephyr-latest/tests/bluetooth/common/testlib/src/
Dadv.c38 int bt_testlib_adv_conn(struct bt_conn **conn, int id, const char *name) in bt_testlib_adv_conn()
/Zephyr-latest/include/zephyr/arch/arm/mmu/
Darm_mmu.h67 #define MMU_REGION_FLAT_ENTRY(name, adr, sz, attrs) \ argument
118 const char *name; member
/Zephyr-latest/tests/lib/cmsis_dsp/common/
Dtest_common.h29 #define DEFINE_TEST_VARIANT1(suite, name, variant, a1) \ argument
35 #define DEFINE_TEST_VARIANT2(suite, name, variant, a1, a2) \ argument
41 #define DEFINE_TEST_VARIANT3(suite, name, variant, a1, a2, a3) \ argument
47 #define DEFINE_TEST_VARIANT4(suite, name, variant, a1, a2, a3, a4) \ argument
53 #define DEFINE_TEST_VARIANT5(suite, name, variant, a1, a2, a3, a4, a5) \ argument
59 #define DEFINE_TEST_VARIANT6(suite, name, variant, a1, a2, a3, a4, a5, a6) \ argument
65 #define DEFINE_TEST_VARIANT7(suite, name, variant, a1, a2, a3, a4, a5, a6, a7) \ argument
/Zephyr-latest/tests/subsys/logging/log_links/src/
Dmock_log_link.h20 const char *name; member

12345678910>>...27