Lines Matching full:slot
31 #define EMPTY 0 /* No card in slot */
32 #define PRESENT 1 /* Card in slot */
46 /* slot states */
58 * struct slot - slot information for each *physical* slot
60 struct slot { struct
77 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot() argument
79 return container_of(hotplug_slot, struct slot, hotplug_slot); in to_slot()
85 int rpaphp_enable_slot(struct slot *slot);
86 int rpaphp_get_sensor_state(struct slot *slot, int *state);
94 void dealloc_slot_struct(struct slot *slot);
95 struct slot *alloc_slot_struct(struct device_node *dn, int drc_index, char *drc_name, int power_dom…
96 int rpaphp_register_slot(struct slot *slot);
97 int rpaphp_deregister_slot(struct slot *slot);