Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/scripts/build/
Dgen_isr_tables_parser_local.py261 def __write_isr_handlers(self, fp): argument
272 def __write_irq_handlers(self, fp): argument
279 def __write_shared_handlers(self, fp): argument
309 def write_source(self, fp): argument
323 def __write_linker_irq(self, fp): argument
332 def __write_linker_shared(self, fp): argument
356 def __write_linker_isr(self, fp): argument
366 def write_linker_vt(self, fp): argument
370 def write_linker_swi(self, fp): argument
Dgen_isr_tables_parser_carrays.py182 def __write_code_irq_vector_table(self, fp): argument
200 def __write_address_irq_vector_table(self, fp): argument
215 def __write_shared_table(self, fp): argument
242 def write_source(self, fp): argument
Dprocess_gperf.py80 def process_line(line, fp): argument
Dgen_kobject_list.py773 def write_gperf_table(fp, syms, objs, little_endian, static_begin, static_end): argument
901 def write_validation_output(fp): argument
921 def write_kobj_types_output(fp): argument
942 def write_kobj_otype_output(fp): argument
966 def write_kobj_size_output(fp): argument
/Zephyr-latest/subsys/profiling/perf/backends/
Dperf_x86_64.c44 void **fp = (void **)arch_current_thread()->callee_saved.rbp; in arch_perf_current_stack_trace() local
Dperf_riscv.c66 void **fp = (void **)esf->s0; in arch_perf_current_stack_trace() local
Dperf_x86.c56 void **fp = (void **)isf->ebp; in arch_perf_current_stack_trace() local
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.c87 int testfs_write_constant(struct fs_file_t *fp, in testfs_write_constant()
115 int testfs_verify_constant(struct fs_file_t *fp, in testfs_verify_constant()
155 int testfs_write_incrementing(struct fs_file_t *fp, in testfs_write_incrementing()
185 int testfs_verify_incrementing(struct fs_file_t *fp, in testfs_verify_incrementing()
/Zephyr-latest/subsys/fs/
Dlittlefs_fs.c44 #define LFS_FILEP(fp) (&((struct lfs_file_data *)(fp->filep))->file) argument
262 static void release_file_data(struct fs_file_t *fp) in release_file_data()
289 static int littlefs_open(struct fs_file_t *fp, const char *path, in littlefs_open()
328 static int littlefs_close(struct fs_file_t *fp) in littlefs_close()
373 static ssize_t littlefs_read(struct fs_file_t *fp, void *ptr, size_t len) in littlefs_read()
385 static ssize_t littlefs_write(struct fs_file_t *fp, const void *ptr, size_t len) in littlefs_write()
401 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek()
418 static off_t littlefs_tell(struct fs_file_t *fp) in littlefs_tell()
430 static int littlefs_truncate(struct fs_file_t *fp, off_t length) in littlefs_truncate()
442 static int littlefs_sync(struct fs_file_t *fp) in littlefs_sync()
/Zephyr-latest/subsys/bluetooth/controller/util/
Dmayfly.h20 void (*fp)(void *); member
/Zephyr-latest/lib/libc/picolibc/
Dcbprintf.c23 int cbvprintf(cbprintf_cb out, void *ctx, const char *fp, va_list ap) in cbvprintf()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c26 struct fs_file_t fp; in create_file() local
/Zephyr-latest/arch/arm64/core/
Dfatal.c227 uint64_t *fp; in walk_stackframe() local
256 static bool print_trace_address(void *arg, unsigned long lr, void *fp) in print_trace_address()
/Zephyr-latest/arch/mips/include/mips/
Dregdef.h66 #define fp $30 macro
/Zephyr-latest/subsys/modbus/
Dmodbus_server.c379 float fp; in mbs_fc03_hreg_read() local
491 float fp; in mbs_fc04_inreg_read() local
904 float fp; in mbs_fc16_hregs_write() local
/Zephyr-latest/arch/riscv/core/
Dstacktrace.c22 uintptr_t fp; member
103 uintptr_t fp, last_fp = 0; in walk_stackframe() local
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dmain.c159 const struct flash_parameters *fp; in ZTEST() local
/Zephyr-latest/include/zephyr/arch/arm64/
Dexception.h51 uint64_t fp; member
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c80 FILE *fp = fopen(SETTINGS_FILE, "r+"); in settings_custom_load() local
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dfloat_context.h153 uint64_t fp[32]; member
/Zephyr-latest/drivers/flash/
Dflash_stm32wb0x.c403 static const struct flash_parameters fp = { in flash_wb0x_get_parameters() local
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/
Dmain.c448 const struct flash_parameters *fp = flash_get_parameters(flash_dev); in ZTEST() local
/Zephyr-latest/arch/arc/include/
Dkernel_arch_data.h131 uintptr_t fp; /* r27 */ member
/Zephyr-latest/lib/os/
Dcbprintf_complete.c1369 int z_cbvprintf_impl(cbprintf_cb __out, void *ctx, const char *fp, in z_cbvprintf_impl()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1590 def check_file(self, file, fp): argument