Searched defs:eeh_dev (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/include/asm/
H A Deeh.h123 struct eeh_dev { struct
140 static inline struct device_node *eeh_dev_to_of_node(struct eeh_dev *edev)
145 static inline struct pci_dev *eeh_dev_to_pci_dev(struct eeh_dev *edev)
150 static inline struct eeh_pe *eeh_dev_to_pe(struct eeh_dev* edev)
264 struct eeh_pe *eeh_pe_get(struct eeh_dev *edev);
265 int eeh_add_to_parent_pe(struct eeh_dev *edev);
266 int eeh_rmv_from_parent_pe(struct eeh_dev *edev);
282 int eeh_dev_check_failure(struct eeh_dev *edev);

Completed in 7 milliseconds