Lines Matching defs:slot

112  * cpqhp_find_slot - find the struct slot of given device
116 static struct slot *cpqhp_find_slot(struct controller *ctrl, u8 device)
118 struct slot *slot = ctrl->slot;
120 while (slot && (slot->device != device))
121 slot = slot->next;
123 return slot;
135 struct slot *p_slot;
979 * @old_slot: slot to remove
1109 * @hp_slot: the slot number where the adapter is installed.
1116 struct slot *slot;
1127 * in another slot on this controller
1129 for (slot = ctrl->slot; slot; slot = slot->next) {
1130 if (slot->device == (hp_slot + ctrl->slot_device_offset))
1132 if (get_presence_status(ctrl, slot) == 0)
1230 slot = cpqhp_find_slot(ctrl, hp_slot + ctrl->slot_device_offset);
1232 info("Successfully changed frequency/mode for adapter in slot %d\n",
1233 slot->number);
1284 /* Change bits in slot power register to force another shift out
1344 * Get slot won't work for devices behind
1371 * Get slot won't work for devices behind bridges, but
1430 /* Change bits in slot power register to force another shift out
1518 /* All F's is an empty slot or an invalid board */
1603 * remove_board - Turns off slot and LEDs
1661 /* turn off SERR for slot */
1698 /* Setup slot structure with entry for empty slot */
1771 struct slot *p_slot;
1802 /* slot is on */
1806 /* slot is off */
1829 dbg("slot is on\n");
1833 dbg("slot is off\n");
1886 struct slot *p_slot = from_timer(p_slot, t, task_event);
1915 /* slot is off */
1947 struct slot *p_slot;
1995 /* Setup slot structure with entry for empty slot */
2035 struct slot *p_slot;
2267 /* Setup slot structure. */
2509 /* Setup slot structure. */
2525 } /* End of IF (device in slot?) */