Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dwakelock.h144 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name);
156 linux_wake_lock_init(lock, type, name)
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c74 void linux_wake_lock_init(struct wake_lock *lock, int type, const char *name) in linux_wake_lock_init() function