Lines Matching refs:slot
73 struct slot { struct
85 struct slot *p_slot; argument
92 struct slot *slot; member
127 int pciehp_sysfs_enable_slot(struct slot *slot);
128 int pciehp_sysfs_disable_slot(struct slot *slot);
129 void pciehp_queue_interrupt_event(struct slot *slot, u32 event_type);
130 int pciehp_configure_device(struct slot *p_slot);
131 int pciehp_unconfigure_device(struct slot *p_slot);
135 int pciehp_enable_slot(struct slot *p_slot);
136 int pciehp_disable_slot(struct slot *p_slot);
138 int pciehp_power_on_slot(struct slot *slot);
139 void pciehp_power_off_slot(struct slot *slot);
140 void pciehp_get_power_status(struct slot *slot, u8 *status);
141 void pciehp_get_attention_status(struct slot *slot, u8 *status);
143 void pciehp_set_attention_status(struct slot *slot, u8 status);
144 void pciehp_get_latch_status(struct slot *slot, u8 *status);
145 void pciehp_get_adapter_status(struct slot *slot, u8 *status);
146 int pciehp_query_power_fault(struct slot *slot);
147 void pciehp_green_led_on(struct slot *slot);
148 void pciehp_green_led_off(struct slot *slot);
149 void pciehp_green_led_blink(struct slot *slot);
153 int pciehp_reset_slot(struct slot *slot, int probe);
155 static inline const char *slot_name(struct slot *slot) in slot_name() argument
157 return hotplug_slot_name(slot->hotplug_slot); in slot_name()