aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/dspdefs.h
diff options
context:
space:
mode:
authorMenon, Nishanth <nm@ti.com>2010-07-22 17:03:47 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 17:41:04 -0400
commit9d7d0a526193359b5289d933768e7465d9bbd91e (patch)
treeb9c88803601f23ef68bc75f3e5c2f793b6780b5e /drivers/staging/tidspbridge/include/dspbridge/dspdefs.h
parentcd4f13c02a5d72e1fc367c51cc0fd955f65538e0 (diff)
staging: tidspbridge: remove IN modifier
IN modifier does not exist. remove it Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/dspdefs.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/dspdefs.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/dspdefs.h b/drivers/staging/tidspbridge/include/dspbridge/dspdefs.h
index 358c523c2f4..ea0ed0ae56e 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/dspdefs.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/dspdefs.h
@@ -157,7 +157,7 @@ typedef int(*fxn_brd_memcopy) (struct bridge_dev_context
157 */ 157 */
158typedef int(*fxn_brd_memwrite) (struct bridge_dev_context 158typedef int(*fxn_brd_memwrite) (struct bridge_dev_context
159 * dev_ctxt, 159 * dev_ctxt,
160 IN u8 *host_buf, 160 u8 *host_buf,
161 u32 dsp_addr, u32 ul_num_bytes, 161 u32 dsp_addr, u32 ul_num_bytes,
162 u32 mem_type); 162 u32 mem_type);
163 163
@@ -288,7 +288,7 @@ typedef int(*fxn_brd_read) (struct bridge_dev_context *dev_ctxt,
288 * Ensures: 288 * Ensures:
289 */ 289 */
290typedef int(*fxn_brd_write) (struct bridge_dev_context *dev_ctxt, 290typedef int(*fxn_brd_write) (struct bridge_dev_context *dev_ctxt,
291 IN u8 *host_buf, 291 u8 *host_buf,
292 u32 dsp_addr, 292 u32 dsp_addr,
293 u32 ul_num_bytes, u32 mem_type); 293 u32 ul_num_bytes, u32 mem_type);
294 294
@@ -327,7 +327,7 @@ typedef int(*fxn_chnl_create) (OUT struct chnl_mgr
327 **channel_mgr, 327 **channel_mgr,
328 struct dev_object 328 struct dev_object
329 * hdev_obj, 329 * hdev_obj,
330 IN const struct 330 const struct
331 chnl_mgrattrs * mgr_attrts); 331 chnl_mgrattrs * mgr_attrts);
332 332
333/* 333/*
@@ -412,7 +412,7 @@ typedef int(*fxn_chnl_open) (OUT struct chnl_object
412 struct chnl_mgr *hchnl_mgr, 412 struct chnl_mgr *hchnl_mgr,
413 s8 chnl_mode, 413 s8 chnl_mode,
414 u32 ch_id, 414 u32 ch_id,
415 const IN OPTIONAL struct 415 const OPTIONAL struct
416 chnl_attr * pattrs); 416 chnl_attr * pattrs);
417 417
418/* 418/*
@@ -675,7 +675,7 @@ typedef int(*fxn_chnl_registernotify)
675 * DSP configuration information, create a board context, a handle to 675 * DSP configuration information, create a board context, a handle to
676 * which is passed into other Bridge BRD and CHNL functions. The 676 * which is passed into other Bridge BRD and CHNL functions. The
677 * board context contains state information for the device. Since the 677 * board context contains state information for the device. Since the
678 * addresses of all IN pointer parameters may be invalid when this 678 * addresses of all pointer parameters may be invalid when this
679 * function returns, they must not be stored into the device context 679 * function returns, they must not be stored into the device context
680 * structure. 680 * structure.
681 */ 681 */
@@ -683,7 +683,7 @@ typedef int(*fxn_dev_create) (OUT struct bridge_dev_context
683 **device_ctx, 683 **device_ctx,
684 struct dev_object 684 struct dev_object
685 * hdev_obj, 685 * hdev_obj,
686 IN struct cfg_hostres 686 struct cfg_hostres
687 * config_param); 687 * config_param);
688 688
689/* 689/*
@@ -703,7 +703,7 @@ typedef int(*fxn_dev_create) (OUT struct bridge_dev_context
703 * Ensures: 703 * Ensures:
704 */ 704 */
705typedef int(*fxn_dev_ctrl) (struct bridge_dev_context *dev_ctxt, 705typedef int(*fxn_dev_ctrl) (struct bridge_dev_context *dev_ctxt,
706 u32 dw_cmd, IN OUT void *pargs); 706 u32 dw_cmd, OUT void *pargs);
707 707
708/* 708/*
709 * ======== bridge_dev_destroy ======== 709 * ======== bridge_dev_destroy ========
@@ -746,7 +746,7 @@ typedef int(*fxn_dev_destroy) (struct bridge_dev_context *dev_ctxt);
746 */ 746 */
747typedef int(*fxn_io_create) (OUT struct io_mgr **io_man, 747typedef int(*fxn_io_create) (OUT struct io_mgr **io_man,
748 struct dev_object *hdev_obj, 748 struct dev_object *hdev_obj,
749 IN const struct io_attrs *mgr_attrts); 749 const struct io_attrs *mgr_attrts);
750 750
751/* 751/*
752 * ======== bridge_io_destroy ======== 752 * ======== bridge_io_destroy ========
@@ -916,7 +916,7 @@ typedef int(*fxn_msg_get) (struct msg_queue *msg_queue_obj,
916 * Ensures: 916 * Ensures:
917 */ 917 */
918typedef int(*fxn_msg_put) (struct msg_queue *msg_queue_obj, 918typedef int(*fxn_msg_put) (struct msg_queue *msg_queue_obj,
919 IN const struct dsp_msg *pmsg, u32 utimeout); 919 const struct dsp_msg *pmsg, u32 utimeout);
920 920
921/* 921/*
922 * ======== bridge_msg_register_notify ======== 922 * ======== bridge_msg_register_notify ========
@@ -1049,6 +1049,6 @@ struct bridge_drv_interface {
1049 * Called during the Device_Init phase. 1049 * Called during the Device_Init phase.
1050 */ 1050 */
1051void bridge_drv_entry(OUT struct bridge_drv_interface **drv_intf, 1051void bridge_drv_entry(OUT struct bridge_drv_interface **drv_intf,
1052 IN const char *driver_file_name); 1052 const char *driver_file_name);
1053 1053
1054#endif /* DSPDEFS_ */ 1054#endif /* DSPDEFS_ */