Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c302 if (ops->getconfig) in serial_getconfig()
303 return ops->getconfig(dev, config); in serial_getconfig()
446 if (ops->getconfig) in serial_post_probe()
447 ops->getconfig += gd->reloc_off; in serial_post_probe()
H A Dsandbox.c242 .getconfig = sandbox_serial_getconfig,
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc89 FILES:${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir…
95 …wl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl"
/openbmc/u-boot/include/
H A Dserial.h241 int (*getconfig)(struct udevice *dev, uint *serial_config); member
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dupgrade.py475 def getconfig(name): function
485 username = getconfig('user.name')
486 useremail = getconfig('user.email')