Home
last modified time | relevance | path

Searched refs:ven_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/hda/
Dpatch_via.c149 u16 ven_id = vendor_id >> 16; in get_codec_type() local
154 if (ven_id != 0x1106) in get_codec_type()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c3848 csio_hw_set_description(struct csio_hw *hw, uint16_t ven_id, uint16_t dev_id) in csio_hw_set_description() argument
3852 if (ven_id == CSIO_VENDOR_ID) { in csio_hw_set_description()
3880 uint16_t ven_id, dev_id; in csio_hw_init() local
3898 ven_id = hw->params.pci.vendor_id; in csio_hw_init()
3901 csio_hw_set_description(hw, ven_id, dev_id); in csio_hw_init()