Lines Matching defs:device
49 struct pci_dev *rpd; /* Root Port device */
53 /* AER stats for the device */
58 * "as seen by this device". Note that this may mean that if an
71 /* Total number of ERR_COR sent by this device */
73 /* Total number of ERR_FATAL sent by this device */
75 /* Total number of ERR_NONFATAL sent by this device */
138 * enable_ecrc_checking - enable PCIe ECRC checking for a device
139 * @dev: the PCI device
162 * disable_ecrc_checking - disables PCIe ECRC checking for a device
163 * @dev: the PCI device
183 * pcie_set_ecrc_checking - set/unset PCIe ECRC checking for a device based on global policy
184 * @dev: the PCI device
283 * @dev: the PCI device
530 name##_show(struct device *dev, struct device_attribute *attr, \
566 name##_show(struct device *dev, struct device_attribute *attr, \
594 struct device *dev = kobj_to_dev(kobj);
722 pci_printk(level, dev, " device [%04x:%04x] error status/mask=%08x/%08x\n",
723 dev->vendor, dev->device, info->status, info->mask);
807 * add_error_device - list device to be handled
822 * is_error_source - check whether the device is source of reported error
885 /* List this device */
900 * find_source_device - search through device hierarchy for source device
944 * @dev: pointer to pci_dev data structure of error source device
1056 * @dev: pointer to the device expected to have a error record
1073 /* The device might not support AER */
1312 struct device *device = &dev->device;
1325 rpc = devm_kzalloc(device, sizeof(struct aer_rpc), GFP_KERNEL);
1333 status = devm_request_threaded_irq(device, dev->irq, aer_irq, aer_isr,