Searched refs:ss_vendor (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | search.c | 292 * @ss_vendor: PCI subsystem vendor id to match, or %PCI_ANY_ID to match all vendor ids 297 * with a matching @vendor, @device, @ss_vendor and @ss_device, a pointer to its 305 unsigned int ss_vendor, unsigned int ss_device, in pci_get_subsys() 311 .subvendor = ss_vendor, in pci_get_subsys() 304 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) pci_get_subsys() argument
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | search.c | 289 * @ss_vendor: PCI subsystem vendor id to match, or %PCI_ANY_ID to match all vendor ids 294 * with a matching @vendor, @device, @ss_vendor and @ss_device, a pointer to its 302 unsigned int ss_vendor, unsigned int ss_device, in pci_get_subsys() 308 .subvendor = ss_vendor, in pci_get_subsys() 301 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) pci_get_subsys() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1084 unsigned int ss_vendor, unsigned int ss_device, 1709 unsigned int ss_vendor, in pci_get_subsys() 1707 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) pci_get_subsys() argument
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 3866 u16 ss_card, ss_vendor; in snd_cs46xx_create() local 3926 pci_read_config_word(pci, PCI_SUBSYSTEM_VENDOR_ID, &ss_vendor); in snd_cs46xx_create() 3930 if (cp->vendor == ss_vendor && cp->id == ss_card) { in snd_cs46xx_create()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 3827 u16 ss_card, ss_vendor; in snd_cs46xx_create() local 3881 pci_read_config_word(pci, PCI_SUBSYSTEM_VENDOR_ID, &ss_vendor); in snd_cs46xx_create() 3885 if (cp->vendor == ss_vendor && cp->id == ss_card) { in snd_cs46xx_create()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 1178 unsigned int ss_vendor, unsigned int ss_device, 1947 unsigned int ss_vendor, in pci_get_subsys() 1945 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) pci_get_subsys() argument
|
Completed in 21 milliseconds