Lines Matching refs:slot
73 struct slot { struct
85 struct slot *p_slot; argument
92 struct slot *slot; member
133 int pciehp_sysfs_enable_slot(struct slot *slot);
134 int pciehp_sysfs_disable_slot(struct slot *slot);
135 u8 pciehp_handle_attention_button(struct slot *p_slot);
136 u8 pciehp_handle_switch_change(struct slot *p_slot);
137 u8 pciehp_handle_presence_change(struct slot *p_slot);
138 u8 pciehp_handle_power_fault(struct slot *p_slot);
139 void pciehp_handle_linkstate_change(struct slot *p_slot);
140 int pciehp_configure_device(struct slot *p_slot);
141 int pciehp_unconfigure_device(struct slot *p_slot);
145 int pciehp_enable_slot(struct slot *p_slot);
146 int pciehp_disable_slot(struct slot *p_slot);
148 int pciehp_power_on_slot(struct slot *slot);
149 void pciehp_power_off_slot(struct slot *slot);
150 void pciehp_get_power_status(struct slot *slot, u8 *status);
151 void pciehp_get_attention_status(struct slot *slot, u8 *status);
153 void pciehp_set_attention_status(struct slot *slot, u8 status);
154 void pciehp_get_latch_status(struct slot *slot, u8 *status);
155 void pciehp_get_adapter_status(struct slot *slot, u8 *status);
156 int pciehp_query_power_fault(struct slot *slot);
157 void pciehp_green_led_on(struct slot *slot);
158 void pciehp_green_led_off(struct slot *slot);
159 void pciehp_green_led_blink(struct slot *slot);
163 int pciehp_reset_slot(struct slot *slot, int probe);
165 static inline const char *slot_name(struct slot *slot) in slot_name() argument
167 return hotplug_slot_name(slot->hotplug_slot); in slot_name()