Searched refs:notify (Results 1 - 25 of 28) sorted by relevance

12

/arch/cris/include/arch-v10/arch/
H A Dio_interface_mux.h65 int cris_io_interface_register_watcher(void (*notify)(const unsigned int gpio_in_available,
70 void cris_io_interface_delete_watcher(void (*notify)(const unsigned int gpio_in_available,
/arch/mips/include/asm/
H A Dvpe.h79 struct list_head notify; member in struct:vpe
111 int vpe_notify(int index, struct vpe_notifications *notify);
/arch/arm/plat-samsung/
H A Ddev-backlight.c129 if (bl_data->notify)
130 samsung_bl_data->notify = bl_data->notify;
/arch/arm/mach-msm/include/mach/
H A Dmsm_smd.h24 /* warning: notify() may be called before open returns */
26 void (*notify)(void *priv, unsigned event));
53 /* used for tty unthrottling and the like -- causes the notify()
/arch/mips/mti-malta/
H A Dmalta-amon.c83 list_for_each_entry(n, &v->notify, list)
/arch/arm/mach-msm/
H A Dsmd.c319 ch->notify(ch->priv, SMD_EVENT_OPEN);
325 ch->notify(ch->priv, SMD_EVENT_CLOSE);
329 static void handle_smd_irq(struct list_head *list, void (*notify)(void)) argument
362 ch->notify(ch->priv, SMD_EVENT_DATA);
366 notify();
445 ch->notify(ch->priv, SMD_EVENT_OPEN);
447 ch->notify(ch->priv, SMD_EVENT_CLOSE);
449 ch->notify(ch->priv, SMD_EVENT_DATA);
669 void *priv, void (*notify)(void *, unsigned))
683 if (notify
[all...]
H A Dsmd_private.h299 void (*notify)(void *priv, unsigned flags); member in struct:smd_channel
/arch/s390/include/asm/
H A Deadm.h107 void (*notify) (struct scm_device *scmdev, enum scm_event event); member in struct:scm_driver
H A Dccwdev.h122 * @notify: notify driver of device state changes
123 * @path_event: notify driver of channel path events
140 int (*notify) (struct ccw_device *, int); member in struct:ccw_driver
/arch/ia64/sn/kernel/
H A Dbte_error.c179 volatile u64 *notify; local
217 notify = err_nodepda->bte_if[i].most_rcnt_na;
222 *notify = IBLS_ERROR | bh_error;
H A Dbte.c180 bte->most_rcnt_na = &bte->notify;
460 &(mynodepda->bte_if[i].notify);
461 mynodepda->bte_if[i].notify = BTE_WORD_AVAILABLE;
/arch/cris/arch-v10/kernel/
H A Dio_interface_mux.c37 void (*notify)(const unsigned int gpio_in_available, member in struct:watcher
584 w->notify((const unsigned int)gpio_in_pins,
1098 int cris_io_interface_register_watcher(void (*notify)(const unsigned int gpio_in_available,
1107 if (NULL == notify) {
1114 w->notify = notify;
1118 w->notify((const unsigned int)gpio_in_pins,
1126 void cris_io_interface_delete_watcher(void (*notify)(const unsigned int gpio_in_available,
1135 while ((NULL != w) && (w->notify != notify)){
[all...]
/arch/mips/kernel/
H A Dentry.S134 # notify-resume requests
H A Dvpe-cmp.c30 list_for_each_entry(notifier, &vpe->notify, list)
H A Dvpe-mt.c141 list_for_each_entry(notifier, &v->notify, list)
267 list_for_each_entry(notifier, &vpe->notify, list)
463 * may notify GDB...
H A Dvpe.c105 INIT_LIST_HEAD(&v->notify);
790 list_for_each_entry(notifier, &v->notify, list)
901 int vpe_notify(int index, struct vpe_notifications *notify) argument
908 list_add(&notify->list, &v->notify);
/arch/arm/mach-pxa/
H A Dpalmte2.c170 .notify = palmte2_backlight_notify,
H A Dpalm27x.c327 .notify = palm27x_backlight_notify,
H A Dmagician.c383 .notify = magician_backlight_notify,
H A Dviper.c406 .notify = viper_backlight_notify,
/arch/arm/mach-s3c64xx/
H A Dmach-hmt.c119 .notify = hmt_bl_notify,
/arch/ia64/include/asm/sn/
H A Dbte.h191 volatile u64 notify ____cacheline_aligned;
/arch/x86/kernel/cpu/mcheck/
H A Dmce.c546 * policy in case the syscall exit notify handler
1290 int notify; local
1305 notify = mce_notify_irq();
1306 notify |= cmc_error_seen();
1307 if (notify) {
/arch/arm/mach-s3c24xx/
H A Dmach-h1940.c512 .notify = h1940_backlight_notify,
H A Dmach-rx1950.c528 .notify = rx1950_backlight_notify,

Completed in 455 milliseconds

12