Home
last modified time | relevance | path

Searched refs:noti_block (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Dntfy.h46 struct notifier_block noti_block; member
94 ne = container_of(nb, struct ntfy_event, noti_block); in ntfy_delete()
135 ne->noti_block.notifier_call = dsp_notifier_event; in ntfy_event_create()
178 raw_notifier_chain_register(&ntfy_obj->head, &ne->noti_block); in ntfy_register()
210 &ne->noti_block); in ntfy_unregister()
/linux-3.4.99/drivers/staging/tidspbridge/core/
Dsync.c117 noti_block); in dsp_notifier_event()