Searched refs:data_buffer (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_vms.c123 unsigned char data_buffer[256]; local
134 pitem->buffer = (long *)&data_buffer[total_length];
151 RAND_add((PTR_T) data_buffer, total_length, total_length / 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_vms.c96 unsigned char data_buffer[256]; local
109 pitem->buffer = (long *)&data_buffer[total_length];
128 RAND_add(data_buffer, total_length, total_length/2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_vms.c123 unsigned char data_buffer[256]; local
134 pitem->buffer = (long *)&data_buffer[total_length];
151 RAND_add((PTR_T) data_buffer, total_length, total_length / 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sh/
H A Dsh_dac_audio.c61 char *data_buffer, *buffer_begin, *buffer_end; member in struct:snd_sh_dac
82 chip->buffer_begin = chip->buffer_end = chip->data_buffer;
121 chip->buffer_begin = chip->buffer_end = chip->data_buffer;
160 memset(chip->data_buffer, 0, chip->pdata->buffer_size);
174 chip->buffer_begin = chip->buffer_end = chip->data_buffer;
201 memcpy_toio(chip->data_buffer + b_pos, src, b_count);
202 chip->buffer_end = chip->data_buffer + b_pos + b_count;
228 memset_io(chip->data_buffer + b_pos, 0, b_count);
229 chip->buffer_end = chip->data_buffer + b_pos + b_count;
243 int pointer = chip->buffer_begin - chip->data_buffer;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsh_dac_audio.c39 static char *data_buffer, *buffer_begin, *buffer_end; variable
57 buffer_begin = buffer_end = data_buffer;
198 nbytes = data_buffer + BUFFER_SIZE - buffer_end;
207 ((void *)data_buffer, buf + nbytes, count - nbytes))
209 buffer_end = data_buffer + count - nbytes;
268 if (buffer_begin == data_buffer + BUFFER_SIZE)
269 buffer_begin = data_buffer;
289 data_buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL);
290 if (data_buffer == NULL)
317 kfree((void *)data_buffer);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap.h254 struct data_buffer { struct
352 struct data_buffer video_isoc_buffer[VIDEO_ISOC_BUFFER_MANY];
353 struct data_buffer \
355 struct data_buffer \
425 struct data_buffer audio_isoc_buffer[AUDIO_ISOC_BUFFER_MANY];
456 struct data_buffer audio_buffer[];
H A Deasycap_testcard.c42 struct data_buffer *pfield_buffer;
376 struct data_buffer *paudio_buffer;
H A Deasycap_sound.c48 struct data_buffer *paudio_buffer;
658 struct data_buffer *pdata_buffer;
686 if ((struct data_buffer *)NULL == pdata_buffer) {
764 if ((struct data_buffer *)NULL == pdata_buffer) {
H A Deasycap_main.c2413 struct data_buffer *pfield_buffer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm.c336 memset(chip->data_buffer, 0, TPM_BUFSIZE);
973 chip->data_buffer = kmalloc(TPM_BUFSIZE * sizeof(u8), GFP_KERNEL);
974 if (chip->data_buffer == NULL) {
998 kfree(chip->data_buffer);
1022 (chip->data_buffer, (void __user *) buf, in_size)) {
1028 out_size = tpm_transmit(chip, chip->data_buffer, TPM_BUFSIZE);
1055 if (copy_to_user(buf, chip->data_buffer, ret_size))
H A Dtpm.h100 u8 *data_buffer; member in struct:tpm_chip
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1760-hcd.c87 void *data_buffer; member in struct:isp1760_qtd
690 qtd->data_buffer = databuffer;
763 priv_write_copy(priv, qtd->data_buffer,
784 priv->atl_ints[slot].data_buffer = qtd->data_buffer;
804 priv->int_ints[slot].data_buffer = qtd->data_buffer;
1106 priv->atl_ints[queue_entry].data_buffer,
1119 priv->atl_ints[queue_entry].data_buffer = NULL;
1261 priv->int_ints[queue_entry].data_buffer,
[all...]
H A Disp1760-hcd.h112 void *data_buffer; member in struct:inter_packet_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-sas.h329 char data_buffer[1]; member in struct:TAG_TW_Ioctl_Apache
H A D3w-9xxx.c747 tw_compat_info = (TW_Compatibility_Info *)tw_ioctl->data_buffer;
765 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
784 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
788 event = (TW_Event *)tw_ioctl->data_buffer;
813 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
817 event = (TW_Event *)tw_ioctl->data_buffer;
842 memcpy(tw_ioctl->data_buffer, tw_dev->event_queue[event_index], sizeof(TW_Event));
846 tw_lock = (TW_Lock *)tw_ioctl->data_buffer;
H A D3w-xxxx.h296 char data_buffer[1]; member in struct:TAG_TW_New_Ioctl
H A D3w-9xxx.h599 char data_buffer[1]; member in struct:TAG_TW_Ioctl_Apache
H A D3w-xxxx.c748 memset(tw_ioctl->data_buffer, 0, data_buffer_length);
762 memcpy(tw_ioctl->data_buffer, &tw_aen_code, sizeof(tw_aen_code));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dcsr1212.c798 csr1212_generate_tree_subdir(struct csr1212_keyval *dir, u32 *data_buffer) argument
863 data_buffer[index] = cpu_to_be32(value);

Completed in 265 milliseconds