Lines Matching refs:eeh_dev
202 struct eeh_dev *edev, *tmp; in eeh_pe_dev_traverse()
236 struct eeh_dev *edev = (struct eeh_dev *)flag; in __eeh_pe_get()
274 struct eeh_pe *eeh_pe_get(struct eeh_dev *edev) in eeh_pe_get()
292 static struct eeh_pe *eeh_pe_get_parent(struct eeh_dev *edev) in eeh_pe_get_parent()
294 struct eeh_dev *parent; in eeh_pe_get_parent()
330 int eeh_add_to_parent_pe(struct eeh_dev *edev) in eeh_add_to_parent_pe()
445 int eeh_rmv_from_parent_pe(struct eeh_dev *edev) in eeh_rmv_from_parent_pe()
546 struct eeh_dev *edev, *tmp; in __eeh_pe_state_mark()
588 struct eeh_dev *edev = data; in __eeh_pe_dev_mode_mark()
620 struct eeh_dev *edev, *tmp; in __eeh_pe_state_clear()
700 static void eeh_bridge_check_link(struct eeh_dev *edev) in eeh_bridge_check_link()
775 static void eeh_restore_bridge_bars(struct eeh_dev *edev) in eeh_restore_bridge_bars()
805 static void eeh_restore_device_bars(struct eeh_dev *edev) in eeh_restore_device_bars()
851 struct eeh_dev *edev = (struct eeh_dev *)data; in eeh_restore_one_device_bars()
931 struct eeh_dev *edev; in eeh_pe_bus_get()
942 edev = list_first_entry_or_null(&pe->edevs, struct eeh_dev, list); in eeh_pe_bus_get()