Searched refs:notifier (Results 1 - 25 of 687) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dthread_notify.h14 #include <linux/notifier.h>
38 * These are the reason codes for the thread notifier.
/linux-master/arch/mips/cavium-octeon/
H A Dcpu.c11 #include <linux/notifier.h>
40 return NOTIFY_BAD; /* Don't call default notifier */
43 return NOTIFY_OK; /* Let default notifier send signals */
/linux-master/arch/mips/include/asm/
H A Dkdebug.h5 #include <linux/notifier.h>
H A Duprobes.h9 #include <linux/notifier.h>
/linux-master/arch/powerpc/include/asm/
H A Dio_event_irq.h10 #include <linux/notifier.h>
/linux-master/arch/s390/include/asm/
H A Duprobes.h12 #include <linux/notifier.h>
/linux-master/arch/sh/include/asm/
H A Dsuspend.h6 #include <linux/notifier.h>
23 /* notifier chains for pre/post sleep hooks */
/linux-master/arch/x86/include/asm/
H A Duprobes.h13 #include <linux/notifier.h>
/linux-master/drivers/input/touchscreen/
H A Dda9034-ts.c54 struct notifier_block notifier; member in struct:da9034_touch
235 container_of(nb, struct da9034_touch, notifier);
251 ret = da903x_register_notifier(touch->da9034_dev, &touch->notifier,
281 da903x_unregister_notifier(touch->da9034_dev, &touch->notifier,
322 touch->notifier.notifier_call = da9034_touch_notifier;
/linux-master/drivers/leds/trigger/
H A Dledtrig-backlight.c24 struct notifier_block notifier; member in struct:bl_trig_notifier
32 struct bl_trig_notifier, notifier);
115 n->notifier.notifier_call = fb_notifier_callback;
117 ret = fb_register_client(&n->notifier);
128 fb_unregister_client(&n->notifier);
/linux-master/drivers/macintosh/
H A Dwindfarm.h15 #include <linux/notifier.h>
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864.h10 #include <linux/notifier.h>
/linux-master/drivers/staging/nvec/
H A Dnvec.h21 #include <linux/notifier.h>
115 * @nvec_status_notifier: Internal notifier (see nvec_status_notifier())
/linux-master/drivers/usb/core/
H A Dnotify.c7 * notifier functions originally based on those in kernel/sys.c
16 #include <linux/notifier.h>
24 * usb_register_notify - register a notifier callback whenever a usb change happens
25 * @nb: pointer to the notifier block for the callback events.
36 * usb_unregister_notify - unregister a notifier callback
37 * @nb: pointer to the notifier block for the callback events.
/linux-master/drivers/watchdog/
H A Dsbc8360.c43 #include <linux/notifier.h>
351 pr_err("Failed to register reboot notifier\n");
/linux-master/include/acpi/
H A Dhed.h12 #include <linux/notifier.h>
/linux-master/include/linux/
H A Dcpu_pm.h13 #include <linux/notifier.h>
38 * Event codes passed as unsigned long val to notifier calls
H A Dpvclock_gtod.h5 #include <linux/notifier.h>
8 * The pvclock gtod notifier is called when the system time is updated
11 * The 'action' parameter in the notifier function is false (0), or
/linux-master/include/linux/hsi/
H A Dhsi.h18 #include <linux/notifier.h>
/linux-master/include/linux/mfd/arizona/
H A Dcore.h15 #include <linux/notifier.h>
159 struct blocking_notifier_head notifier; member in struct:arizona
166 return blocking_notifier_call_chain(&arizona->notifier, event, data);
/linux-master/include/linux/mfd/
H A Drave-sp.h12 #include <linux/notifier.h>
H A Dti-lmu.h14 #include <linux/notifier.h>
79 * @notifier: Notifier for reporting hwmon event
85 struct blocking_notifier_head notifier; member in struct:ti_lmu
/linux-master/kernel/
H A Duid16.c9 #include <linux/notifier.h>
H A Duser-return-notifier.c3 #include <linux/user-return-notifier.h>
12 * called in atomic context. The notifier will also be called in atomic
23 * Removes a registered user return notifier. Must be called from atomic
/linux-master/lib/
H A Dnotifier-error-inject.h4 #include <linux/notifier.h>

Completed in 251 milliseconds

1234567891011>>