| /linux/sound/sh/ |
| H A D | sh_dac_audio.c | 46 char *data_buffer, *buffer_begin, *buffer_end; member 67 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset() 106 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open() 133 memset(chip->data_buffer, 0, chip->pdata->buffer_size); in snd_sh_dac_pcm_prepare() 147 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger() 166 if (copy_from_iter(chip->data_buffer + pos, count, src) != count) in snd_sh_dac_pcm_copy() 168 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy() 185 memset(chip->data_buffer + pos, 0, count); in snd_sh_dac_pcm_silence() 186 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_silence() 200 int pointer = chip->buffer_begin - chip->data_buffer; in snd_sh_dac_pcm_pointer() [all …]
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-dev-common.c | 74 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_dev_async_work() 75 sizeof(priv->data_buffer)); in tpm_dev_async_work() 110 memset(priv->data_buffer, 0, sizeof(priv->data_buffer)); in tpm_timeout_work() 148 rc = copy_to_user(buf, priv->data_buffer + *off, ret_size); in tpm_common_read() 150 memset(priv->data_buffer, 0, TPM_BUFSIZE); in tpm_common_read() 154 memset(priv->data_buffer + *off, 0, ret_size); in tpm_common_read() 191 if (copy_from_user(priv->data_buffer, buf, size)) { in tpm_common_write() 197 size < be32_to_cpu(*((__be32 *)(priv->data_buffer + 2)))) { in tpm_common_write() 228 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_common_write() 229 sizeof(priv->data_buffer)); in tpm_common_write()
|
| H A D | tpm-dev.h | 21 u8 data_buffer[TPM_BUFSIZE]; member
|
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | mailbox.c | 155 rs = ec->data_buffer; in wilco_ec_transfer() 212 rq = ec->data_buffer; in wilco_ec_mailbox()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | qcom_nandc.c | 814 memset(nandc->data_buffer, 0xff, size); in copy_last_cw() 821 qcom_read_data_dma(nandc, FLASH_BUF_ACC, nandc->data_buffer, size, 0); in copy_last_cw() 1139 memset(nandc->data_buffer, 0xff, host->cw_data); in qcom_nandc_write_oob() 1141 mtd_ooblayout_get_databytes(mtd, nandc->data_buffer + data_size, oob, in qcom_nandc_write_oob() 1149 nandc->data_buffer, data_size + oob_size, 0); in qcom_nandc_write_oob() 1191 bad = nandc->data_buffer[bbpos] != 0xff; in qcom_nandc_block_bad() 1194 bad = bad || (nandc->data_buffer[bbpos + 1] != 0xff); in qcom_nandc_block_bad() 1214 memset(nandc->data_buffer, 0x00, host->cw_size); in qcom_nandc_block_markbad() 1225 nandc->data_buffer, host->cw_size, 0); in qcom_nandc_block_markbad() 1934 memset(nandc->data_buffer, 0xff, nandc->buf_count); in qcom_param_page_type_exec() [all …]
|
| /linux/include/linux/platform_data/ |
| H A D | wilco-ec.h | 45 void *data_buffer; member
|
| /linux/drivers/scsi/ |
| H A D | 3w-xxxx.h | 351 char data_buffer[]; member
|
| H A D | 3w-sas.h | 338 char data_buffer[]; member
|
| H A D | 3w-9xxx.h | 610 char data_buffer[]; member
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 147 void *data_buffer; member 880 if (qtd->data_buffer == qtd->urb->setup_packet) in create_ptd_atl() 1074 qtd->data_buffer, in collect_qtds() 1165 qtd->data_buffer, qtd->length); in enqueue_qtds() 1749 qtd->data_buffer = databuffer; in qtd_fill()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_ioctl.c | 1386 memcpy(ioctl->data.prw.data_buffer, a->nvram, in esas2r_ioctl_handler() 1402 (struct esas2r_sas_nvram *)ioctl->data.prw.data_buffer); in esas2r_ioctl_handler() 1412 (struct esas2r_sas_nvram *)ioctl->data.prw.data_buffer); in esas2r_ioctl_handler()
|
| H A D | atioctl.h | 102 char data_buffer[512]; member
|
| /linux/drivers/scsi/elx/libefc_sli/ |
| H A D | sli4.h | 3140 u8 data_buffer[4]; member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.c | 1842 resp->data_buffer, in be_cmd_get_fat_dump()
|