Lines Matching defs:notify
37 void (*notify)(const unsigned int gpio_in_available,
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)){
1148 printk(KERN_WARNING "cris_io_interface_delete_watcher: Deleting unknown watcher 0x%p\n", notify);