Home
last modified time | relevance | path

Searched refs:refcount (Results 1 – 5 of 5) sorted by relevance

/sound/soc/qcom/qdsp6/
Dq6adm.c50 struct kref refcount; member
101 kref_get(&c->refcount); in q6adm_find_copp()
114 struct q6copp *c = container_of(ref, struct q6copp, refcount); in q6adm_free_copp()
164 kref_put(&copp->refcount, q6adm_free_copp); in q6adm_callback()
194 kref_put(&copp->refcount, q6adm_free_copp); in q6adm_callback()
200 kref_put(&copp->refcount, q6adm_free_copp); in q6adm_callback()
313 kref_get(&c->refcount); in q6adm_find_matching_copp()
414 kref_init(&copp->refcount); in q6adm_open()
425 kref_put(&copp->refcount, q6adm_free_copp); in q6adm_open()
525 kref_put(&copp->refcount, q6adm_free_copp); in q6adm_matrix_map()
[all …]
Dq6afe.c550 struct kref refcount; member
843 port = container_of(ref, struct q6afe_port, refcount); in q6afe_port_free()
862 kref_get(&p->refcount); in q6afe_find_port()
896 kref_put(&port->refcount, q6afe_port_free); in q6afe_callback()
1630 kref_init(&port->refcount); in q6afe_port_get_from_id()
1648 kref_put(&port->refcount, q6afe_port_free); in q6afe_port_put()
Dq6asm.c269 struct kref refcount; member
554 ac = container_of(ref, struct audio_client, refcount); in q6asm_audio_client_release()
571 kref_put(&ac->refcount, q6asm_audio_client_release); in q6asm_audio_client_free()
594 kref_get(&ac->refcount); in q6asm_get_audio_client()
742 kref_put(&ac->refcount, q6asm_audio_client_release); in q6asm_stream_callback()
811 kref_put(&ac->refcount, q6asm_audio_client_release); in q6asm_srvc_callback()
870 kref_init(&ac->refcount); in q6asm_audio_client_alloc()
/sound/soc/stm/
Dstm32_i2s.c251 int refcount; member
849 i2s->refcount++; in stm32_i2s_trigger()
855 if (STM32_I2S_IS_MASTER(i2s) && i2s->refcount == 1) in stm32_i2s_trigger()
883 i2s->refcount--; in stm32_i2s_trigger()
884 if (i2s->refcount) { in stm32_i2s_trigger()
Dstm32_spdifrx.c247 int refcount; member
334 spdifrx->refcount++; in stm32_spdifrx_start_sync()
379 if (--spdifrx->refcount) { in stm32_spdifrx_stop()