Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dsetup-bus.c162 struct resource *r, *r_assigned = NULL; in find_bus_resource_of_type() local
173 if (!r_assigned) in find_bus_resource_of_type()
174 r_assigned = r; in find_bus_resource_of_type()
176 return r_assigned; in find_bus_resource_of_type()