Home
last modified time | relevance | path

Searched refs:pci_notice (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ptp.c356 pci_notice(adapter->pdev, in iavf_ptp_init()
/linux/drivers/pci/hotplug/
H A Dcpqphp_core.c779 pci_notice(pdev, "the device is not a bridge, skipping\n"); in cpqhpc_probe()
/linux/drivers/i2c/busses/
H A Di2c-i801.c1561 pci_notice(dev, "%s disabled by user\n", i801_feature_names[i]); in i801_probe()
/linux/include/linux/
H A Dpci.h2932 #define pci_notice(pdev, fmt, arg...) dev_notice(&(pdev)->dev, fmt, ##arg) macro