Searched refs:data_buf (Results 51 - 75 of 85) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport_fc.h802 u32 data_len, char * data_buf, u64 vendor_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dscsi_transport_fc.h802 u32 data_len, char * data_buf, u64 vendor_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c1221 cmd->address = cpu_to_le32(dma_region_offset_to_bus(&iso->data_buf, buf_offset));
1449 unsigned char *p = iso->data_buf.kvirt;
1515 memcpy(iso->data_buf.kvirt + guard_off,
1516 iso->data_buf.kvirt,
1581 dma_region_sync_for_cpu(&iso->data_buf, recv->block_dma*recv->buf_stride, recv->buf_stride);
1638 dma_region_sync_for_cpu(&iso->data_buf, iso->pkt_dma * recv->buf_stride, recv->buf_stride);
1650 hdr = iso->data_buf.kvirt + offset;
1891 dma_region_sync_for_device(&iso->data_buf, offset, len);
1930 next->output_last.address = cpu_to_le32(dma_region_offset_to_bus(&iso->data_buf, offset));
H A Deth1394.c1269 data = (__be32 *)(iso->data_buf.kvirt + info->offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.c1221 cmd->address = cpu_to_le32(dma_region_offset_to_bus(&iso->data_buf, buf_offset));
1449 unsigned char *p = iso->data_buf.kvirt;
1515 memcpy(iso->data_buf.kvirt + guard_off,
1516 iso->data_buf.kvirt,
1581 dma_region_sync_for_cpu(&iso->data_buf, recv->block_dma*recv->buf_stride, recv->buf_stride);
1638 dma_region_sync_for_cpu(&iso->data_buf, iso->pkt_dma * recv->buf_stride, recv->buf_stride);
1650 hdr = iso->data_buf.kvirt + offset;
1891 dma_region_sync_for_device(&iso->data_buf, offset, len);
1930 next->output_last.address = cpu_to_le32(dma_region_offset_to_bus(&iso->data_buf, offset));
H A Deth1394.c1269 data = (__be32 *)(iso->data_buf.kvirt + info->offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dlibata-eh.c2333 char data_buf[20] = ""; local
2354 snprintf(data_buf, sizeof(data_buf), " %s %u %s",
2386 cmd->device, qc->tag, data_buf, cdb_buf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dlibata-eh.c2333 char data_buf[20] = ""; local
2354 snprintf(data_buf, sizeof(data_buf), " %s %u %s",
2386 cmd->device, qc->tag, data_buf, cdb_buf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/sysdeps/
H A Dweb-broadcom-wl6.c1778 char data_buf[WLC_IOCTL_MAXLEN]; local
1819 memset(data_buf, 0, WLC_IOCTL_MAXLEN);
1820 if (wl_iovar_getbuf(name, "chanspecs", &c, sizeof(chanspec_t), data_buf, WLC_IOCTL_MAXLEN) < 0) {
1826 list = (wl_uint32_list_t *)data_buf;
H A Dweb-broadcom.c1185 char data_buf[WLC_IOCTL_MAXLEN]; local
1222 memset(data_buf, 0, WLC_IOCTL_MAXLEN);
1223 if (wl_iovar_getbuf(name, "chanspecs", &c, sizeof(chanspec_t), data_buf, WLC_IOCTL_MAXLEN) < 0) {
1229 list = (wl_uint32_list_t *)data_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dblkdev.h1188 void *data_buf; member in struct:blk_integrity_exchg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/benet/
H A Dbe_cmds.h793 u8 data_buf[4]; member in struct:flashrom_params
H A Dbe_cmds.c1499 memcpy(flashed_crc, req->params.data_buf, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/benet/
H A Dbe_cmds.h793 u8 data_buf[4]; member in struct:flashrom_params
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dblkdev.h1188 void *data_buf; member in struct:blk_integrity_exchg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c1373 uint8_t *data_buf, *decoded_data_buf; local
1387 data_buf = avpkt.data;
1576 if(av_parser_change(ist->st->parser, ost->st->codec, &opkt.data, &opkt.size, data_buf, data_size, pkt->flags & AV_PKT_FLAG_KEY))
1579 opkt.data = data_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c1373 uint8_t *data_buf, *decoded_data_buf; local
1387 data_buf = avpkt.data;
1576 if(av_parser_change(ist->st->parser, ost->st->codec, &opkt.data, &opkt.size, data_buf, data_size, pkt->flags & AV_PKT_FLAG_KEY))
1579 opkt.data = data_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/sysdeps/
H A Dweb-broadcom-wl6.c1778 char data_buf[WLC_IOCTL_MAXLEN]; local
1819 memset(data_buf, 0, WLC_IOCTL_MAXLEN);
1820 if (wl_iovar_getbuf(name, "chanspecs", &c, sizeof(chanspec_t), data_buf, WLC_IOCTL_MAXLEN) < 0) {
1826 list = (wl_uint32_list_t *)data_buf;
H A Dweb-broadcom.c1185 char data_buf[WLC_IOCTL_MAXLEN]; local
1222 memset(data_buf, 0, WLC_IOCTL_MAXLEN);
1223 if (wl_iovar_getbuf(name, "chanspecs", &c, sizeof(chanspec_t), data_buf, WLC_IOCTL_MAXLEN) < 0) {
1229 list = (wl_uint32_list_t *)data_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c1373 uint8_t *data_buf, *decoded_data_buf; local
1387 data_buf = avpkt.data;
1576 if(av_parser_change(ist->st->parser, ost->st->codec, &opkt.data, &opkt.size, data_buf, data_size, pkt->flags & AV_PKT_FLAG_KEY))
1579 opkt.data = data_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/sysdeps/
H A Dweb-broadcom-wl6.c1778 char data_buf[WLC_IOCTL_MAXLEN]; local
1819 memset(data_buf, 0, WLC_IOCTL_MAXLEN);
1820 if (wl_iovar_getbuf(name, "chanspecs", &c, sizeof(chanspec_t), data_buf, WLC_IOCTL_MAXLEN) < 0) {
1826 list = (wl_uint32_list_t *)data_buf;
H A Dweb-broadcom.c1185 char data_buf[WLC_IOCTL_MAXLEN]; local
1222 memset(data_buf, 0, WLC_IOCTL_MAXLEN);
1223 if (wl_iovar_getbuf(name, "chanspecs", &c, sizeof(chanspec_t), data_buf, WLC_IOCTL_MAXLEN) < 0) {
1229 list = (wl_uint32_list_t *)data_buf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/spectra/
H A Dflash.c1147 static void FTL_Cache_Read_Page(u8 *data_buf, u64 logic_addr, u16 cache_item) argument
1159 GLOB_LLD_MemCopy_CMD(data_buf, start_addr,
1163 memcpy(data_buf, start_addr, DeviceInfo.wPageDataSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/spectra/
H A Dflash.c1147 static void FTL_Cache_Read_Page(u8 *data_buf, u64 logic_addr, u16 cache_item) argument
1159 GLOB_LLD_MemCopy_CMD(data_buf, start_addr,
1163 memcpy(data_buf, start_addr, DeviceInfo.wPageDataSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Ds2io.c5871 * @data_buf : user defined value to be written into Eeprom.
5874 * buffer 'data_buf' and returns these to the caller (ethtool.)
5880 struct ethtool_eeprom *eeprom, u8 * data_buf)
5897 memcpy((data_buf + i), &valid, 4);
5908 * @data_buf ; user defined value to be written into Eeprom.
5918 u8 *data_buf)
5934 data = (u32)data_buf[cnt] & 0x000000FF;
5879 s2io_ethtool_geeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 * data_buf) argument
5916 s2io_ethtool_seeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 *data_buf) argument

Completed in 346 milliseconds

1234