Searched refs:bufp (Results 51 - 70 of 70) sorted by relevance

123

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c1806 void *bufp; local
1866 bufp = ((void *)il) + sizeof(*il);
1868 struct de_srom_media_block *ib = bufp;
1904 bufp += sizeof (ib->opts);
1910 bufp += sizeof(ib->csr13) + sizeof(ib->csr14) +
1924 if (bufp > ((void *)&ee_data[DE_EEPROM_SIZE - 3]))
/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/include/uapi/linux/
H A Dsoundcard.h1180 unsigned char *bufp=buf;\
1186 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\
/linux-master/include/sound/
H A Dhdaudio.h657 unsigned int byte_size, struct snd_dma_buffer *bufp);
669 unsigned int byte_size, struct snd_dma_buffer *bufp)
668 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) argument
/linux-master/fs/nfsd/
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 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
/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);
/linux-master/drivers/usb/host/
H A Dehci.h452 u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */ member in struct:ehci_iso_packet
/linux-master/drivers/message/fusion/
H A Dmptctl.c758 return mptctl_do_fw_download(iocp, kfwdl.bufp, kfwdl.fwlen);
806 dctlprintk(iocp, printk(MYIOC_s_DEBUG_FMT "DbG: kfwdl.bufp = %p\n",
2743 kfw.bufp = compat_ptr(kfw32.bufp);
2745 ret = mptctl_do_fw_download(iocp, kfw.bufp, kfw.fwlen);
/linux-master/drivers/infiniband/hw/irdma/
H A Dmain.h518 void irdma_free_sqbuf(struct irdma_sc_vsi *vsi, void *bufp);
H A Dcm.c12 * @bufp: puda buffer to free
14 void irdma_free_sqbuf(struct irdma_sc_vsi *vsi, void *bufp) argument
16 struct irdma_puda_buf *buf = bufp;
/linux-master/drivers/parport/
H A Dparport_pc.c487 const unsigned char *bufp = buf; local
557 outsb(fifo, bufp, n);
558 bufp += n;
572 byte = *bufp++;
/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/drivers/usb/fotg210/
H A Dfotg210-hcd.c4048 uframe->bufp = (buf & ~(u64)0x0fff);
4050 if (unlikely((uframe->bufp != (buf & ~(u64)0x0fff))))
4304 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0);
4305 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32));
4309 u64 bufp = uf->bufp + 4096; local
4312 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, bufp & ~(u32)0);
4313 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(bufp >> 32));
/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/drivers/scsi/lpfc/
H A Dlpfc_crtn.h89 uint32_t lpfc_cgn_calc_crc32(void *bufp, uint32_t sz, uint32_t seed);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h1095 void *bufp; member in struct:__anon150
1108 void *bufp; member in struct:mbx_cmd_32
H A Dqla_mbx.c7094 mcp->bufp = NULL;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2677 u32 *bufp = (u32 *)((char *)buf + reg); local
2682 while (reg <= last_reg && bufp < buf_end) {
2683 *bufp++ = t4_read_reg(adap, reg);
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.h4266 char bufp[WMI_MAX_DEBUG_MESG]; member in struct:wmi_debug_mesg_event

Completed in 592 milliseconds

123