Searched refs:new_func (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | shpchprm_nonacpi.c | 216 struct pci_func *func, new_func; in bind_pci_resources_to_slots() local 234 memset(&new_func, 0, sizeof(struct pci_func)); in bind_pci_resources_to_slots() 235 new_func.bus = busn; in bind_pci_resources_to_slots() 236 new_func.device = devn; in bind_pci_resources_to_slots() 237 new_func.function = funn; in bind_pci_resources_to_slots() 238 new_func.is_a_board = 1; in bind_pci_resources_to_slots() 239 configure_existing_function(ctrl, &new_func); in bind_pci_resources_to_slots() 240 phprm_dump_func_res(&new_func); in bind_pci_resources_to_slots()
|
D | pciehprm_nonacpi.c | 284 struct pci_func *func, new_func; in bind_pci_resources_to_slots() local 305 memset(&new_func, 0, sizeof(struct pci_func)); in bind_pci_resources_to_slots() 306 new_func.bus = busn; in bind_pci_resources_to_slots() 307 new_func.device = devn; in bind_pci_resources_to_slots() 308 new_func.function = funn; in bind_pci_resources_to_slots() 309 new_func.is_a_board = 1; in bind_pci_resources_to_slots() 310 configure_existing_function(ctrl, &new_func); in bind_pci_resources_to_slots() 311 phprm_dump_func_res(&new_func); in bind_pci_resources_to_slots()
|
D | pciehprm_acpi.c | 1399 struct pci_func *func, new_func; in bind_pci_resources_to_slots() local 1419 memset(&new_func, 0, sizeof(struct pci_func)); in bind_pci_resources_to_slots() 1420 new_func.bus = busn; in bind_pci_resources_to_slots() 1421 new_func.device = devn; in bind_pci_resources_to_slots() 1422 new_func.function = funn; in bind_pci_resources_to_slots() 1423 new_func.is_a_board = 1; in bind_pci_resources_to_slots() 1424 configure_existing_function(ctrl, &new_func); in bind_pci_resources_to_slots() 1425 pciehprm_dump_func_res(&new_func); in bind_pci_resources_to_slots()
|
D | shpchprm_acpi.c | 1394 struct pci_func *func, new_func; in bind_pci_resources_to_slots() local 1410 memset(&new_func, 0, sizeof(struct pci_func)); in bind_pci_resources_to_slots() 1411 new_func.bus = busn; in bind_pci_resources_to_slots() 1412 new_func.device = devn; in bind_pci_resources_to_slots() 1413 new_func.function = funn; in bind_pci_resources_to_slots() 1414 new_func.is_a_board = 1; in bind_pci_resources_to_slots() 1415 configure_existing_function(ctrl, &new_func); in bind_pci_resources_to_slots() 1416 shpchprm_dump_func_res(&new_func); in bind_pci_resources_to_slots()
|
D | pciehp_ctrl.c | 1098 struct pci_func *new_func = NULL; in board_added() local 1209 new_func = pciehp_slot_find(ctrl->slot_bus, func->device, index++); in board_added() 1210 if (new_func && !new_func->pci_dev) { in board_added() 1213 pciehp_configure_device(ctrl, new_func); in board_added() 1215 } while (new_func); in board_added()
|
D | shpchp_ctrl.c | 1071 struct pci_func *new_func = NULL; in board_added() local 1610 new_func = shpchp_slot_find(ctrl->slot_bus, func->device, index++); in board_added() 1611 if (new_func && !new_func->pci_dev) { in board_added() 1613 shpchp_configure_device(ctrl, new_func); in board_added() 1615 } while (new_func); in board_added()
|