Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/android/ion/rockchip/
H A Drockchip_ion_snapshot.c23 static char last_ion_buf[LOG_BUF_LEN]; variable
33 if (pos >= LOG_BUF_LEN || last_ion_buf[0]==0) in last_ion_read()
37 if (copy_to_user(buf, &last_ion_buf[pos], count)) in last_ion_read()
137 last_ion_buf); in rockchip_ion_snapshot_init()
139 memcpy(last_ion_buf, ion_snapshot_buf, LOG_BUF_LEN); in rockchip_ion_snapshot_init()