Lines Matching defs:ctrl

261 	struct controller *ctrl;  member
465 static inline void set_SOGO(struct controller *ctrl) in set_SOGO()
475 static inline void amber_LED_on(struct controller *ctrl, u8 slot) in amber_LED_on()
485 static inline void amber_LED_off(struct controller *ctrl, u8 slot) in amber_LED_off()
495 static inline int read_amber_LED(struct controller *ctrl, u8 slot) in read_amber_LED()
506 static inline void green_LED_on(struct controller *ctrl, u8 slot) in green_LED_on()
515 static inline void green_LED_off(struct controller *ctrl, u8 slot) in green_LED_off()
525 static inline void green_LED_blink(struct controller *ctrl, u8 slot) in green_LED_blink()
536 static inline void slot_disable(struct controller *ctrl, u8 slot) in slot_disable()
546 static inline void slot_enable(struct controller *ctrl, u8 slot) in slot_enable()
556 static inline u8 is_slot_enabled(struct controller *ctrl, u8 slot) in is_slot_enabled()
566 static inline u8 read_slot_enable(struct controller *ctrl) in read_slot_enable()
579 static inline u8 get_controller_speed(struct controller *ctrl) in get_controller_speed()
611 static inline u8 get_adapter_speed(struct controller *ctrl, u8 hp_slot) in get_adapter_speed()
628 static inline void enable_slot_power(struct controller *ctrl, u8 slot) in enable_slot_power()
637 static inline void disable_slot_power(struct controller *ctrl, u8 slot) in disable_slot_power()
647 static inline int cpq_get_attention_status(struct controller *ctrl, struct slot *slot) in cpq_get_attention_status()
657 static inline int get_slot_enabled(struct controller *ctrl, struct slot *slot) in get_slot_enabled()
667 static inline int cpq_get_latch_status(struct controller *ctrl, in cpq_get_latch_status()
683 static inline int get_presence_status(struct controller *ctrl, in get_presence_status()
699 static inline int wait_for_ctrl_irq(struct controller *ctrl) in wait_for_ctrl_irq()