• Home
  • Raw
  • Download

Lines Matching refs:controller

48 static inline struct pci_dev *ctrl_dev(struct controller *ctrl)  in ctrl_dev()
57 static inline int pciehp_request_irq(struct controller *ctrl) in pciehp_request_irq()
77 static inline void pciehp_free_irq(struct controller *ctrl) in pciehp_free_irq()
85 static int pcie_poll_cmd(struct controller *ctrl, int timeout) in pcie_poll_cmd()
111 static void pcie_wait_cmd(struct controller *ctrl) in pcie_wait_cmd()
156 static void pcie_do_write_cmd(struct controller *ctrl, u16 cmd, in pcie_do_write_cmd()
212 static void pcie_write_cmd(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd()
218 static void pcie_write_cmd_nowait(struct controller *ctrl, u16 cmd, u16 mask) in pcie_write_cmd_nowait()
234 int pciehp_check_link_active(struct controller *ctrl) in pciehp_check_link_active()
290 int pciehp_check_link_status(struct controller *ctrl) in pciehp_check_link_status()
332 static int __pciehp_link_set(struct controller *ctrl, bool enable) in __pciehp_link_set()
343 static int pciehp_link_enable(struct controller *ctrl) in pciehp_link_enable()
351 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()
392 void pciehp_get_power_status(struct controller *ctrl, u8 *status) in pciehp_get_power_status()
414 void pciehp_get_latch_status(struct controller *ctrl, u8 *status) in pciehp_get_latch_status()
435 int pciehp_card_present(struct controller *ctrl) in pciehp_card_present()
460 int pciehp_card_present_or_link_active(struct controller *ctrl) in pciehp_card_present_or_link_active()
471 int pciehp_query_power_fault(struct controller *ctrl) in pciehp_query_power_fault()
483 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_set_raw_indicator_status()
508 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn) in pciehp_set_indicators()
529 int pciehp_power_on_slot(struct controller *ctrl) in pciehp_power_on_slot()
554 void pciehp_power_off_slot(struct controller *ctrl) in pciehp_power_off_slot()
562 static void pciehp_ignore_dpc_link_change(struct controller *ctrl, in pciehp_ignore_dpc_link_change()
590 struct controller *ctrl = (struct controller *)dev_id; in pciehp_isr()
695 struct controller *ctrl = (struct controller *)dev_id; in pciehp_ist()
763 struct controller *ctrl = data; in pciehp_poll()
782 static void pcie_enable_notification(struct controller *ctrl) in pcie_enable_notification()
820 static void pcie_disable_notification(struct controller *ctrl) in pcie_disable_notification()
833 void pcie_clear_hotplug_events(struct controller *ctrl) in pcie_clear_hotplug_events()
839 void pcie_enable_interrupt(struct controller *ctrl) in pcie_enable_interrupt()
847 void pcie_disable_interrupt(struct controller *ctrl) in pcie_disable_interrupt()
874 struct controller *ctrl = get_service_data(dev); in pciehp_slot_reset()
898 struct controller *ctrl = to_ctrl(hotplug_slot); in pciehp_reset_slot()
930 int pcie_init_notification(struct controller *ctrl) in pcie_init_notification()
939 void pcie_shutdown_notification(struct controller *ctrl) in pcie_shutdown_notification()
948 static inline void dbg_ctrl(struct controller *ctrl) in dbg_ctrl()
976 struct controller *pcie_init(struct pcie_device *dev) in pcie_init()
978 struct controller *ctrl; in pcie_init()
1064 void pciehp_release_ctrl(struct controller *ctrl) in pciehp_release_ctrl()