Searched refs:ZR_DEVICE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zoran_card.c | 81 #define ZR_DEVICE(subven, subdev, data) { \ macro 86 ZR_DEVICE(PCI_VENDOR_ID_MIRO, PCI_DEVICE_ID_MIRO_DC10PLUS, DC10_PLUS), 87 ZR_DEVICE(PCI_VENDOR_ID_MIRO, PCI_DEVICE_ID_MIRO_DC30PLUS, DC30_PLUS), 88 ZR_DEVICE(PCI_VENDOR_ID_ELECTRONICDESIGNGMBH, PCI_DEVICE_ID_LML_33R10, LML33R10), 89 ZR_DEVICE(PCI_VENDOR_ID_IOMEGA, PCI_DEVICE_ID_IOMEGA_BUZ, BUZ), 90 ZR_DEVICE(PCI_ANY_ID, PCI_ANY_ID, NUM_CARDS),
|