Lines Matching defs:adev
85 struct audio_device *adev; /* hardware information - only using this for the lock */ member
116 struct audio_device *adev; /* hardware information - only using this for the lock */ member
166 static void device_lock(struct audio_device *adev) { in device_lock()
170 static int device_try_lock(struct audio_device *adev) { in device_try_lock()
174 static void device_unlock(struct audio_device *adev) { in device_unlock()
182 struct audio_device* adev, struct listnode* list, struct listnode* stream_node) { in adev_add_stream_to_list()
191 struct audio_device* adev, struct listnode* stream_node) { in adev_remove_stream_from_list()
1128 struct audio_device * adev = (struct audio_device *)hw_dev; in adev_set_mic_mute() local
1144 struct audio_device* adev = (struct audio_device*)device; in adev_dump() local
1189 struct audio_device *adev = (struct audio_device *)device; in adev_close() local
1200 struct audio_device *adev = calloc(1, sizeof(struct audio_device)); in adev_open() local