Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c111 static int p16x_alloc_port(p16x_dev_t *, int);
371 p16x_alloc_port(p16x_dev_t *dev, int num) in p16x_alloc_port() function
589 if ((p16x_alloc_port(dev, P16X_PLAY) != DDI_SUCCESS) || in p16x_attach()
590 (p16x_alloc_port(dev, P16X_REC) != DDI_SUCCESS)) { in p16x_attach()