Searched defs:notify (Results 1 - 9 of 9) sorted by relevance

/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;
/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/s390/include/asm/
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
H A Deadm.h107 void (*notify) (struct scm_device *scmdev, enum scm_event event); member in struct:scm_driver
/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 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-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/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) {

Completed in 965 milliseconds