Lines Matching refs:slot
44 struct slot { struct
59 int (*hardware_test) (struct slot *slot, u32 value); argument
60 u8 (*get_power) (struct slot *slot);
61 int (*set_power) (struct slot *slot, int value);
73 static inline const char *slot_name(struct slot *slot) in slot_name() argument
75 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
89 u8 cpci_get_attention_status(struct slot *slot);
90 u8 cpci_get_latch_status(struct slot *slot);
91 u8 cpci_get_adapter_status(struct slot *slot);
92 u16 cpci_get_hs_csr(struct slot *slot);
93 int cpci_set_attention_status(struct slot *slot, int status);
94 int cpci_check_and_clear_ins(struct slot *slot);
95 int cpci_check_ext(struct slot *slot);
96 int cpci_clear_ext(struct slot *slot);
97 int cpci_led_on(struct slot *slot);
98 int cpci_led_off(struct slot *slot);
99 int cpci_configure_slot(struct slot *slot);
100 int cpci_unconfigure_slot(struct slot *slot);