Home
last modified time | relevance | path

Searched refs:_done (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/isa/
H A Dsscape.c700 goto _done; in detect_sscape()
704 goto _done; in detect_sscape()
711 goto _done; in detect_sscape()
715 goto _done; in detect_sscape()
719 goto _done; in detect_sscape()
724 goto _done; in detect_sscape()
745 goto _done; in detect_sscape()
748 goto _done; in detect_sscape()
772 _done: in detect_sscape()
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py155 _done: bool
160 self._done = False
171 self._done = True
186 if self._done:
194 return not self._done
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py764 def _done(task: Optional['asyncio.Future[Any]']) -> bool: function
778 error_pathway = _done(self._reader_task) or _done(self._writer_task)
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.c769 if (!sh_pfc_ ## type ## _done) { \
770 sh_pfc_ ## type ## _done = true; \
/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h751 void (*_done)(struct ibmvfc_event *evt); member
H A Dibmvfc.c1546 evt->_done(evt); in ibmvfc_locked_done()
1567 evt->_done = done; in ibmvfc_init_event()