Lines Matching defs:adev
94 struct audio_device *adev; /* hardware information - only using this for the lock */ member
130 struct audio_device *adev; /* hardware information - only using this for the lock */ member
254 static void device_lock(struct audio_device *adev) { in device_lock()
258 static int device_try_lock(struct audio_device *adev) { in device_try_lock()
262 static void device_unlock(struct audio_device *adev) { in device_unlock()
270 struct audio_device* adev, struct listnode* list, struct listnode* stream_node) { in adev_add_stream_to_list()
279 struct audio_device* adev, audio_io_handle_t handle) { in adev_get_stream_out_by_io_handle_l()
291 struct audio_device* adev, audio_io_handle_t handle) { in adev_get_stream_in_by_io_handle_l()
303 struct audio_device* adev, audio_patch_handle_t patch_handle) { in adev_get_stream_out_by_patch_handle_l()
315 struct audio_device* adev, audio_patch_handle_t patch_handle) { in adev_get_stream_in_by_patch_handle_l()
1519 struct audio_device * adev = (struct audio_device *)hw_dev; in adev_set_mic_mute() local
1561 struct audio_device* adev = (struct audio_device*) dev; in adev_create_audio_patch() local
1697 struct audio_device* adev = (struct audio_device*) dev; in adev_release_audio_patch() local
1811 struct audio_device* adev = (struct audio_device*)device; in adev_dump() local
1866 struct audio_device *adev = calloc(1, sizeof(struct audio_device)); in adev_open() local