Searched refs:ZR_DEVICE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_card.c | 133 #define ZR_DEVICE(subven, subdev, data) { \ macro 138 ZR_DEVICE(PCI_VENDOR_ID_MIRO, PCI_DEVICE_ID_MIRO_DC10PLUS, DC10plus), 139 ZR_DEVICE(PCI_VENDOR_ID_MIRO, PCI_DEVICE_ID_MIRO_DC30PLUS, DC30plus), 140 ZR_DEVICE(PCI_VENDOR_ID_ELECTRONICDESIGNGMBH, PCI_DEVICE_ID_LML_33R10, LML33R10), 141 ZR_DEVICE(PCI_VENDOR_ID_IOMEGA, PCI_DEVICE_ID_IOMEGA_BUZ, BUZ), 142 ZR_DEVICE(PCI_ANY_ID, PCI_ANY_ID, NUM_CARDS),
|