Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dau1550_i2s.c805 copy_dmabuf_user(struct dmabuf *db, char* userbuf, int count, int to_user) in copy_dmabuf_user() argument
807 char *bufptr = to_user ? db->nextOut : db->nextIn; in copy_dmabuf_user()
813 if (to_user) { in copy_dmabuf_user()
835 if (to_user) in copy_dmabuf_user()
Dau1550_psc.c1009 copy_dmabuf_user(struct dmabuf *db, char* userbuf, int count, int to_user) in copy_dmabuf_user() argument
1011 char *bufptr = to_user ? db->nextOut : db->nextIn; in copy_dmabuf_user()
1017 if (to_user) { in copy_dmabuf_user()
1039 if (to_user) in copy_dmabuf_user()
Dite8172.c1051 int count, int to_user) in copy_dmabuf_user() argument
1053 char* bufptr = to_user ? db->nextOut : db->nextIn; in copy_dmabuf_user()
1058 if (to_user) { in copy_dmabuf_user()
1073 if (to_user) { in copy_dmabuf_user()
Dau1000.c1074 int count, int to_user) in copy_dmabuf_user() argument
1076 char *bufptr = to_user ? db->nextOut : db->nextIn; in copy_dmabuf_user()
1082 if (to_user) { in copy_dmabuf_user()
1104 if (to_user) in copy_dmabuf_user()
/linux-2.4.37.9/arch/sparc64/kernel/
Drtrap.S176 to_user: wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate label
/linux-2.4.37.9/drivers/char/
Drocket.c187 int copy_to_user(void *to_user, const void *from, unsigned long len) in copy_to_user() argument
191 error = verify_area(VERIFY_WRITE, to_user, len); in copy_to_user()
194 memcpy_tofs(to_user, from, len); in copy_to_user()