Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch104 first_time=true
106 if ($first_time) ; then
110 first_time=false
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c487 static bool first_time = true; in gpi2c_init() local
489 if (first_time) { in gpi2c_init()
495 first_time = false; in gpi2c_init()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c461 static bool first_time = true; in gpi2c_init() local
463 if (first_time) { in gpi2c_init()
469 first_time = false; in gpi2c_init()
/openbmc/qemu/audio/
H A Ddsound_template.h247 ds->first_time = true; in dsound_init_in()