Home
last modified time | relevance | path

Searched refs:t_slot (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_core.c387 struct slot *t_slot; in pcie_probe() local
469 t_slot = pciehp_find_slot(ctrl, first_device_num); in pcie_probe()
470 dbg("%s: t_slot %p\n", __FUNCTION__, t_slot); in pcie_probe()
486 t_slot->hpc_ops->get_adapter_status(t_slot, &value); /* Check if slot is occupied */ in pcie_probe()
489 rc = t_slot->hpc_ops->power_off_slot(t_slot); /* Power off slot if not occupied*/ in pcie_probe()
Dshpchp_core.c394 struct slot *t_slot; in shpc_probe() local
472 t_slot = shpchp_find_slot(ctrl, first_device_num); in shpc_probe()
475 rc = t_slot->hpc_ops->get_cur_bus_speed(t_slot, &ctrl->speed); in shpc_probe()
476 dbg("%s: t_slot->hp_slot %x\n", __FUNCTION__,t_slot->hp_slot); in shpc_probe()
Dshpchp_hpc.c281 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument
314 ++t_slot; in shpc_write_cmd()
315 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd()
316 dbg("%s : t_slot %x cmd %x\n", __FUNCTION__, t_slot, cmd); in shpc_write_cmd()