Searched refs:new_slot (Results 1 – 7 of 7) sorted by relevance
297 struct pci_func *new_slot; in cpqhp_save_config() local334 new_slot = cpqhp_slot_create(busnumber); in cpqhp_save_config()335 if (new_slot == NULL) in cpqhp_save_config()338 new_slot->bus = (u8) busnumber; in cpqhp_save_config()339 new_slot->device = (u8) device; in cpqhp_save_config()340 new_slot->function = 0; in cpqhp_save_config()341 new_slot->is_a_board = 0; in cpqhp_save_config()342 new_slot->presence_save = 0; in cpqhp_save_config()343 new_slot->switch_save = 0; in cpqhp_save_config()387 new_slot = cpqhp_slot_find(busnumber, device, index++); in cpqhp_save_config()[all …]
71 struct pci_func *new_slot; in show_dev() local77 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0); in show_dev()78 if (!new_slot) in show_dev()82 res = new_slot->mem_head; in show_dev()89 res = new_slot->p_mem_head; in show_dev()96 res = new_slot->io_head; in show_dev()103 res = new_slot->bus_head; in show_dev()
955 struct pci_func *new_slot; in cpqhp_slot_create() local958 new_slot = kzalloc_obj(*new_slot); in cpqhp_slot_create()959 if (new_slot == NULL) in cpqhp_slot_create()960 return new_slot; in cpqhp_slot_create()962 new_slot->next = NULL; in cpqhp_slot_create()963 new_slot->configured = 1; in cpqhp_slot_create()966 cpqhp_slot_list[busnumber] = new_slot; in cpqhp_slot_create()971 next->next = new_slot; in cpqhp_slot_create()973 return new_slot; in cpqhp_slot_create()1412 struct pci_func *new_slot = NULL; in board_added() local[all …]
423 int cpqhp_save_slot_config(struct controller *ctrl, struct pci_func *new_slot);
284 struct mmc_omap_slot *new_slot; in mmc_omap_release_slot() local290 new_slot = host->slots[i]; in mmc_omap_release_slot()292 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()294 host->next_slot = new_slot; in mmc_omap_release_slot()295 host->mmc = new_slot->mmc; in mmc_omap_release_slot()
889 unsigned int old_slot, new_slot; in ufs_trunc_direct() local906 new_slot = ufs_fragstoblks(new_frags); in ufs_trunc_direct()908 if (old_slot == new_slot) { // old_tail > 0 in ufs_trunc_direct()920 unsigned int slot = new_slot; in ufs_trunc_direct()
1234 static DRIVER_ATTR_WO(new_slot);