Searched refs:host_buf (Results 1 - 6 of 6) 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 Ddspchnl.h44 void *host_buf,
H A Ddspdefs.h146 * host_buf: Pointer to host buffer (Source).
155 * host_buf != NULL.
160 u8 *host_buf,
251 * host_buf: Pointer to host buffer (Destination).
261 * host_buf != NULL.
263 * Will not write more than ul_num_bytes bytes into host_buf.
266 u8 *host_buf,
278 * host_buf: Pointer to host buffer (Source).
287 * host_buf != NULL.
291 u8 *host_buf,
[all...]
H A Ddev.h46 * host_buf: Pointer to host buffer (Source).
54 * host_buf != NULL
59 void *host_buf, u32 ul_num_bytes, u32 mem_space);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dchnl_sm.c92 int bridge_chnl_add_io_req(struct chnl_object *chnl_obj, void *host_buf, argument
111 if (!host_buf || !pchnl) {
141 if (pchnl->chnl_type == CHNL_PCPY && pchnl->chnl_id > 1 && host_buf) {
142 if (!(host_buf < (void *)USERMODE_ADDR)) {
143 host_sys_buf = host_buf;
153 status = copy_from_user(host_sys_buf, host_buf,
192 host_buf;
H A Dtiomap3430.c1057 u8 host_buf[BUFFERSIZE]; local
1063 status = read_ext_dsp_data(dev_ctxt, host_buf, src_addr,
1069 status = write_dsp_data(dev_ctxt, host_buf,
1075 write_ext_dsp_data(dev_ctxt, host_buf,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddev.c103 u32 dev_brd_write_fxn(void *arb, u32 dsp_add, void *host_buf, argument
111 DBC_REQUIRE(host_buf != NULL); /* Required of BrdWrite(). */
116 dev_obj->hbridge_context, host_buf,

Completed in 110 milliseconds