Home
last modified time | relevance | path

Searched refs:wake_lock (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dwakelock.h50 struct wake_lock { struct
68 * @param lock [IN] Type #struct wake_lock struct of the lock.
75 void linux_wake_lock(struct wake_lock *lock);
90 * @param lock [IN] Type #struct wake_lock struct of the lock.
95 * @see wake_lock.
97 void linux_wake_unlock(struct wake_lock *lock);
112 * @param lock [IN] Type #struct wake_lock struct of the lock.
120 int linux_wake_lock_active(struct wake_lock *lock);
135 * @param lock [IN] Type #struct wake_lock struct of the lock.
144 void linux_wake_lock_init(struct wake_lock *loc
146 #define wake_lock global() macro
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_wakelock.c74 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name) in linux_wake_lock_init()
102 void linux_wake_lock(struct wake_lock *lock) in linux_wake_lock()
114 void linux_wake_unlock(struct wake_lock *lock) in linux_wake_unlock()
127 int linux_wake_lock_active(struct wake_lock *lock) in linux_wake_lock_active()
140 void linux_wake_lock_destroy(struct wake_lock *lock) in linux_wake_lock_destroy()

Completed in 1 milliseconds