Searched refs:eeh_dev_to_of_node (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | eeh_event.c | 80 eeh_mark_slot(eeh_dev_to_of_node(edev), EEH_MODE_RECOVERING); in eeh_event_handler() 89 eeh_clear_slot(eeh_dev_to_of_node(edev), EEH_MODE_RECOVERING); in eeh_event_handler() 132 struct device_node *dn = eeh_dev_to_of_node(edev); in eeh_send_failure_event()
|
D | eeh.c | 135 struct device_node *dn = eeh_dev_to_of_node(edev); in eeh_gather_pci_data() 236 eeh_ops->configure_bridge(eeh_dev_to_of_node(edev)); in eeh_slot_error_detail() 240 eeh_ops->get_log(eeh_dev_to_of_node(edev), severity, pci_regs_buf, loglen); in eeh_slot_error_detail() 549 struct device_node *dn = eeh_dev_to_of_node(edev); in eeh_pci_enable() 653 struct device_node *dn = eeh_dev_to_of_node(edev); in eeh_reset_pe_once() 701 struct device_node *dn = eeh_dev_to_of_node(edev); in eeh_reset_pe() 743 struct device_node *dn = eeh_dev_to_of_node(edev); in eeh_restore_one_device_bars() 798 for_each_child_of_node(eeh_dev_to_of_node(edev), dn) in eeh_restore_bars() 818 dn = eeh_dev_to_of_node(edev); in eeh_save_bars()
|
D | eeh_driver.c | 353 dn = eeh_dev_to_of_node(edev); in eeh_reset_device() 414 frozen_dn = eeh_find_device_pe(eeh_dev_to_of_node(event->edev)); in handle_eeh_events() 416 location = of_get_property(eeh_dev_to_of_node(event->edev), "ibm,loc-code", NULL); in handle_eeh_events() 480 rc = eeh_ops->wait_state(eeh_dev_to_of_node(frozen_edev), MAX_WAIT_FOR_RECOVERY*1000); in handle_eeh_events()
|
/arch/powerpc/include/asm/ |
D | eeh.h | 61 static inline struct device_node *eeh_dev_to_of_node(struct eeh_dev *edev) in eeh_dev_to_of_node() function
|