Searched refs:pslot (Results 1 - 4 of 4) sorted by relevance

/drivers/pci/hotplug/
H A Dibmphp_hpc.c531 * Input: pslot - cannot be NULL for READ_ALLSTAT
536 int ibmphp_hpc_readslot (struct slot *pslot, u8 cmd, u8 *pstatus) argument
545 debug_polling ("%s - Entry pslot[%p] cmd[%x] pstatus[%p]\n", __func__, pslot, cmd, pstatus);
547 if ((pslot == NULL)
555 busindex = ibmphp_get_bus_index (pslot->bus);
563 index = pslot->ctlr_index;
573 ctlr_ptr = pslot->ctrl;
591 pslot->ctrl->status = status;
592 pslot
675 ibmphp_hpc_writeslot(struct slot *pslot, u8 cmd) argument
822 struct slot *pslot = NULL; local
932 process_changeinstatus(struct slot *pslot, struct slot *poldslot) argument
1020 struct slot myslot, *pslot; local
[all...]
H A Dibmphp_core.c242 struct slot *pslot; local
268 pslot = hotplug_slot->private;
269 if (pslot)
270 rc = ibmphp_hpc_writeslot(pslot, cmd);
286 struct slot *pslot; local
294 pslot = hotplug_slot->private;
295 if (pslot) {
296 memcpy(&myslot, pslot, sizeof(struct slot));
297 rc = ibmphp_hpc_readslot(pslot, READ_SLOTSTATUS,
300 rc = ibmphp_hpc_readslot(pslot,
317 struct slot *pslot; local
344 struct slot *pslot; local
370 struct slot *pslot; local
[all...]
H A Dpciehp_ctrl.c178 static void set_slot_off(struct controller *ctrl, struct slot *pslot) argument
182 pciehp_power_off_slot(pslot);
192 pciehp_green_led_off(pslot);
193 pciehp_set_attention_status(pslot, 1);
H A Dshpchp_ctrl.c207 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, argument
228 rc = change_bus_speed(ctrl, pslot, asp);
231 rc = change_bus_speed(ctrl, pslot, msp);

Completed in 91 milliseconds