Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/
H A Dsetup-bus.c775 struct resource *r, *r_assigned = NULL; in find_bus_resource_of_type() local
783 if (r && (r->flags & type_mask) == type && !r_assigned) in find_bus_resource_of_type()
784 r_assigned = r; in find_bus_resource_of_type()
786 return r_assigned; in find_bus_resource_of_type()
/kernel/linux/linux-6.6/drivers/pci/
H A 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()

Completed in 6 milliseconds