Home
last modified time | relevance | path

Searched defs:find_collection (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py300 def find_collection(self, collection, version=None, branch=None): member in LayerIndex
772 def find_collection(self, collection, version=None, branches=None): member in LayerIndexObj
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c259 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection() function