Searched refs:dm (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/mgmt/mcumgr/zcbor_bulk/src/ |
D | main.c | 46 struct zcbor_map_decode_key_val dm[] = { in ZTEST() local 65 int rc = zcbor_map_decode_bulk(zsd, dm, ARRAY_SIZE(dm), &decoded); in ZTEST() 68 zassert_equal(decoded, ARRAY_SIZE(dm), "Expected %d got %d", in ZTEST() 69 ARRAY_SIZE(dm), decoded); in ZTEST() 87 struct zcbor_map_decode_key_val dm[] = { in ZTEST() local 106 int rc = zcbor_map_decode_bulk(zsd, dm, ARRAY_SIZE(dm), &decoded); in ZTEST() 109 zassert_equal(decoded, ARRAY_SIZE(dm), "Expected %d got %d", in ZTEST() 110 ARRAY_SIZE(dm), decoded); in ZTEST() 128 struct zcbor_map_decode_key_val dm[] = { in ZTEST() local 145 int rc = zcbor_map_decode_bulk(zsd, dm, ARRAY_SIZE(dm), &decoded); in ZTEST() [all …]
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_apbuart.c | 493 uint32_t dm; in apbuart_init() local 499 dm = ctrl & APBUART_DEBUG_MASK; in apbuart_init() 500 if (dm == APBUART_DEBUG_MASK) { in apbuart_init()
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | dsa_ksz8xxx.c | 963 const struct device *dm, *dev = net_if_get_device(iface); in dsa_iface_init() local 971 dm = DEVICE_DT_GET(DT_INST_PHANDLE(0, dsa_master_port)); in dsa_iface_init() 972 context->iface_master = net_if_lookup_by_dev(dm); in dsa_iface_init()
|
/Zephyr-Core-3.6.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | chromebooks_adsp.rst | 64 Linux's dm-verity feature) all access to the read-only root 66 for a custom kernel) requires that the dm-verity layer be turned off: 105 "dm-0" verity device, and that the rootfs is read-write. 110 "root=<guid>" and not "root=dm-0". It does seem to leave the other
|