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

123

/linux-master/security/integrity/ima/
H A Dima_template.c425 void *bufp = buf + sizeof(*khdr); local
462 while ((bufp < bufendp) && (count++ < khdr->count)) {
466 ret = ima_parse_buf(bufp, bufendp, &bufp, HDR__LAST, hdr, NULL,
/linux-master/drivers/message/fusion/
H A Dmptctl.h104 void __user *bufp; /* Pointer to firmware buffer */ member in struct:mpt_fw_xfer
111 u32 bufp; member in struct:mpt_fw_xfer32
/linux-master/fs/nfsd/
H A Dvfs.h96 char *name, void **bufp, int *lenp);
98 char **bufp, int *lenp);
/linux-master/drivers/usb/host/
H A Dehci-sched.c1212 uframe->bufp = (buf & ~(u64)0x0fff);
1214 if (unlikely((uframe->bufp != (buf & ~(u64)0x0fff))))
1701 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, uf->bufp & ~(u32)0);
1702 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(uf->bufp >> 32));
1706 u64 bufp = uf->bufp + 4096; local
1709 itd->hw_bufp[pg] |= cpu_to_hc32(ehci, bufp & ~(u32)0);
1710 itd->hw_bufp_hi[pg] |= cpu_to_hc32(ehci, (u32)(bufp >> 32));
2016 packet->bufp = buf;
2110 u64 bufp; local
[all...]
/linux-master/drivers/hwtracing/coresight/
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/drivers/bus/
H A Dti-sysc.c966 * @bufp: buffer to print the information to
969 static int sysc_show_rev(char *bufp, struct sysc *ddata) argument
974 return sprintf(bufp, ":NA");
976 len = sprintf(bufp, ":%08x", ddata->revision);
982 char *bufp, enum sysc_registers reg)
985 return sprintf(bufp, ":NA");
987 return sprintf(bufp, ":%x", ddata->offsets[reg]);
990 static int sysc_show_name(char *bufp, struct sysc *ddata) argument
995 return sprintf(bufp, ":%s", ddata->name);
1005 char *bufp local
981 sysc_show_reg(struct sysc *ddata, char *bufp, enum sysc_registers reg) argument
[all...]
/linux-master/drivers/parport/
H A Dparport_ip32.c1116 u8 *bufp = buf; local
1118 *bufp++ = readb(eppreg);
1155 const u8 *bufp = buf; local
1157 writeb(*bufp++, eppreg);
1385 const u8 *bufp = buf; local
1401 writeb(*bufp, priv->regs.fifo);
1402 bufp++, left--;
1404 writesb(priv->regs.fifo, bufp, count);
1405 bufp += count, left -= count;
/linux-master/net/netfilter/
H A Dnft_exthdr.c450 u8 buf[2], *bufp; local
456 bufp = skb_header_pointer(pkt->skb, thoff + optoff + i, buflen,
458 if (!bufp)
461 type = bufp[0];
476 len = bufp[1];
/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/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
H A Dhda_codec.h522 struct snd_dma_buffer *bufp);
530 struct snd_dma_buffer *bufp)
528 snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, unsigned int size, struct snd_dma_buffer *bufp) argument
/linux-master/sound/soc/intel/skylake/
H A Dskl-sst-dsp.h164 struct snd_dma_buffer *bufp);
/linux-master/kernel/
H A Daudit.h340 extern char *audit_unpack_string(void **bufp, size_t *remain, size_t len);
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]);
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c279 char *ascii_buf, *bufp; local
295 bufp = &ascii_buf[len];
297 bufp = hex_byte_pack(bufp, iv[i]);
/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/tools/testing/selftests/kvm/include/
H A Dtest_util.h49 int test_seq_read(const char *path, char **bufp, size_t *sizep);
/linux-master/drivers/spi/
H A Dspi-pl022.c751 void *bufp = buffer; local
763 if (bytesleft < (PAGE_SIZE - offset_in_page(bufp)))
766 mapbytes = PAGE_SIZE - offset_in_page(bufp);
767 sg_set_page(sg, virt_to_page(bufp),
768 mapbytes, offset_in_page(bufp));
769 bufp += mapbytes;
773 bufp, mapbytes, bytesleft);
/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/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);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6134 char *bufp = buf; local
6139 bufp += sprintf(bufp, "100M/");
6141 bufp += sprintf(bufp, "1G/");
6143 bufp += sprintf(bufp, "10G/");
6145 bufp += sprintf(bufp, "25G/");
6147 bufp
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h477 u64 bufp; /* itd->hw_bufp{,_hi}[pg] |= */ member in struct:fotg210_iso_packet
/linux-master/drivers/net/ethernet/
H A Ddnet.c512 unsigned int *bufp; local
525 bufp = (unsigned int *)(((unsigned long) skb->data) & ~0x3UL);
534 dnet_writel(bp, *bufp++, TX_DATA_FIFO);
/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);

Completed in 296 milliseconds

123