Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c95 list_create(&d->d_hwinfo, sizeof (struct audio_infostr), in audio_dev_alloc()
108 while ((isp = list_remove_head(&d->d_hwinfo)) != NULL) { in audio_dev_free()
114 list_destroy(&d->d_hwinfo); in audio_dev_free()
148 list_insert_tail(&d->d_hwinfo, isp); in audio_dev_add_info()
H A Daudio_impl.h348 list_t d_hwinfo; /* strings of hw info */ member
H A Daudio_client.c1411 isp = list_head(&dev->d_hwinfo); in auclnt_get_dev_hw_info()
1413 isp = list_next(&dev->d_hwinfo, isp); in auclnt_get_dev_hw_info()