Home
last modified time | relevance | path

Searched refs:de (Results 1 – 25 of 153) sorted by relevance

1234567

/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.h226 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);
Dext2_impl.c569 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 …]
Dext2_format.c351 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 …]
Dext2_diskops.c135 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/
Dfile_system_r.c24 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/
Dtest_dirops.c20 struct fs_dirent de; in ZTEST() local
27 if (fs_stat("/sml/lost+found", &de) == 0) { in ZTEST()
/Zephyr-latest/boards/panasonic/pan1783/doc/
Dindex.rst60 .. _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/
DKconfig.defconfig.stm32f303x83 # 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/
Dstm32f303X8.dtsi2 * 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/
Dindex.rst49 .. _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/
Dindex.rst48 .. _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/
Dmodbus_serial.c36 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/
Dindex.rst50 .. _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/
Dindex.rst49 .. _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/
Dnucleo_h563zi.overlay4 * Copyright (c) 2024 Thorsten Spätling <thorsten.spaetling@vierling.de>
/Zephyr-latest/boards/st/nucleo_f303k8/
DKconfig.nucleo_f303k81 # Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
/Zephyr-latest/boards/st/nucleo_f031k6/
DKconfig.nucleo_f031k61 # Copyright (c) 2021 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de>
/Zephyr-latest/drivers/sensor/meas/ms5607/
DCMakeLists.txt1 # Copyright (c) 2019 Thomas Schmid <tom@lfence.de>
/Zephyr-latest/drivers/sensor/apds9306/
DCMakeLists.txt3 # Author: Daniel Kampert <DanielKampert@Kampis-Elektroecke.de>
/Zephyr-latest/boards/aconno/acn52832/
DKconfig.acn528323 # Copyright (c) 2023 Sven Herrmann <sven.herrmann@posteo.de>
DKconfig.defconfig3 # Copyright (c) 2023 Sven Herrmann <sven.herrmann@posteo.de>
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/boards/
Dstm32h747i_disco_stm32h747xx_m4.overlay2 * Copyright (c) 2024 Celina Sophie Kalus <hello@celinakalus.de>
/Zephyr-latest/samples/subsys/modbus/rtu_client/
Dapp.overlay13 de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
/Zephyr-latest/samples/subsys/modbus/rtu_server/
Dapp.overlay13 de-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */

1234567