/arch/cris/include/arch-v10/arch/ |
D | io_interface_mux.h | 65 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/arm/mach-msm/ |
D | smd.c | 319 ch->notify(ch->priv, SMD_EVENT_OPEN); in smd_state_change() 325 ch->notify(ch->priv, SMD_EVENT_CLOSE); in smd_state_change() 329 static void handle_smd_irq(struct list_head *list, void (*notify)(void)) in handle_smd_irq() 362 ch->notify(ch->priv, SMD_EVENT_DATA); in handle_smd_irq() 366 notify(); in handle_smd_irq() 445 ch->notify(ch->priv, SMD_EVENT_OPEN); in smd_kick() 447 ch->notify(ch->priv, SMD_EVENT_CLOSE); in smd_kick() 449 ch->notify(ch->priv, SMD_EVENT_DATA); in smd_kick() 669 void *priv, void (*notify)(void *, unsigned)) in smd_open() 683 if (notify == 0) in smd_open() [all …]
|
D | smd_private.h | 299 void (*notify)(void *priv, unsigned flags); member
|
/arch/arm/plat-samsung/ |
D | dev-backlight.c | 129 if (bl_data->notify) in samsung_bl_set() 130 samsung_bl_data->notify = bl_data->notify; in samsung_bl_set()
|
/arch/mips/include/asm/ |
D | vpe.h | 79 struct list_head notify; member 111 int vpe_notify(int index, struct vpe_notifications *notify);
|
/arch/cris/arch-v10/kernel/ |
D | io_interface_mux.c | 37 void (*notify)(const unsigned int gpio_in_available, member 584 w->notify((const unsigned int)gpio_in_pins, in notify_watchers() 1098 int cris_io_interface_register_watcher(void (*notify)(const unsigned int gpio_in_available, in cris_io_interface_register_watcher() 1107 if (NULL == notify) { in cris_io_interface_register_watcher() 1114 w->notify = notify; in cris_io_interface_register_watcher() 1118 w->notify((const unsigned int)gpio_in_pins, in cris_io_interface_register_watcher() 1126 void cris_io_interface_delete_watcher(void (*notify)(const unsigned int gpio_in_available, in cris_io_interface_delete_watcher() 1135 while ((NULL != w) && (w->notify != notify)){ in cris_io_interface_delete_watcher() 1148 printk(KERN_WARNING "cris_io_interface_delete_watcher: Deleting unknown watcher 0x%p\n", notify); in cris_io_interface_delete_watcher()
|
/arch/ia64/sn/kernel/ |
D | bte_error.c | 179 volatile u64 *notify; in bte_error_handler() local 217 notify = err_nodepda->bte_if[i].most_rcnt_na; in bte_error_handler() 222 *notify = IBLS_ERROR | bh_error; in bte_error_handler()
|
D | bte.c | 180 bte->most_rcnt_na = &bte->notify; in bte_copy() 460 &(mynodepda->bte_if[i].notify); in bte_init_node() 461 mynodepda->bte_if[i].notify = BTE_WORD_AVAILABLE; in bte_init_node()
|
/arch/mips/mti-malta/ |
D | malta-amon.c | 83 list_for_each_entry(n, &v->notify, list) in vpe_run()
|
/arch/arm/mach-msm/include/mach/ |
D | msm_smd.h | 26 void (*notify)(void *priv, unsigned event));
|
/arch/s390/include/asm/ |
D | eadm.h | 107 void (*notify) (struct scm_device *scmdev, enum scm_event event); member
|
D | ccwdev.h | 140 int (*notify) (struct ccw_device *, int); member
|
/arch/mips/kernel/ |
D | vpe.c | 105 INIT_LIST_HEAD(&v->notify); in alloc_vpe() 790 list_for_each_entry(notifier, &v->notify, list) in vpe_open() 901 int vpe_notify(int index, struct vpe_notifications *notify) in vpe_notify() argument 908 list_add(¬ify->list, &v->notify); in vpe_notify()
|
D | vpe-mt.c | 141 list_for_each_entry(notifier, &v->notify, list) in vpe_run() 267 list_for_each_entry(notifier, &vpe->notify, list) in store_kill()
|
D | vpe-cmp.c | 30 list_for_each_entry(notifier, &vpe->notify, list) in store_kill()
|
D | entry.S | 155 # notify-resume requests
|
/arch/arm/mach-s3c64xx/ |
D | mach-hmt.c | 119 .notify = hmt_bl_notify,
|
/arch/ia64/include/asm/sn/ |
D | bte.h | 191 volatile u64 notify ____cacheline_aligned;
|
/arch/arm/mach-pxa/ |
D | palmte2.c | 170 .notify = palmte2_backlight_notify,
|
D | palm27x.c | 327 .notify = palm27x_backlight_notify,
|
D | magician.c | 383 .notify = magician_backlight_notify,
|
D | viper.c | 406 .notify = viper_backlight_notify,
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 1296 int notify; in mce_timer_fn() local 1311 notify = mce_notify_irq(); in mce_timer_fn() 1312 notify |= cmc_error_seen(); in mce_timer_fn() 1313 if (notify) { in mce_timer_fn()
|
/arch/arm/mach-s3c24xx/ |
D | mach-h1940.c | 512 .notify = h1940_backlight_notify,
|
D | mach-rx1950.c | 528 .notify = rx1950_backlight_notify,
|