Lines Matching refs:slot
30 struct slot { struct
45 int (*hardware_test)(struct slot *slot, u32 value); argument
46 u8 (*get_power)(struct slot *slot);
47 int (*set_power)(struct slot *slot, int value);
59 static inline const char *slot_name(struct slot *slot) in slot_name() argument
61 return hotplug_slot_name(slot->hotplug_slot); in slot_name()
75 u8 cpci_get_attention_status(struct slot *slot);
76 u8 cpci_get_latch_status(struct slot *slot);
77 u8 cpci_get_adapter_status(struct slot *slot);
78 u16 cpci_get_hs_csr(struct slot *slot);
79 int cpci_set_attention_status(struct slot *slot, int status);
80 int cpci_check_and_clear_ins(struct slot *slot);
81 int cpci_check_ext(struct slot *slot);
82 int cpci_clear_ext(struct slot *slot);
83 int cpci_led_on(struct slot *slot);
84 int cpci_led_off(struct slot *slot);
85 int cpci_configure_slot(struct slot *slot);
86 int cpci_unconfigure_slot(struct slot *slot);