/Zephyr-latest/drivers/adc/ |
D | adc_handlers.c | 27 struct adc_sequence_options *options, in copy_sequence() 56 struct adc_sequence_options options; in z_vrfy_adc_read() local 77 struct adc_sequence_options options; in z_vrfy_adc_read_async() local
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/src/ |
D | test_suite_invalid_inputs.c | 70 uint32_t options = 0; in ZTEST() local 101 uint32_t options = 0; in ZTEST() local 132 uint32_t options = 0; in ZTEST() local 171 uint32_t options = 0; in ZTEST() local 205 uint32_t options = 0; in ZTEST() local
|
D | main.c | 50 uint32_t options = 0; in ZTEST() local 97 uint32_t options = 0; in ZTEST() local 151 uint32_t options = 0; in ZTEST() local 193 uint32_t options = 0; in ZTEST() local 228 uint32_t options = 0; in ZTEST() local
|
/Zephyr-latest/include/zephyr/linker/ |
D | linker-tool-lld.h | 39 #define SECTION_PROLOGUE(name, options, align) \ argument 58 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
|
D | linker-tool-mwdt.h | 81 #define SECTION_PROLOGUE(name, options, align) name options : align argument 91 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument 94 #define SECTION_DATA_PROLOGUE(name, options, align) name options : align argument
|
D | linker-tool-gcc.h | 177 #define SECTION_PROLOGUE(name, options, align) \ argument 202 #define SECTION_DATA_PROLOGUE(name, options, align) \ argument
|
/Zephyr-latest/kernel/ |
D | float.c | 21 int z_impl_k_float_enable(struct k_thread *thread, unsigned int options) in z_impl_k_float_enable() 40 static inline int z_vrfy_k_float_enable(struct k_thread *thread, unsigned int options) in z_vrfy_k_float_enable()
|
/Zephyr-latest/tests/benchmarks/latency_measure/src/ |
D | fifo.c | 37 uint32_t options = (uint32_t)(uintptr_t)p2; in fifo_put_get_thread_entry() local 92 int fifo_ops(uint32_t num_iterations, uint32_t options) in fifo_ops() 169 uint32_t options = (uint32_t)(uintptr_t)p2; in alt_thread_entry() local 235 uint32_t options = (uint32_t)(uintptr_t)p2; in start_thread_entry() local
|
D | lifo.c | 37 uint32_t options = (uint32_t)(uintptr_t)p2; in lifo_put_get_thread_entry() local 92 int lifo_ops(uint32_t num_iterations, uint32_t options) in lifo_ops() 169 uint32_t options = (uint32_t)(uintptr_t)p2; in alt_thread_entry() local 235 uint32_t options = (uint32_t)(uintptr_t)p2; in start_thread_entry() local
|
D | mutex_lock_unlock.c | 74 int mutex_lock_unlock(uint32_t num_iterations, uint32_t options) in mutex_lock_unlock()
|
/Zephyr-latest/scripts/ |
D | twister | 216 options = parse_arguments(parser, sys.argv[1:]) variable
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_handlers.c | 10 static inline int z_vrfy_wdt_setup(const struct device *dev, uint8_t options) in z_vrfy_wdt_setup()
|
D | wdt_cc13xx_cc26xx.c | 79 static int wdt_cc13xx_cc26xx_setup(const struct device *dev, uint8_t options) in wdt_cc13xx_cc26xx_setup() 199 uint8_t options = 0; in wdt_cc13xx_cc26xx_init() local
|
D | wdt_dw_common.c | 20 int dw_wdt_check_options(const uint8_t options) in dw_wdt_check_options()
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt_long.c | 170 const char *options, const struct option *long_options, in parse_long_options() 347 const char *options, const struct option *long_options, 589 const char *options, const struct option *long_options, 612 const char *options, const struct option *long_options,
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 52 set(options CHECK_ONLY SEARCH_PARENTS VERSION_CHECK) variable
|
/Zephyr-latest/scripts/kconfig/ |
D | hardenconfig.py | 64 def display_results(options): argument
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/ |
D | saleae_logic2.py | 72 def run(seconds, options): argument
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 979 set(options OPTIONAL EXACT) variable 1454 set(options NOCOPY NOKEEP) variable 1663 set(options MERGE REVERSE) variable 2448 set(options APPEND NO_CREATE) variable 2484 set(options APPEND) variable 2527 set(options APPEND) variable 2557 set(options APPEND) variable 2715 set(options QUALIFIERS REQUIRED) variable 2986 set(options ONLY_IF_DIFFERENT) variable 3074 set(options SANITIZE TOUPPER) variable [all …]
|
/Zephyr-latest/scripts/west_commands/ |
D | twister_cmd.py | 64 def _parse_arguments(self, args, options): argument
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx_copro.c | 79 uint16_t options, in ft8xx_copro_cmd_text() 120 uint16_t options, in ft8xx_copro_cmd_number()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | dut.c | 41 void start_advertising(uint32_t options) in start_advertising()
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/src/ |
D | main.c | 36 const struct adc_sequence_options options = { local
|
/Zephyr-latest/samples/net/sockets/coap_server/src/ |
D | query.c | 19 struct coap_option options[4]; in query_get() local
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | thread.c | 78 int arch_float_enable(struct k_thread *thread, unsigned int options) in arch_float_enable()
|