Lines Matching defs:ctrl
31 static void set_slot_off(struct controller *ctrl) in set_slot_off()
59 static int board_added(struct controller *ctrl) in board_added()
109 static void remove_board(struct controller *ctrl, bool safe_removal) in remove_board()
135 void pciehp_request(struct controller *ctrl, int action) in pciehp_request()
144 struct controller *ctrl = container_of(work, struct controller, in pciehp_queue_pushbutton_work() local
161 void pciehp_handle_button_press(struct controller *ctrl) in pciehp_handle_button_press()
210 void pciehp_handle_disable_request(struct controller *ctrl) in pciehp_handle_disable_request()
225 void pciehp_handle_presence_or_link_change(struct controller *ctrl, u32 events) in pciehp_handle_presence_or_link_change()
284 static int __pciehp_enable_slot(struct controller *ctrl) in __pciehp_enable_slot()
309 static int pciehp_enable_slot(struct controller *ctrl) in pciehp_enable_slot()
328 static int __pciehp_disable_slot(struct controller *ctrl, bool safe_removal) in __pciehp_disable_slot()
345 static int pciehp_disable_slot(struct controller *ctrl, bool safe_removal) in pciehp_disable_slot()
362 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_sysfs_enable_slot() local
401 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_sysfs_disable_slot() local