Searched refs:bufp (Results 1 - 25 of 70) sorted by last modified time

123

/linux-master/sound/pci/emu10k1/
H A Demuproc.c351 char *bufp = buf; local
356 bufp += sprintf(bufp, " %-7s ", insns[(high >> 24) & 0x0f]);
357 bufp += disasm_audigy_reg(bufp, (high >> 12) & 0x7ff, "");
358 bufp += disasm_audigy_reg(bufp, (high >> 0) & 0x7ff, ", ");
359 bufp += disasm_audigy_reg(bufp, (low >> 12) & 0x7ff, ", ");
360 bufp
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c2120 char **bufp, u32 buflen)
2132 *bufp = head->iov_base;
2154 *bufp = tmp;
2119 nfsd4_vbuf_from_vector(struct nfsd4_compoundargs *argp, struct xdr_buf *xdr, char **bufp, u32 buflen) argument
H A Dvfs.c2306 void **bufp, int *lenp)
2330 *bufp = NULL;
2359 *bufp = buf;
2378 nfsd_listxattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char **bufp, argument
2422 *bufp = buf;
2305 nfsd_getxattr(struct svc_rqst *rqstp, struct svc_fh *fhp, char *name, void **bufp, int *lenp) argument
H A Dvfs.h96 char *name, void **bufp, int *lenp);
98 char **bufp, int *lenp);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mbx.c7094 mcp->bufp = NULL;
H A Dqla_def.h1095 void *bufp; member in struct:__anon150
1108 void *bufp; member in struct:mbx_cmd_32
/linux-master/drivers/usb/gadget/udc/
H A Dnet2272.c389 u16 *bufp; local
401 bufp = (u16 *)buf;
405 writew(*bufp++, ep_data);
408 buf = (u8 *)bufp;
498 u16 *bufp; local
517 bufp = (u16 *)buf;
520 *bufp++ = readw(ep_data);
/linux-master/drivers/usb/core/
H A Dhcd.c466 const u8 *bufp; local
497 bufp = tbuf;
553 bufp = usb31_rh_dev_descriptor;
556 bufp = usb3_rh_dev_descriptor;
559 bufp = usb2_rh_dev_descriptor;
562 bufp = usb11_rh_dev_descriptor;
576 bufp = ss_rh_config_descriptor;
580 bufp = hs_rh_config_descriptor;
584 bufp = fs_rh_config_descriptor;
688 memcpy (ubuf, bufp, le
[all...]
/linux-master/drivers/tty/hvc/
H A Dhvc_iucv.c153 struct iucv_tty_buffer *bufp; local
155 bufp = mempool_alloc(hvc_iucv_mempool, flags);
156 if (!bufp)
158 memset(bufp, 0, sizeof(*bufp));
161 bufp->msg.length = MSG_SIZE(size);
162 bufp->mbuf = kmalloc(bufp->msg.length, flags | GFP_DMA);
163 if (!bufp->mbuf) {
164 mempool_free(bufp, hvc_iucv_mempoo
178 destroy_tty_buffer(struct iucv_tty_buffer *bufp) argument
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c942 char *bufp; local
945 CORESIGHT_BARRIER_PKT_SIZE, &bufp);
948 coresight_insert_barrier_packet(bufp);
H A Dcoresight-tmc-etf.c62 char *bufp; local
67 bufp = drvdata->buf;
73 memcpy(bufp, &read_data, 4);
74 bufp += 4;
H A Dcoresight-tmc-core.c182 char *bufp; local
186 actual = tmc_get_sysfs_trace(drvdata, *ppos, len, &bufp);
190 if (copy_to_user(data, bufp, actual)) {
/linux-master/tools/testing/selftests/kvm/include/
H A Dtest_util.h49 int test_seq_read(const char *path, char **bufp, size_t *sizep);
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c532 char __maybe_unused *bufp, size_t __maybe_unused buf_len,
530 get_proc_name(unw_addr_space_t __maybe_unused as, unw_word_t __maybe_unused addr, char __maybe_unused *bufp, size_t __maybe_unused buf_len, unw_word_t __maybe_unused *offp, void __maybe_unused *arg) argument
/linux-master/sound/pci/hda/
H A Dhda_controller.c963 struct snd_dma_buffer *bufp)
981 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp);
961 snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) argument
/linux-master/sound/hda/
H A Dhdac_stream.c912 * @bufp: allocated buffer
918 unsigned int byte_size, struct snd_dma_buffer *bufp)
935 byte_size, bufp);
952 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0);
961 snd_dma_free_pages(bufp);
917 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) argument
/linux-master/include/sound/
H A Dpcm.h1236 * @bufp: the buffer information, NULL to clear
1238 * Copy the buffer information to runtime->dma_buffer when @bufp is non-NULL.
1242 struct snd_dma_buffer *bufp)
1245 if (bufp) {
1246 runtime->dma_buffer_p = bufp;
1247 runtime->dma_area = bufp->area;
1248 runtime->dma_addr = bufp->addr;
1249 runtime->dma_bytes = bufp->bytes;
1241 snd_pcm_set_runtime_buffer(struct snd_pcm_substream *substream, struct snd_dma_buffer *bufp) argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c140 Elf64_Off *bufp = (Elf64_Off *)oc_conf->auxv_buf; local
143 memset(bufp, 0, AUXV_DESC_SZ);
146 bufp[idx++] = cpu_to_be64(AT_ENTRY);
147 bufp[idx++] = cpu_to_be64(opal_boot_entry);
150 bufp[idx++] = cpu_to_be64(AT_NULL);
228 char *bufp; local
232 bufp = __va(oc_conf->cpu_state_destination_vaddr);
239 thdr = (struct hdat_fadump_thread_hdr *)bufp;
258 for (i = 0; i < oc_conf->num_cpus; i++, bufp += size_per_thread) {
259 thdr = (struct hdat_fadump_thread_hdr *)bufp;
310 char *bufp; local
[all...]
/linux-master/kernel/bpf/
H A Dcgroup.c2016 static ssize_t sysctl_cpy_dir(const struct ctl_dir *dir, char **bufp, argument
2022 tmp_ret = sysctl_cpy_dir(dir->header.parent, bufp, lenp);
2027 ret = strscpy(*bufp, dir->header.ctl_table[0].procname, *lenp);
2030 *bufp += ret;
2038 tmp_ret = strscpy(*bufp, "/", *lenp);
2041 *bufp += tmp_ret;
/linux-master/kernel/
H A Daudit.c1437 void *bufp = data; local
1445 memcpy(sizes, bufp, 2 * sizeof(u32));
1446 bufp += 2 * sizeof(u32);
1448 old = audit_unpack_string(&bufp, &msglen, sizes[0]);
1453 new = audit_unpack_string(&bufp, &msglen, sizes[1]);
H A Dauditfilter.c127 char *audit_unpack_string(void **bufp, size_t *remain, size_t len) argument
131 if (!*bufp || (len == 0) || (len > *remain))
144 memcpy(str, *bufp, len);
146 *bufp += len;
454 void *bufp; local
464 bufp = data->buf;
524 str = audit_unpack_string(&bufp, &remain, f_val);
543 str = audit_unpack_string(&bufp, &remain, f_val);
556 str = audit_unpack_string(&bufp, &remain, f_val);
576 str = audit_unpack_string(&bufp,
623 audit_pack_string(void **bufp, const char *str) argument
637 void *bufp; local
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_super.c59 * @bufp: output buffer
62 * vxfs_statfs fills the statfs buffer @bufp with information
75 vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp) argument
81 bufp->f_type = VXFS_SUPER_MAGIC;
82 bufp->f_bsize = dentry->d_sb->s_blocksize;
83 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize);
84 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free);
85 bufp->f_bavail = 0;
86 bufp->f_files = 0;
87 bufp
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c142 char *buf, *bufp; local
159 bufp = buf;
162 memcpy(bufp, &cnt_le, sizeof(cnt_le));
163 bufp += sizeof(cnt_le);
168 memcpy(bufp, ha->addr, ETH_ALEN);
169 bufp += ETH_ALEN;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.h4266 char bufp[WMI_MAX_DEBUG_MESG]; member in struct:wmi_debug_mesg_event
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c714 ulong bufp; local
736 bufp = (ulong)pdata->loopback_tx_pkt & (~0x3);
741 pdata->ops->tx_writefifo(pdata, (unsigned int *)bufp, wrsz);
780 bufp = (ulong)pdata->loopback_rx_pkt;
785 pdata->ops->rx_readfifo(pdata, (unsigned int *)bufp, rdsz);
1795 ulong bufp; local
1814 bufp = (ulong)skb->data & (~0x3);
1819 pdata->ops->tx_writefifo(pdata, (unsigned int *)bufp, wrsz);

Completed in 395 milliseconds

123