Searched refs:ss_device (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dsearch.c171 * @ss_device: PCI subsystem device id to match, or %PCI_ANY_ID to match all device ids
175 * found with a matching @vendor, @device, @ss_vendor and @ss_device, a
188 unsigned int ss_device,
212 (ss_device == PCI_ANY_ID || dev->subsystem_device == ss_device))
250 * @ss_device: PCI subsystem device id to match, or %PCI_ANY_ID to match all device ids
254 * with a matching @vendor, @device, @ss_vendor and @ss_device, a pointer to its
263 unsigned int ss_vendor, unsigned int ss_device,
287 (ss_device == PCI_ANY_ID || dev->subsystem_device == ss_device))
185 pci_find_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, const struct pci_dev *from) argument
262 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_card.c1305 unsigned short ss_vendor, ss_device; local
1308 ss_device = zr->pci_dev->subsystem_device;
1317 ZR_DEVNAME(zr), ss_vendor, ss_device);
1325 ss_device == zoran_cards[i].device_id) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h492 unsigned int ss_vendor, unsigned int ss_device,
713 unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from)
712 pci_get_subsys(unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, struct pci_dev *from) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dsmsc-ircc2.c2771 unsigned short ss_device = 0x0000; local
2787 ss_device = dev->subsystem_device;
2795 (conf->subdevice == ss_device ||

Completed in 130 milliseconds