Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Ddsoundaudio.c56 bool first_time; member
63 bool first_time; member
409 dsb, &ppos, ds->first_time ? &wpos : NULL); in dsound_enable_out()
415 if (ds->first_time) { in dsound_enable_out()
417 ds->first_time = false; in dsound_enable_out()
525 if (ds->first_time) { in dsound_enable_in()
527 ds->first_time = false; in dsound_enable_in()
H A Ddsound_template.h247 ds->first_time = true; in dsound_init_in()
/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()