Lines Matching defs:controller
89 struct controller { struct
90 struct mutex ctrl_lock; /* controller lock */ argument
91 struct pcie_device *pcie; /* PCI Express port service */
92 struct slot *slot;
93 wait_queue_head_t queue; /* sleep & wake process */
94 u32 slot_cap;
95 struct timer_list poll_timer;
96 unsigned int cmd_busy:1;
97 unsigned int no_cmd_complete:1;
98 unsigned int link_active_reporting:1;
99 unsigned int notification_enabled:1;
100 unsigned int power_fault_detected;