Searched refs:dn (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_rename.c | 58 const char *dn = FATFS_MNTP"/td"; in test_rename_dir() local 64 if (delete_it(dn, 0) || delete_it(ndn, 0)) { in test_rename_dir() 69 res = fs_rename(dn, ndn); in test_rename_dir() 77 res = create_dir(dn); in test_rename_dir() 82 res = fs_rename(dn, ndn); in test_rename_dir() 85 check_file_dir_exists(dn)) { in test_rename_dir() 86 TC_PRINT("Renaming %s to %s failed [%d]\n", dn, ndn, res); in test_rename_dir() 92 create_file(dn); in test_rename_dir() 93 res = fs_rename(dn, ndn); in test_rename_dir() 96 check_file_dir_exists(dn)) { in test_rename_dir() [all …]
|
/Zephyr-latest/scripts/build/ |
D | elf_parser.py | 199 dn = deps.pop() 200 if dn.dep_ordinal in devices: 202 dev.devs_depends_on.add(devices[dn.dep_ordinal]) 203 elif dn != root: 205 for ddn in dn.depends_on:
|
/Zephyr-latest/drivers/spi/ |
D | spi_xec_qmspi.c | 331 int dn; in qmspi_descr_alloc() local 357 dn = didx + 1; in qmspi_descr_alloc() 359 descr |= ((dn & MCHP_QMSPI_C_NEXT_DESCR_MASK0) << in qmspi_descr_alloc() 370 if (dn < MCHP_QMSPI_MAX_DESCR) { in qmspi_descr_alloc() 379 return dn; in qmspi_descr_alloc()
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_ch9.c | 562 static void string_ascii7_to_utf16le(struct usbd_desc_node *const dn, in string_ascii7_to_utf16le() argument 567 .bDescriptorType = dn->bDescriptorType, in string_ascii7_to_utf16le() 573 if (dn->str.utype == USBD_DUT_STRING_SERIAL_NUMBER && dn->str.use_hwinfo) { in string_ascii7_to_utf16le() 584 head.bLength = dn->bLength; in string_ascii7_to_utf16le() 585 ascii7_str = (uint8_t *)dn->ptr; in string_ascii7_to_utf16le()
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 776 struct usbd_desc_node *dn);
|