Home
last modified time | relevance | path

Searched refs:product_id (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/tracing/
Dtrace_capture_usb.py35 if args.product_id.isdecimal():
36 product_id = int(args.product_id)
38 product_id = int(args.product_id, 16)
43 usb_device = usb.core.find(idVendor=vendor_id, idProduct=product_id)
/Zephyr-latest/drivers/sensor/sensirion/shtcx/
Dshtcx.c194 uint16_t product_id; in shtcx_init() local
215 if (shtcx_read_words(dev, SHTCX_CMD_READ_ID, &product_id, 1, 0) < 0) { in shtcx_init()
221 if ((product_id & SHTC1_ID_MASK) != SHTC1_ID_VALUE) { in shtcx_init()
227 if ((product_id & SHTC3_ID_MASK) != SHTC3_ID_VALUE) { in shtcx_init()
/Zephyr-latest/drivers/usb_c/tcpc/
Dshell.c34 shell_print(sh, "\tProduct: %04x", chip_info.product_id); \
Dps8xxx.c494 ret |= tcpci_read_reg16(&cfg->bus, TCPC_REG_PRODUCT_ID, &chip_info->product_id); in ps8xxx_tcpc_get_chip_info()
498 if (chip_info->product_id == PS8815_PRODUCT_ID) { in ps8xxx_tcpc_get_chip_info()
/Zephyr-latest/drivers/sensor/infineon/dps310/
Ddps310.c581 uint8_t product_id = 0; in dps310_init() local
582 int res = i2c_reg_read_byte_dt(&config->i2c, IFX_DPS310_REG_ADDR_PRODUCT_ID, &product_id); in dps310_init()
589 if (product_id != IFX_DPS310_PRODUCT_ID) { in dps310_init()
/Zephyr-latest/subsys/usb/device/class/
Dmsc.c250 uint8_t product_id[INQ_PRODUCT_ID_LEN]; member
257 .product_id = CONFIG_MASS_STORAGE_INQ_PRODUCT_ID,
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h107 uint16_t product_id; member