Home
last modified time | relevance | path

Searched refs:to_ctrl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_core.c102 struct controller *ctrl = to_ctrl(hotplug_slot); in set_attention_status()
118 struct controller *ctrl = to_ctrl(hotplug_slot); in get_power_status()
129 struct controller *ctrl = to_ctrl(hotplug_slot); in get_latch_status()
140 struct controller *ctrl = to_ctrl(hotplug_slot); in get_adapter_status()
H A Dpciehp_ctrl.c371 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_sysfs_enable_slot()
410 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_sysfs_disable_slot()
H A Dpciehp_hpc.c351 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_get_raw_indicator_status()
364 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_get_attention_status()
483 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_set_raw_indicator_status()
897 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_reset_slot()
H A Dpciehp.h202 static inline struct controller *to_ctrl(struct hotplug_slot *hotplug_slot) in to_ctrl() function