Searched refs:ven_id (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | cx2072x.c | 1632 unsigned int ven_id, rev_id; in cx2072x_i2c_probe() local 1660 regmap_read(cx2072x->regmap, CX2072X_VENDOR_ID, &ven_id); in cx2072x_i2c_probe() 1663 dev_info(cx2072x->dev, "codec version: %08x,%08x\n", ven_id, rev_id); in cx2072x_i2c_probe()
|
/linux-6.12.1/sound/pci/hda/ |
D | patch_via.c | 128 u16 ven_id = vendor_id >> 16; in get_codec_type() local 133 if (ven_id != 0x1106) in get_codec_type()
|
/linux-6.12.1/drivers/scsi/csiostor/ |
D | csio_hw.c | 4311 csio_hw_set_description(struct csio_hw *hw, uint16_t ven_id, uint16_t dev_id) in csio_hw_set_description() argument 4315 if (ven_id == CSIO_VENDOR_ID) { in csio_hw_set_description() 4343 uint16_t ven_id, dev_id; in csio_hw_init() local 4361 ven_id = hw->params.pci.vendor_id; in csio_hw_init() 4364 csio_hw_set_description(hw, ven_id, dev_id); in csio_hw_init()
|