Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-cpu.c101 static const struct uniphier_aio_spec *find_spec(struct uniphier_aio *aio, in find_spec() function
395 spec = find_spec(aio, dai->name, i); in uniphier_aio_dai_probe()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Doescripts.py40 @unittest.skipUnless(importlib.util.find_spec("cairo"), "Python cairo module is not present")
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dscriptutils.py84 spec = importlib.machinery.PathFinder.find_spec(name, path=[pluginpath] )
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dutils.py1665 spec = importlib.machinery.PathFinder.find_spec(name, path=[pluginpath] )