| /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()  local101 	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()  local97 	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) \  argument58 #define SECTION_DATA_PROLOGUE(name, options, align) \  argument
 
 | 
| D | linker-tool-mwdt.h | 81 #define SECTION_PROLOGUE(name, options, align) name options : align  argument91 #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) \  argument202 #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()  local92 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()  local92 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/pylib/twister/twisterlib/ | 
| D | coverage.py | 507 def choose_gcov_tool(options, is_system_gcov):  argument540 def run_coverage_tool(options, outdir, is_system_gcov, instances,  argument
 573 def run_coverage(options, testplan):  argument
 589 def run_coverage_instance(options, instance):  argument
 
 | 
| /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 | 980   set(options OPTIONAL EXACT)  variable1455   set(options NOCOPY NOKEEP)  variable
 1659   set(options MERGE REVERSE)  variable
 2444   set(options APPEND NO_CREATE)  variable
 2480   set(options APPEND)  variable
 2523   set(options APPEND)  variable
 2553   set(options APPEND)  variable
 2707     set(options QUALIFIERS REQUIRED)  variable
 2963   set(options ONLY_IF_DIFFERENT)  variable
 3061   set(options SANITIZE TOUPPER ESCAPE)  variable
 [all …]
 
 | 
| /Zephyr-latest/scripts/west_commands/ | 
| D | twister_cmd.py | 64     def _parse_arguments(self, args, options):  argument
 | 
| /Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ | 
| D | dut.c | 50 static void start_advertising(uint32_t options)  in start_advertising()
 | 
| /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()
 | 
| /Zephyr-latest/samples/net/sockets/coap_server/src/ | 
| D | query.c | 19 	struct coap_option options[4];  in query_get()  local
 | 
| /Zephyr-latest/doc/build/kconfig/ | 
| D | tips.rst | 59 Options that specify a device in the system by name70 Options that specify fixed hardware configuration
 
 |