Searched refs:d_hwinfo (Results 1 – 3 of 3) sorted by relevance
95 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()
348 list_t d_hwinfo; /* strings of hw info */ member
1411 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()