Home
last modified time | relevance | path

Searched refs:tp_engine (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c986 port->tp_engine = audio_engine_alloc(&audiots_engine_ops, caps); in audiots_alloc_port()
987 if (port->tp_engine == NULL) { in audiots_alloc_port()
992 audio_engine_set_private(port->tp_engine, port); in audiots_alloc_port()
993 audio_dev_add_engine(adev, port->tp_engine); in audiots_alloc_port()
1537 if (port->tp_engine) { in audiots_free_port()
1539 port->tp_engine); in audiots_free_port()
1540 audio_engine_free(port->tp_engine); in audiots_free_port()
H A Daudiots.h444 audio_engine_t *tp_engine; member