Lines Matching defs:_table
74 #define MODULE_DEVICE_TABLE(_bus, _table) \
76 static device_method_t _ ## _bus ## _ ## _table ## _methods[] = { \
80 static driver_t _ ## _bus ## _ ## _table ## _driver = { \
81 "lkpi_" #_bus #_table, \
82 _ ## _bus ## _ ## _table ## _methods, \
86 DRIVER_MODULE(lkpi_ ## _table, pci, _ ## _bus ## _ ## _table ## _driver,\
90 _bus, lkpi_ ## _table, _table, nitems(_table) - 1)
801 #define DEFINE_PCI_DEVICE_TABLE(_table) \
802 const struct pci_device_id _table[] __devinitdata