Lines Matching refs:ntsync_device

52 	struct ntsync_device *dev;
121 struct ntsync_device { struct
150 static void dev_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in dev_lock_obj() argument
163 static void dev_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in dev_unlock_obj()
174 struct ntsync_device *dev = obj->dev; in obj_lock()
200 static bool ntsync_lock_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in ntsync_lock_obj()
215 static void ntsync_unlock_obj(struct ntsync_device *dev, struct ntsync_obj *obj, bool all) in ntsync_unlock_obj()
254 static void try_wake_all(struct ntsync_device *dev, struct ntsync_q *q, in try_wake_all()
308 static void try_wake_all_obj(struct ntsync_device *dev, struct ntsync_obj *obj) in try_wake_all_obj()
409 struct ntsync_device *dev = sem->dev; in ntsync_sem_release()
459 struct ntsync_device *dev = mutex->dev; in ntsync_mutex_unlock()
510 struct ntsync_device *dev = mutex->dev; in ntsync_mutex_kill()
539 struct ntsync_device *dev = event->dev; in ntsync_event_set()
566 struct ntsync_device *dev = event->dev; in ntsync_event_reset()
589 struct ntsync_device *dev = sem->dev; in ntsync_sem_read()
611 struct ntsync_device *dev = mutex->dev; in ntsync_mutex_read()
635 struct ntsync_device *dev = event->dev; in ntsync_event_read()
703 static struct ntsync_obj *ntsync_alloc_obj(struct ntsync_device *dev, in ntsync_alloc_obj()
741 static int ntsync_create_sem(struct ntsync_device *dev, void __user *argp) in ntsync_create_sem()
765 static int ntsync_create_mutex(struct ntsync_device *dev, void __user *argp) in ntsync_create_mutex()
789 static int ntsync_create_event(struct ntsync_device *dev, void __user *argp) in ntsync_create_event()
810 static struct ntsync_obj *get_obj(struct ntsync_device *dev, int fd) in get_obj()
870 static int setup_wait(struct ntsync_device *dev, in setup_wait()
953 static int ntsync_wait_any(struct ntsync_device *dev, void __user *argp) in ntsync_wait_any()
1037 static int ntsync_wait_all(struct ntsync_device *dev, void __user *argp) in ntsync_wait_all()
1155 struct ntsync_device *dev; in ntsync_char_open()
1170 struct ntsync_device *dev = file->private_data; in ntsync_char_release()
1180 struct ntsync_device *dev = file->private_data; in ntsync_char_ioctl()