Home
last modified time | relevance | path

Searched refs:ENGINE_INPUT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c182 if (e->e_flags & ENGINE_INPUT) { in auimpl_engine_reset()
406 flags |= ENGINE_INPUT; in auimpl_engine_setup()
486 if (((flags & ENGINE_INPUT) && (t->e_flags & ENGINE_OUTPUT)) || in auimpl_engine_setup()
487 ((flags & ENGINE_OUTPUT) && (t->e_flags & ENGINE_INPUT))) { in auimpl_engine_setup()
556 if (flags & ENGINE_INPUT) { in auimpl_engine_setup()
1220 if (e->e_flags & ENGINE_INPUT) { in auimpl_engine_suspend()
1242 if (e->e_flags & (ENGINE_INPUT | ENGINE_OUTPUT)) { in auimpl_engine_resume()
H A Daudio_client.c1306 if ((rv = auimpl_engine_open(sp, flags | ENGINE_INPUT)) != 0) in auclnt_open()
/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_driver.h166 #define ENGINE_INPUT (1U << 17) macro