Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/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-Core-3.4.0/drivers/sensor/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-Core-3.4.0/drivers/sensor/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-Core-3.4.0/subsys/usb/device/class/
Dmsc.c191 uint8_t product_id[INQ_PRODUCT_ID_LEN]; member
198 .product_id = CONFIG_MASS_STORAGE_INQ_PRODUCT_ID,
/Zephyr-Core-3.4.0/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h105 uint16_t product_id; member