Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_core.c103 struct controller *ctrl = to_ctrl(hotplug_slot); in set_attention_status()
119 struct controller *ctrl = to_ctrl(hotplug_slot); in get_power_status()
130 struct controller *ctrl = to_ctrl(hotplug_slot); in get_latch_status()
141 struct controller *ctrl = to_ctrl(hotplug_slot); in get_adapter_status()
H A Dpciehp_hpc.c354 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_get_raw_indicator_status()
367 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_get_attention_status()
486 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_set_raw_indicator_status()
941 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_reset_slot()
H A Dpciehp.h207 static inline struct controller *to_ctrl(struct hotplug_slot *hotplug_slot) in to_ctrl() function