Searched defs:s626_pci_table (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Ds626.c119 static DEFINE_PCI_DEVICE_TABLE(s626_pci_table) = { variable
124 MODULE_DEVICE_TABLE(pci, s626_pci_table);
239 .id_table = s626_pci_table,
563 for (i = 0; i < (ARRAY_SIZE(s626_pci_table) - 1) && !pdev; i++) {
564 ids = &s626_pci_table[i];

Completed in 146 milliseconds