Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c1607 struct range_node *io_range = NULL; in add_new_bus() local
1623 io_range = kzalloc(sizeof(*io_range), GFP_KERNEL); in add_new_bus()
1624 if (!io_range) in add_new_bus()
1627 io_range->start = io->start; in add_new_bus()
1628 io_range->end = io->end; in add_new_bus()
1629 io_range->rangeno = 1; in add_new_bus()
1631 bus->rangeIO = io_range; in add_new_bus()