Searched refs:DEFINE_PCI_DEVICE_TABLE (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/scripts/
H A Dtags.sh211 --regex-c='/DEFINE_PCI_DEVICE_TABLE\((\w*)/\1/v/' \
H A Dcheckpatch.pl3252 # check for uses of DEFINE_PCI_DEVICE_TABLE
3254 if (WARN("DEFINE_PCI_DEVICE_TABLE",
3255 "Prefer struct pci_device_id over deprecated DEFINE_PCI_DEVICE_TABLE\n" . $herecurr) &&
3257 $fixed[$fixlinenr] =~ s/\b(?:static\s+|)DEFINE_PCI_DEVICE_TABLE\s*\(\s*(\w+)\s*\)\s*=\s*/static const struct pci_device_id $1\[\] = /;
/linux-4.1.27/drivers/misc/cxl/
H A Dpci.c135 static DEFINE_PCI_DEVICE_TABLE(cxl_pci_tbl) = {
/linux-4.1.27/drivers/scsi/
H A Dwd719x.c966 static DEFINE_PCI_DEVICE_TABLE(wd719x_pci_table) = {
/linux-4.1.27/include/linux/
H A Dpci.h674 * DEFINE_PCI_DEVICE_TABLE - macro used to describe a pci device table
679 #define DEFINE_PCI_DEVICE_TABLE(_table) \ macro
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore_snbep.c2218 static DEFINE_PCI_DEVICE_TABLE(hswep_uncore_pci_ids) = {

Completed in 200 milliseconds