Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/host/
Dusbip.c46 uint32_t devid; member
73 cmd->hdr.devid = ntohl(cmd->hdr.devid); in usbip_ntoh_command()
135 ret.hdr.devid = htonl(cmd->hdr.devid); in usbip_req_cb()
288 cmd->hdr.devid, cmd->hdr.seqnum, cmd->submit.length, ep, cmd->submit.flags); in usbip_handle_submit()
731 ctx->devid = (1U << 16) | i; in usbip_init()
Dusbip.h75 uint32_t devid; member
/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.c2915 uint32_t devid = sys_read32(config->base + DEV_ID); in cdns_i3c_read_hw_cfg() local
2923 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`` …