Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ctrl.c142 list_remove(&d->d_controls, ctrl); in audio_dev_add_control()
200 list_insert_tail(&d->d_controls, ctrl); in audio_dev_add_control()
230 list_remove(&d->d_controls, ctrl); in audio_dev_del_control()
366 l = &d->d_controls; in auimpl_save_controls()
395 l = &d->d_controls; in auimpl_restore_controls()
H A Daudio_client.c1604 for (ctrl = list_head(&d->d_controls); ctrl; in auclnt_walk_controls()
1605 ctrl = list_next(&d->d_controls, ctrl)) { in auclnt_walk_controls()
1631 for (ctrl = list_head(&d->d_controls); ctrl; in auclnt_find_control()
1632 ctrl = list_next(&d->d_controls, ctrl)) { in auclnt_find_control()
H A Daudio_impl.h368 list_t d_controls; member
H A Daudio_engine.c93 list_create(&d->d_controls, sizeof (struct audio_ctrl), in audio_dev_alloc()
116 list_destroy(&d->d_controls); in audio_dev_free()