Home
last modified time | relevance | path

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

/drivers/staging/android/uapi/
Dvsoc_shm.h271 struct vsoc_cond_wait { struct
290 #define VSOC_COND_WAIT _IOWR(0xF5, 7, struct vsoc_cond_wait) argument
/drivers/staging/android/
Dvsoc.c399 static int handle_vsoc_cond_wait(struct file *filp, struct vsoc_cond_wait *arg) in handle_vsoc_cond_wait()
492 struct vsoc_cond_wait __user *untrusted_in) in do_vsoc_cond_wait()
494 struct vsoc_cond_wait arg; in do_vsoc_cond_wait()
611 (struct vsoc_cond_wait __user *)arg); in vsoc_ioctl()