Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-user.c158 struct message *cur_to_user; member
755 if (c->cur_to_user != NULL) in channel_free()
756 message_kill(c->cur_to_user, &c->target->message_pool); in channel_free()
813 if (c->cur_to_user == NULL) { in dev_read()
874 c->cur_to_user = msg_get_to_user(t); in dev_read()
875 WARN_ON(c->cur_to_user == NULL); in dev_read()
879 processed = msg_copy_to_iov(c->cur_to_user, to); in dev_read()
882 WARN_ON(c->cur_to_user->posn_to_user > c->cur_to_user->total_to_user); in dev_read()
883 if (c->cur_to_user->posn_to_user == c->cur_to_user->total_to_user) { in dev_read()
884 struct message *m = c->cur_to_user; in dev_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2179 static int cur_to_user(struct v4l2_ext_control *c, in cur_to_user() function
3867 ret = cur_to_user(cs->controls + idx, ref->ctrl); in v4l2_g_ext_ctrls_common()
3990 cur_to_user(c, ctrl); in get_ctrl()
4408 cur_to_user(c, ctrl); in set_ctrl_lock()