Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/audio/
H A Dac97.h609 typedef uint16_t (*ac97_rd_t)(void *, uint8_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.c98 ac97_rd_t rd; /* drivers port read 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()