Searched refs:to_user (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | au1550_i2s.c | 805 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()
|
D | au1550_psc.c | 1009 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()
|
D | ite8172.c | 1051 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()
|
D | au1000.c | 1074 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/ |
D | rtrap.S | 176 to_user: wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate label
|
/linux-2.4.37.9/drivers/char/ |
D | rocket.c | 187 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()
|