Searched refs:hnotification (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/drivers/staging/tidspbridge/core/ |
D | ue_deh.c | 157 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()
|
D | msg_sm.c | 428 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()
|
D | chnl_sm.c | 822 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/ |
D | dspdeh.h | 39 struct dsp_notification *hnotification);
|
D | dspmsg.h | 51 *hnotification);
|
D | dspdefs.h | 638 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification); 938 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
|
D | dspchnl.h | 70 *hnotification);
|
D | strm.h | 277 *hnotification);
|
D | proc.h | 332 *hnotification);
|
D | node.h | 444 *hnotification);
|
/linux-3.4.99/drivers/staging/tidspbridge/rmgr/ |
D | strm.c | 602 * hnotification) in strm_register_notify() 625 hnotification); in strm_register_notify()
|
D | proc.c | 1352 * 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()
|
D | node.c | 2046 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()
|