/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_diskops.h | 226 void ext2_write_direntry(struct ext2_disk_direntry *disk_de, struct ext2_direntry *de); 228 uint32_t ext2_get_disk_direntry_inode(struct ext2_disk_direntry *de); 229 uint32_t ext2_get_disk_direntry_reclen(struct ext2_disk_direntry *de); 230 uint8_t ext2_get_disk_direntry_namelen(struct ext2_disk_direntry *de); 231 uint8_t ext2_get_disk_direntry_type(struct ext2_disk_direntry *de); 233 void ext2_set_disk_direntry_inode(struct ext2_disk_direntry *de, uint32_t inode); 234 void ext2_set_disk_direntry_reclen(struct ext2_disk_direntry *de, uint16_t reclen); 235 void ext2_set_disk_direntry_namelen(struct ext2_disk_direntry *de, uint8_t namelen); 236 void ext2_set_disk_direntry_type(struct ext2_disk_direntry *de, uint8_t type); 237 void ext2_set_disk_direntry_name(struct ext2_disk_direntry *de, const char *name, size_t len);
|
D | ext2_impl.c | 569 struct ext2_direntry *de; in find_dir_entry() local 583 de = ext2_fetch_direntry(disk_de); in find_dir_entry() 584 if (de == NULL) { in find_dir_entry() 588 if (len == de->de_name_len && strncmp(de->de_name, name, len) == 0) { in find_dir_entry() 589 ino = de->de_inode; in find_dir_entry() 597 offset += de->de_rec_len; in find_dir_entry() 598 k_heap_free(&direntry_heap, de); in find_dir_entry() 603 k_heap_free(&direntry_heap, de); in find_dir_entry() 826 struct ext2_direntry *de = ext2_fetch_direntry(disk_de); in ext2_get_direntry() local 828 if (de == NULL) { in ext2_get_direntry() [all …]
|
D | ext2_format.c | 351 struct ext2_direntry *de; in ext2_format() local 366 de = ext2_create_direntry(".", 1, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format() 367 ext2_write_direntry(disk_de, de); in ext2_format() 369 de_offset += de->de_rec_len; in ext2_format() 370 k_heap_free(&direntry_heap, de); in ext2_format() 373 de = ext2_create_direntry("..", 2, EXT2_ROOT_INODE, EXT2_FT_DIR); in ext2_format() 374 ext2_write_direntry(disk_de, de); in ext2_format() 376 de_offset += de->de_rec_len; in ext2_format() 377 k_heap_free(&direntry_heap, de); in ext2_format() 382 de = ext2_create_direntry(name, strlen(name), lost_found_inode, EXT2_FT_DIR); in ext2_format() [all …]
|
D | ext2_diskops.c | 135 struct ext2_direntry *de = k_heap_alloc(&direntry_heap, prog_rec_len, K_FOREVER); in ext2_fetch_direntry() local 137 __ASSERT(de != NULL, "allocated direntry can't be NULL"); in ext2_fetch_direntry() 139 de->de_inode = sys_le32_to_cpu(disk_de->de_inode); in ext2_fetch_direntry() 140 de->de_rec_len = sys_le16_to_cpu(disk_de->de_rec_len); in ext2_fetch_direntry() 141 de->de_name_len = disk_de->de_name_len; in ext2_fetch_direntry() 142 de->de_file_type = disk_de->de_file_type; in ext2_fetch_direntry() 143 memcpy(de->de_name, disk_de->de_name, de->de_name_len); in ext2_fetch_direntry() 144 return de; in ext2_fetch_direntry() 147 void ext2_write_direntry(struct ext2_disk_direntry *disk_de, struct ext2_direntry *de) in ext2_write_direntry() argument 149 disk_de->de_inode = sys_le32_to_cpu(de->de_inode); in ext2_write_direntry() [all …]
|
/Zephyr-latest/lib/posix/options/ |
D | file_system_r.c | 24 struct fs_dirent de; in readdir_r() local 41 rc = fs_readdir(&ptr->dir, &de); in readdir_r() 47 strncpy(entry->d_name, de.name, MIN(sizeof(entry->d_name), sizeof(de.name))); in readdir_r()
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | test_dirops.c | 20 struct fs_dirent de; in ZTEST() local 27 if (fs_stat("/sml/lost+found", &de) == 0) { in ZTEST()
|
/Zephyr-latest/boards/panasonic/pan1783/doc/ |
D | index.rst | 60 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 61 .. _pan1783_evb user guide: https://pideu.panasonic.de/development-hub/pan1783/evaluation_board/use… 62 .. _pan1783a_evb user guide: https://pideu.panasonic.de/development-hub/pan1783a/evaluation_board/u… 63 .. _pan1783a_pa_evb user guide: https://pideu.panasonic.de/development-hub/pan1783a_pa/evaluation_b… 64 .. _download section PAN1783: https://pideu.panasonic.de/development-hub/pan1783/downloads/ 65 .. _download section PAN1783A: https://pideu.panasonic.de/development-hub/pan1783a/downloads/ 66 .. _download section PAN1783A-PA: https://pideu.panasonic.de/development-hub/pan1783a_pa/downloads/
|
/Zephyr-latest/soc/st/stm32/stm32f3x/ |
D | Kconfig.defconfig.stm32f303x8 | 3 # Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de> 4 # Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de>
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f303X8.dtsi | 2 * Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de> 3 * Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de>
|
/Zephyr-latest/boards/panasonic/pan1782_evb/doc/ |
D | index.rst | 49 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 50 .. _user guide: https://pideu.panasonic.de/development-hub/pan1782/evaluation_board/user_guide/ 51 .. _download section: https://pideu.panasonic.de/development-hub/pan1782/downloads/
|
/Zephyr-latest/boards/panasonic/pan1781_evb/doc/ |
D | index.rst | 48 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 49 .. _user guide: https://pideu.panasonic.de/development-hub/pan1781/evaluation_board/user_guide/ 50 .. _download section: https://pideu.panasonic.de/development-hub/pan1781/downloads/
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_serial.c | 36 if (cfg->de != NULL) { in modbus_serial_tx_on() 37 gpio_pin_set(cfg->de->port, cfg->de->pin, 1); in modbus_serial_tx_on() 48 if (cfg->de != NULL) { in modbus_serial_tx_off() 49 gpio_pin_set(cfg->de->port, cfg->de->pin, 0); in modbus_serial_tx_off() 426 if (cfg->de != NULL) { in configure_gpio() 427 if (!device_is_ready(cfg->de->port)) { in configure_gpio() 431 if (gpio_pin_configure_dt(cfg->de, GPIO_OUTPUT_INACTIVE)) { in configure_gpio()
|
/Zephyr-latest/boards/panasonic/pan1770_evb/doc/ |
D | index.rst | 50 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 51 .. _user guide: https://pideu.panasonic.de/development-hub/pan1770/evaluation_board/user_guide/ 52 .. _download section: https://pideu.panasonic.de/development-hub/pan1770/downloads/
|
/Zephyr-latest/boards/panasonic/pan1780_evb/doc/ |
D | index.rst | 49 .. _Panasonic Wireless Connectivity Development Hub: https://pideu.panasonic.de/development-hub/ 50 .. _user guide: https://pideu.panasonic.de/development-hub/pan1780/evaluation_board/user_guide/ 51 .. _download section: https://pideu.panasonic.de/development-hub/pan1780/downloads/
|
/Zephyr-latest/samples/boards/st/backup_sram/boards/ |
D | nucleo_h563zi.overlay | 4 * Copyright (c) 2024 Thorsten Spätling <thorsten.spaetling@vierling.de>
|
/Zephyr-latest/boards/st/nucleo_f303k8/ |
D | Kconfig.nucleo_f303k8 | 1 # Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
/Zephyr-latest/boards/st/nucleo_f031k6/ |
D | Kconfig.nucleo_f031k6 | 1 # Copyright (c) 2021 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
|
/Zephyr-latest/drivers/sensor/meas/ms5607/ |
D | CMakeLists.txt | 1 # Copyright (c) 2019 Thomas Schmid <tom@lfence.de>
|
/Zephyr-latest/drivers/sensor/apds9306/ |
D | CMakeLists.txt | 3 # Author: Daniel Kampert <DanielKampert@Kampis-Elektroecke.de>
|
/Zephyr-latest/boards/aconno/acn52832/ |
D | Kconfig.acn52832 | 3 # Copyright (c) 2023 Sven Herrmann <sven.herrmann@posteo.de>
|
D | Kconfig.defconfig | 3 # Copyright (c) 2023 Sven Herrmann <sven.herrmann@posteo.de>
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/boards/ |
D | stm32h747i_disco_stm32h747xx_m4.overlay | 2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
|
/Zephyr-latest/samples/subsys/modbus/rtu_client/ |
D | app.overlay | 13 de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | app.overlay | 13 de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
|