Home
last modified time | relevance | path

Searched refs:smem_find (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-msm/
Dsmd.c89 x = smem_find(ID_DIAG_ERR_MSG, SZ_DIAG_ERR_MSG); in smd_diag()
618 shared = smem_find(ID_CH_ALLOC_TBL, sizeof(*shared) * 64); in smd_channel_probe_worker()
790 return smem_find(id, size); in smem_alloc()
811 void *smem_find(unsigned id, unsigned size_in) in smem_find() function
901 ptr = smem_find(SMEM_APPS_DEM_SLAVE_DATA, sizeof(*ptr)); in smsm_set_sleep_duration()
919 ptr = smem_find(SMEM_SMSM_SLEEP_DELAY, sizeof(*ptr)); in smsm_set_sleep_duration()
Dsmd_debug.c84 msg = smem_find(ID_DIAG_ERR_MSG, SZ_DIAG_ERR_MSG); in debug_read_stat()
178 shared = smem_find(ID_CH_ALLOC_TBL, sizeof(*shared) * 64); in debug_read_alloc_tbl()
Dsmd_private.h332 void *smem_find(unsigned id, unsigned size);