Home
last modified time | relevance | path

Searched refs:hnotification (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/core/
Due_deh.c157 struct dsp_notification *hnotification) in bridge_deh_register_notify() argument
163 return ntfy_register(deh->ntfy_obj, hnotification, in bridge_deh_register_notify()
166 return ntfy_unregister(deh->ntfy_obj, hnotification); in bridge_deh_register_notify()
Dmsg_sm.c428 struct dsp_notification *hnotification) in bridge_msg_register_notify() argument
432 if (!msg_queue_obj || !hnotification) { in bridge_msg_register_notify()
448 status = ntfy_register(msg_queue_obj->ntfy_obj, hnotification, in bridge_msg_register_notify()
452 hnotification); in bridge_msg_register_notify()
Dchnl_sm.c822 struct dsp_notification *hnotification) in bridge_chnl_register_notify() argument
828 status = ntfy_register(chnl_obj->ntfy_obj, hnotification, in bridge_chnl_register_notify()
831 status = ntfy_unregister(chnl_obj->ntfy_obj, hnotification); in bridge_chnl_register_notify()
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Ddspdeh.h39 struct dsp_notification *hnotification);
Ddspmsg.h51 *hnotification);
Ddspdefs.h638 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
938 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
Ddspchnl.h70 *hnotification);
Dstrm.h277 *hnotification);
Dproc.h332 *hnotification);
Dnode.h444 *hnotification);
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/
Dstrm.c602 * hnotification) in strm_register_notify()
625 hnotification); in strm_register_notify()
Dproc.c1352 * hnotification) in proc_register_notify()
1381 hnotification, event_mask, in proc_register_notify()
1400 hnotification); in proc_register_notify()
1409 hnotification); in proc_register_notify()
Dnode.c2046 struct dsp_notification *hnotification) in node_register_notify() argument
2069 status = ntfy_register(hnode->ntfy_obj, hnotification, in node_register_notify()
2078 hnotification); in node_register_notify()
2084 event_mask, notify_type, hnotification, status); in node_register_notify()