Lines Matching defs:slot

260 struct slot {  struct
262 struct slot *next; argument
274 u8 hp_slot; argument
276 void *p_sm_slot; argument
277 struct hotplug_slot *hotplug_slot; argument
305 struct slot *slot; member
486 static inline int slot_paranoia_check (struct slot *slot, const char *function) in slot_paranoia_check()
505 struct slot *slot; in get_slot() local
542 static inline void amber_LED_on (struct controller *ctrl, u8 slot) in amber_LED_on()
552 static inline void amber_LED_off (struct controller *ctrl, u8 slot) in amber_LED_off()
562 static inline int read_amber_LED (struct controller *ctrl, u8 slot) in read_amber_LED()
573 static inline void green_LED_on (struct controller *ctrl, u8 slot) in green_LED_on()
582 static inline void green_LED_off (struct controller *ctrl, u8 slot) in green_LED_off()
592 static inline void green_LED_blink (struct controller *ctrl, u8 slot) in green_LED_blink()
603 static inline void slot_disable (struct controller *ctrl, u8 slot) in slot_disable()
613 static inline void slot_enable (struct controller *ctrl, u8 slot) in slot_enable()
623 static inline u8 is_slot_enabled (struct controller *ctrl, u8 slot) in is_slot_enabled()
696 static inline void enable_slot_power (struct controller *ctrl, u8 slot) in enable_slot_power()
705 static inline void disable_slot_power (struct controller *ctrl, u8 slot) in disable_slot_power()
715 static inline int cpq_get_attention_status (struct controller *ctrl, struct slot *slot) in cpq_get_attention_status()
728 static inline int get_slot_enabled (struct controller *ctrl, struct slot *slot) in get_slot_enabled()
741 static inline int cpq_get_latch_status (struct controller *ctrl, struct slot *slot) in cpq_get_latch_status()
758 static inline int get_presence_status (struct controller *ctrl, struct slot *slot) in get_presence_status()
777 static inline void make_slot_name (char *buffer, int buffer_size, struct slot *slot) in make_slot_name()
816 struct slot *slot; in set_controller_speed() local