Lines Matching refs:octep_hp_controller
49 struct octep_hp_controller *ctrl;
58 struct octep_hp_controller { struct
69 static void octep_hp_enable_pdev(struct octep_hp_controller *hp_ctrl, in octep_hp_enable_pdev() argument
89 static void octep_hp_disable_pdev(struct octep_hp_controller *hp_ctrl, in octep_hp_disable_pdev()
132 octep_hp_register_slot(struct octep_hp_controller *hp_ctrl, in octep_hp_register_slot()
169 struct octep_hp_controller *hp_ctrl = hp_slot->ctrl; in octep_hp_deregister_slot()
189 static void octep_hp_cmd_handler(struct octep_hp_controller *hp_ctrl, in octep_hp_cmd_handler()
221 struct octep_hp_controller *hp_ctrl; in octep_hp_work_handler()
225 hp_ctrl = container_of(work, struct octep_hp_controller, work); in octep_hp_work_handler()
258 struct octep_hp_controller *hp_ctrl = data; in octep_hp_intr_handler()
292 struct octep_hp_controller *hp_ctrl = data; in octep_hp_irq_cleanup()
298 static int octep_hp_request_irq(struct octep_hp_controller *hp_ctrl, in octep_hp_request_irq()
319 struct octep_hp_controller *hp_ctrl) in octep_hp_controller_setup()
368 struct octep_hp_controller *hp_ctrl; in octep_hp_pci_probe()