Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/audio/
H A Dac97.h608 typedef void (*ac97_wr_t)(void *, uint8_t, uint16_t); typedef
618 ac97_t *ac97_alloc(dev_info_t *, ac97_rd_t, ac97_wr_t, void *);
635 ac97_t *ac97_allocate(audio_dev_t *, dev_info_t *, ac97_rd_t, ac97_wr_t,
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c99 ac97_wr_t wr; /* drivers port write routine */
1592 ac97_alloc(dev_info_t *dip, ac97_rd_t rd, ac97_wr_t wr, void *priv) in ac97_alloc()
1686 ac97_allocate(audio_dev_t *adev, dev_info_t *dip, ac97_rd_t rd, ac97_wr_t wr, in ac97_allocate()