Home
last modified time | relevance | path

Searched refs:p_smbus (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_intel.c1968 struct pci_dev *p_smbus; in azx_first_init() local
1970 p_smbus = pci_get_device(PCI_VENDOR_ID_ATI, in azx_first_init()
1973 if (p_smbus) { in azx_first_init()
1974 if (p_smbus->revision < 0x30) in azx_first_init()
1976 pci_dev_put(p_smbus); in azx_first_init()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_intel.c1924 struct pci_dev *p_smbus; in azx_first_init() local
1926 p_smbus = pci_get_device(PCI_VENDOR_ID_ATI, in azx_first_init()
1929 if (p_smbus) { in azx_first_init()
1930 if (p_smbus->revision < 0x30) in azx_first_init()
1932 pci_dev_put(p_smbus); in azx_first_init()

Completed in 7 milliseconds