Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdchar.c767 struct mtd_oob_buf __user *buf_user = argp; in mtdchar_ioctl() local
774 buf.ptr, &buf_user->length); in mtdchar_ioctl()
781 struct mtd_oob_buf __user *buf_user = argp; in mtdchar_ioctl() local
788 buf.ptr, &buf_user->start); in mtdchar_ioctl()
795 struct mtd_oob_buf64 __user *buf_user = argp; in mtdchar_ioctl() local
802 &buf_user->length); in mtdchar_ioctl()
809 struct mtd_oob_buf64 __user *buf_user = argp; in mtdchar_ioctl() local
816 &buf_user->length); in mtdchar_ioctl()
1065 struct mtd_oob_buf32 __user *buf_user = argp; in mtdchar_compat_ioctl() local
1077 &buf_user->length); in mtdchar_compat_ioctl()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/bufmanage/
H A Dbuf_manage.h16 buf_user = 1, //buf get by user enumerator
H A Dbuf_manage.c200 temp_buf->status = buf_user; in ebc_empty_buf_get()
205 …else if ((temp_buf->status == buf_user) && (!strncmp(temp_buf->tid_name, current->comm, TASK_COMM_… in ebc_empty_buf_get()