Searched refs:hnotification (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddspdeh.h39 struct dsp_notification *hnotification);
H A Ddspmsg.h51 *hnotification);
H A Ddspchnl.h70 *hnotification);
H A Dstrm.h336 * hnotification: Handle to be used for notification.
346 * hnotification != NULL.
352 *hnotification);
H A Dnode.h485 * hnotification: Handle to be used for notification.
495 * hnotification != NULL.
501 *hnotification);
H A Dproc.h343 * hnotification: Handle to be used for notification.
346 * -EFAULT : Invalid processor handle or hnotification.
352 * hnotification is not NULL
360 *hnotification);
H A Ddspdefs.h627 * hnotification: Handle of a dsp_notification object.
631 * -EINVAL: event_mask is 0 and hnotification was not
633 * -EFAULT: NULL hnotification, hnotification event name
634 * too long, or hnotification event name NULL.
637 * hnotification != NULL.
644 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
931 * hnotification: Handle of notification object.
937 * hnotification != NULL.
944 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
[all...]
H A Ddspapi-ioctl.h118 struct dsp_notification __user *hnotification; member in struct:trapped_args::__anon15919
246 struct dsp_notification __user *hnotification; member in struct:trapped_args::__anon15940
327 struct dsp_notification __user *hnotification; member in struct:trapped_args::__anon15953
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Due_deh.c157 struct dsp_notification *hnotification)
163 return ntfy_register(deh->ntfy_obj, hnotification,
166 return ntfy_unregister(deh->ntfy_obj, hnotification);
155 bridge_deh_register_notify(struct deh_mgr *deh, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
H A Dmsg_sm.c498 struct dsp_notification *hnotification)
502 if (!msg_queue_obj || !hnotification) {
518 status = ntfy_register(msg_queue_obj->ntfy_obj, hnotification,
522 hnotification);
496 bridge_msg_register_notify(struct msg_queue *msg_queue_obj, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
H A Dchnl_sm.c908 struct dsp_notification *hnotification)
915 status = ntfy_register(chnl_obj->ntfy_obj, hnotification,
918 status = ntfy_unregister(chnl_obj->ntfy_obj, hnotification);
906 bridge_chnl_register_notify(struct chnl_object *chnl_obj, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c701 * hnotification)
707 DBC_REQUIRE(hnotification != NULL);
727 hnotification);
699 strm_register_notify(struct strm_object *stream_obj, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
H A Dproc.c1415 * hnotification)
1421 DBC_REQUIRE(hnotification != NULL);
1447 hnotification, event_mask,
1466 hnotification);
1475 hnotification);
1413 proc_register_notify(void *hprocessor, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
H A Dnode.c2199 struct dsp_notification *hnotification)
2205 DBC_REQUIRE(hnotification != NULL);
2225 status = ntfy_register(hnode->ntfy_obj, hnotification,
2234 hnotification);
2239 "hnotification: %p status 0x%x\n", __func__, hnode,
2240 event_mask, notify_type, hnotification, status);
2197 node_register_notify(struct node_object *hnode, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c980 CP_TO_USR(args->args_proc_register_notify.hnotification, &notification,
1444 args->args_proc_register_notify.hnotification,
1451 CP_TO_USR(args->args_node_registernotify.hnotification, &notification,
1810 CP_TO_USR(args->args_strm_registernotify.hnotification, &notification,

Completed in 184 milliseconds