Lines Matching defs:adev
95 struct audio_device *adev; /* hardware information - only using this for the lock */ member
140 struct audio_device *adev; /* hardware information - only using this for the lock */ member
272 static void device_lock(struct audio_device *adev) { in device_lock()
276 static int device_try_lock(struct audio_device *adev) { in device_try_lock()
280 static void device_unlock(struct audio_device *adev) { in device_unlock()
288 struct audio_device* adev, struct listnode* list, struct listnode* stream_node) { in adev_add_stream_to_list()
297 struct audio_device* adev, audio_io_handle_t handle) { in adev_get_stream_out_by_io_handle_l()
309 struct audio_device* adev, audio_io_handle_t handle) { in adev_get_stream_in_by_io_handle_l()
321 struct audio_device* adev, audio_patch_handle_t patch_handle) { in adev_get_stream_out_by_patch_handle_l()
333 struct audio_device* adev, audio_patch_handle_t patch_handle) { in adev_get_stream_in_by_patch_handle_l()
1689 struct audio_device * adev = (struct audio_device *)hw_dev; in adev_set_mic_mute() local
1731 struct audio_device* adev = (struct audio_device*) dev; in adev_create_audio_patch() local
1878 struct audio_device* adev = (struct audio_device*) dev; in adev_release_audio_patch() local
1992 struct audio_device* adev = (struct audio_device*)device; in adev_dump() local
2047 struct audio_device *adev = calloc(1, sizeof(struct audio_device)); in adev_open() local