/Zephyr-Core-3.5.0/scripts/build/ |
D | gen_isr_tables.py | 142 def write_code_irq_vector_table(fp, vt, nv, syms): argument 157 def write_address_irq_vector_table(fp, vt, nv): argument 180 def write_shared_table(fp, shared, nv): argument 203 def write_source_file(fp, vt, swt, intlist, syms, shared): argument
|
D | process_gperf.py | 80 def process_line(line, fp): argument
|
D | gen_kobject_list.py | 764 def write_gperf_table(fp, syms, objs, little_endian, static_begin, static_end): argument 892 def write_validation_output(fp): argument 912 def write_kobj_types_output(fp): argument 933 def write_kobj_otype_output(fp): argument 957 def write_kobj_size_output(fp): argument
|
/Zephyr-Core-3.5.0/tests/subsys/fs/common/ |
D | test_fs_util.c | 87 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-Core-3.5.0/subsys/fs/ |
D | littlefs_fs.c | 41 #define LFS_FILEP(fp) (&((struct lfs_file_data *)(fp->filep))->file) argument 259 static void release_file_data(struct fs_file_t *fp) in release_file_data() 286 static int littlefs_open(struct fs_file_t *fp, const char *path, in littlefs_open() 325 static int littlefs_close(struct fs_file_t *fp) in littlefs_close() 370 static ssize_t littlefs_read(struct fs_file_t *fp, void *ptr, size_t len) in littlefs_read() 382 static ssize_t littlefs_write(struct fs_file_t *fp, const void *ptr, size_t len) in littlefs_write() 398 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek() 415 static off_t littlefs_tell(struct fs_file_t *fp) in littlefs_tell() 427 static int littlefs_truncate(struct fs_file_t *fp, off_t length) in littlefs_truncate() 439 static int littlefs_sync(struct fs_file_t *fp) in littlefs_sync()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/util/ |
D | mayfly.h | 20 void (*fp)(void *); member
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_rename.c | 26 struct fs_file_t fp; in create_file() local
|
/Zephyr-Core-3.5.0/arch/mips/include/mips/ |
D | regdef.h | 66 #define fp $30 macro
|
/Zephyr-Core-3.5.0/subsys/modbus/ |
D | modbus_server.c | 378 float fp; in mbs_fc03_hreg_read() local 488 float fp; in mbs_fc04_inreg_read() local 906 float fp; in mbs_fc16_hregs_write() local
|
/Zephyr-Core-3.5.0/tests/subsys/fs/fcb/src/ |
D | main.c | 153 const struct flash_parameters *fp; in ZTEST() local
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | fatal.c | 220 uint64_t *fp = (uint64_t *) esf->fp; in esf_unwind() local
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | settings.c | 80 FILE *fp = fopen(SETTINGS_FILE, "r+"); in settings_custom_load() local
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/ |
D | exc.h | 51 uint64_t fp; member
|
/Zephyr-Core-3.5.0/lib/libc/picolibc/ |
D | libc-hooks.c | 92 int cbvprintf(cbprintf_cb out, void *ctx, const char *fp, va_list ap) in cbvprintf()
|
/Zephyr-Core-3.5.0/tests/drivers/flash_simulator/src/ |
D | main.c | 288 const struct flash_parameters *fp = flash_get_parameters(flash_dev); in ZTEST() local
|
/Zephyr-Core-3.5.0/tests/kernel/fpu_sharing/generic/src/ |
D | float_context.h | 143 uint64_t fp[32]; member
|
/Zephyr-Core-3.5.0/arch/arc/include/ |
D | kernel_arch_data.h | 131 uintptr_t fp; /* r27 */ member
|
/Zephyr-Core-3.5.0/lib/os/ |
D | cbprintf_complete.c | 1338 int z_cbvprintf_impl(cbprintf_cb out, void *ctx, const char *fp, in z_cbvprintf_impl()
|