Lines Matching defs:_table
75 #define MODULE_DEVICE_TABLE_BUS_pci(_bus, _table) \
77 _bus, lkpi_ ## _table, _table, nitems(_table) - 1)
80 #define MODULE_DEVICE_TABLE(_bus, _table) \
82 static device_method_t _ ## _bus ## _ ## _table ## _methods[] = { \
86 static driver_t _ ## _bus ## _ ## _table ## _driver = { \
87 "lkpi_" #_bus #_table, \
88 _ ## _bus ## _ ## _table ## _methods, \
92 DRIVER_MODULE(lkpi_ ## _table, _bus, _ ## _bus ## _ ## _table ## _driver,\
95 MODULE_DEVICE_TABLE_BUS_ ## _bus(_bus, _table)
841 #define DEFINE_PCI_DEVICE_TABLE(_table) \
842 const struct pci_device_id _table[] __devinitdata