Searched refs:product_id (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-4.1.0/scripts/tracing/ |
| D | trace_capture_usb.py | 35 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-4.1.0/drivers/sensor/sensirion/shtcx/ |
| D | shtcx.c | 194 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-4.1.0/drivers/usb_c/tcpc/ |
| D | shell.c | 34 shell_print(sh, "\tProduct: %04x", chip_info.product_id); \
|
| D | ps8xxx.c | 404 if (chip_info->product_id == PS8815_PRODUCT_ID) { in ps8xxx_tcpc_get_chip_info() 598 LOG_INF("Initialized chip is: %04x:%04x:%04x", chip_info.vendor_id, chip_info.product_id, in ps8xxx_init_work_cb()
|
| D | tcpci.c | 463 ret = tcpci_read_reg16(bus, TCPC_REG_PRODUCT_ID, &chip_info->product_id); in tcpci_tcpm_get_chip_info()
|
| D | rt1715.c | 608 LOG_INF("Initialized chip is: %04x:%04x:%04x", chip_info.vendor_id, chip_info.product_id, in rt1715_init_work_cb()
|
| /Zephyr-4.1.0/drivers/sensor/infineon/dps310/ |
| D | dps310.c | 581 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-4.1.0/subsys/usb/device/class/ |
| D | msc.c | 250 uint8_t product_id[INQ_PRODUCT_ID_LEN]; member 257 .product_id = CONFIG_MASS_STORAGE_INQ_PRODUCT_ID,
|
| /Zephyr-4.1.0/include/zephyr/drivers/usb_c/ |
| D | usbc_tcpc.h | 109 uint16_t product_id; member
|