Searched refs:notify_type (Results 1 - 23 of 23) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Ddspdeh.h38 u32 notify_type,
H A Ddspmsg.h49 u32 notify_type,
H A Ddspchnl.h68 u32 notify_type,
H A Drms_sh.h63 rms_word notify_type; /* Type of message notification */ member in struct:rms_msg_args
H A Dnodepriv.h37 u32 notify_type; /* Notify type (SEM_post, SWI_post, etc.) */ member in struct:node_msgargs
H A Dstrm.h261 * notify_type: Type of notification to be sent.
268 * -ENOSYS: Notification type specified by notify_type is not
275 u32 event_mask, u32 notify_type,
H A Dnode.h428 * notify_type: Type of notification to be sent.
435 * -ENOSYS: Notification type specified by notify_type is not
442 u32 event_mask, u32 notify_type,
H A Dproc.h314 * notify_type : Type of notification to be sent.
330 u32 event_mask, u32 notify_type,
H A Ddspdefs.h620 * notify_type: DSP_SIGNALEVENT.
633 * notify_type == DSP_SIGNALEVENT.
638 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
924 * notify_type: DSP_SIGNALEVENT.
932 * notify_type == DSP_SIGNALEVENT.
938 u32 event_mask, u32 notify_type, struct dsp_notification *hnotification);
H A Ddspapi-ioctl.h117 u32 notify_type; member in struct:trapped_args::__anon5491
237 u32 notify_type; member in struct:trapped_args::__anon5510
318 u32 notify_type; member in struct:trapped_args::__anon5523
/drivers/staging/tidspbridge/core/
H A Due_deh.c156 u32 notify_type,
164 event_mask, notify_type);
155 bridge_deh_register_notify(struct deh_mgr *deh, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
H A Dmsg_sm.c427 u32 event_mask, u32 notify_type,
442 if (notify_type != DSP_SIGNALEVENT) {
449 event_mask, notify_type);
426 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.c821 u32 event_mask, u32 notify_type,
829 event_mask, notify_type);
820 bridge_chnl_register_notify(struct chnl_object *chnl_obj, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1711 u8 notify_type; local
1724 notify_type = notify->type;
1725 if (notify_type == 0 ||
1726 cmpxchg(&notify->type, notify_type, 0) != notify_type) {
1730 DBUG_ON(notify_type != XPC_N_CALL);
2168 u16 payload_size, u8 notify_type, xpc_notify_func func,
2178 DBUG_ON(notify_type == XPC_N_CALL && func == NULL);
2200 if (notify_type != 0) {
2212 notify->type = notify_type;
2167 xpc_send_payload_sn2(struct xpc_channel *ch, u32 flags, void *payload, u16 payload_size, u8 notify_type, xpc_notify_func func, void *key) argument
[all...]
H A Dxpc_uv.c1529 u16 payload_size, u8 notify_type, xpc_notify_func func,
1538 DBUG_ON(notify_type != XPC_N_CALL);
1528 xpc_send_payload_uv(struct xpc_channel *ch, u32 flags, void *payload, u16 payload_size, u8 notify_type, xpc_notify_func func, void *key) argument
/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c601 u32 notify_type, struct dsp_notification
613 if (notify_type != DSP_SIGNALEVENT)
624 notify_type,
600 strm_register_notify(struct strm_object *stream_obj, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
H A Dproc.c1351 u32 notify_type, struct dsp_notification
1371 if (notify_type != DSP_SIGNALEVENT)
1382 notify_type);
1399 notify_type,
1408 notify_type,
1350 proc_register_notify(void *hprocessor, u32 event_mask, u32 notify_type, struct dsp_notification * hnotification) argument
H A Ddisp.c316 pmsg_args->notify_type = node_msg_args.notify_type;
H A Dnode.c2045 u32 notify_type,
2059 if (notify_type != DSP_SIGNALEVENT)
2071 notify_type);
2077 event_mask & DSP_NODEMESSAGEREADY, notify_type,
2082 dev_dbg(bridge, "%s: hnode: %p event_mask: 0x%x notify_type: 0x%x "
2084 event_mask, notify_type, hnotification, status);
2726 pmsg_args->notify_type =
2044 node_register_notify(struct node_object *hnode, u32 event_mask, u32 notify_type, struct dsp_notification *hnotification) argument
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c912 args->args_proc_register_notify.notify_type,
1384 notify_type, &notification);
1743 notify_type, &notification);
/drivers/mmc/core/
H A Dcore.c1108 unsigned int notify_type = EXT_CSD_NO_POWER_NOTIFICATION; local
1122 notify_type = EXT_CSD_POWER_OFF_SHORT;
1126 notify_type = EXT_CSD_POWER_OFF_LONG;
1133 notify_type, timeout);
/drivers/scsi/
H A Dipr.h1093 u8 notify_type; member in struct:ipr_hcam
H A Dipr.c1297 if (hostrcb->hcam.notify_type == IPR_HOST_RCB_NOTIF_TYPE_REM_ENTRY) {
2274 if (hostrcb->hcam.notify_type != IPR_HOST_RCB_NOTIF_TYPE_ERROR_LOG_ENTRY)

Completed in 200 milliseconds