Searched refs:notifier_block (Results 1 - 25 of 1199) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A DbL_switcher.h40 int bL_switcher_register_notifier(struct notifier_block *nb);
41 int bL_switcher_unregister_notifier(struct notifier_block *nb);
58 static inline int bL_switcher_register_notifier(struct notifier_block *nb)
63 static inline int bL_switcher_unregister_notifier(struct notifier_block *nb)
H A Dthread_notify.h17 static inline int thread_register_notifier(struct notifier_block *n)
23 static inline void thread_unregister_notifier(struct notifier_block *n)
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c111 static int twd_rate_change(struct notifier_block *nb,
128 static struct notifier_block twd_clk_nb = {
H A Dthumbee.c30 static int thumbee_notifier(struct notifier_block *self, unsigned long cmd, void *t)
47 static struct notifier_block thumbee_notifier_block = {
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c176 static int am200_fb_notifier_callback(struct notifier_block *self,
192 static struct notifier_block am200_fb_notif = {
/linux-master/arch/arm/nwfpe/
H A Dfpmodule.c48 static int nwfpe_notify(struct notifier_block *self, unsigned long cmd, void *v)
58 static struct notifier_block nwfpe_notifier_block = {
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c173 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr)
185 static struct notifier_block kgdb_notifier = {
/linux-master/arch/mips/cavium-octeon/
H A Dcpu.c23 static int cnmips_cu2_call(struct notifier_block *nfb, unsigned long action,
/linux-master/arch/mips/kernel/
H A Dpm.c67 static int mips_pm_notifier(struct notifier_block *self, unsigned long cmd,
87 static struct notifier_block mips_pm_notifier_block = {
/linux-master/arch/sparc/include/asm/
H A Duprobes.h38 struct notifier_block;
44 extern int arch_uprobe_exception_notify(struct notifier_block *self, unsigned long val, void *data);
/linux-master/arch/sparc/kernel/
H A Dtime_64.c652 static int sparc64_cpufreq_notifier(struct notifier_block *nb, unsigned long val,
678 static struct notifier_block sparc64_cpufreq_notifier_block = {
H A Duprobes.c262 int arch_uprobe_exception_notify(struct notifier_block *self,
/linux-master/drivers/clk/qcom/
H A Dclk-regmap-mux-div.h38 struct notifier_block clk_nb;
/linux-master/drivers/extcon/
H A Ddevres.c35 struct notifier_block *nb;
173 unsigned int id, struct notifier_block *nb)
208 struct notifier_block *nb)
229 struct notifier_block *nb)
262 struct notifier_block *nb)
/linux-master/drivers/gpu/drm/sti/
H A Dsti_vtg.h21 struct notifier_block;
26 int sti_vtg_register_client(struct sti_vtg *vtg, struct notifier_block *nb,
29 struct notifier_block *nb);
/linux-master/drivers/hsi/controllers/
H A Domap_ssi.h146 struct notifier_block fck_nb;
/linux-master/drivers/input/misc/
H A Drave-sp-pwrbutton.c19 struct notifier_block nb;
22 static int rave_sp_power_button_event(struct notifier_block *nb,
/linux-master/drivers/input/touchscreen/
H A Dda9034-ts.c54 struct notifier_block notifier;
231 static int da9034_touch_notifier(struct notifier_block *nb,
/linux-master/drivers/irqchip/
H A Dirq-vf610-mscm-ir.c66 static int vf610_mscm_ir_notifier(struct notifier_block *self,
82 static struct notifier_block mscm_ir_notifier_block = {
/linux-master/drivers/leds/trigger/
H A Dledtrig-backlight.c24 struct notifier_block notifier;
28 static int fb_notifier_callback(struct notifier_block *p,
/linux-master/drivers/macintosh/
H A Dwindfarm.h126 * notifier_block doesn't have a module owner field. I may fix
137 extern int wf_register_client(struct notifier_block *nb);
138 extern int wf_unregister_client(struct notifier_block *nb);
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.h235 struct notifier_block clk_nb;
/linux-master/drivers/staging/nvec/
H A Dnvec.h143 struct notifier_block nvec_status_notifier;
172 struct notifier_block *nb,
175 int nvec_unregister_notifier(struct nvec_chip *dev, struct notifier_block *nb);
/linux-master/drivers/usb/core/
H A Dnotify.c29 void usb_register_notify(struct notifier_block *nb)
42 void usb_unregister_notify(struct notifier_block *nb)
/linux-master/drivers/watchdog/
H A Dsbc8360.c289 static int sbc8360_notify_sys(struct notifier_block *this, unsigned long code,
321 static struct notifier_block sbc8360_notifier = {

Completed in 371 milliseconds

1234567891011>>