Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dsetup-bus.c772 struct resource *r, *r_assigned = NULL; in find_bus_resource_of_type() local
779 if (r && (r->flags & type_mask) == type && !r_assigned) in find_bus_resource_of_type()
780 r_assigned = r; in find_bus_resource_of_type()
782 return r_assigned; in find_bus_resource_of_type()