Lines Matching refs:pdn
147 struct pci_dn *pdn; /* Associated PCI device node */ member
156 return edev ? edev->pdn : NULL; in eeh_dev_to_pdn()
207 void* (*probe)(struct pci_dn *pdn, void *data);
217 int (*read_config)(struct pci_dn *pdn, int where, int size, u32 *val);
218 int (*write_config)(struct pci_dn *pdn, int where, int size, u32 val);
220 int (*restore_config)(struct pci_dn *pdn);
221 int (*notify_resume)(struct pci_dn *pdn);
288 struct eeh_dev *eeh_dev_init(struct pci_dn *pdn);
313 int eeh_restore_vf_config(struct pci_dn *pdn);
339 static inline void *eeh_dev_init(struct pci_dn *pdn, void *data) in eeh_dev_init() argument
355 static inline void eeh_add_device_early(struct pci_dn *pdn) { } in eeh_add_device_early() argument
357 static inline void eeh_add_device_tree_early(struct pci_dn *pdn) { } in eeh_add_device_tree_early() argument