Home
last modified time | relevance | path

Searched refs:devid (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h59 uint32_t devid; member
Dusb_dc_native_posix_adapt.c401 devid_global = ntohl(hdr->devid); in usbip_start()
442 rsp.common.devid = htonl(0); in usbip_send_common()
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_shell.c217 SHELL_CMD_ARG(devid, NULL, "Show device id", cmd_get_device_id, 1, 0),
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c2735 uint32_t devid = sys_read32(config->base + DEV_ID); in cdns_i3c_read_hw_cfg() local
2743 REV_ID_REV_MINOR(revid), devid); in cdns_i3c_read_hw_cfg()
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst1162 * :github:`23444` - drivers: hwinfo: shell command "hwinfo devid" output ignores endianness
Drelease-notes-3.2.rst2137 * :github:`48447` - ``hwinfo devid`` does not work correctly for NXP devices using ``nxp,lpc-uid`` …