OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAW_NOTIFIER_HEAD
(Results
26 - 34
of
34
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
notifier.h
34
struct
raw_notifier_head
{
struct
48
#define
RAW_NOTIFIER_HEAD
(name) struct
raw_notifier_head
name = RAW_NOTIFIER_INIT(name)
/external/kernel-headers/original/linux/
notifier.h
51
struct
raw_notifier_head
{
struct
82
#define
RAW_NOTIFIER_HEAD
(name) \
83
struct
raw_notifier_head
name = \
92
extern int raw_notifier_chain_register(struct
raw_notifier_head
*,
99
extern int raw_notifier_chain_unregister(struct
raw_notifier_head
*,
106
extern int raw_notifier_call_chain(struct
raw_notifier_head
*,
Completed in 322 milliseconds
1
2