buf_ptr            79 arch/mips/cavium-octeon/executive/cvmx-pko.c 		uint64_t *buf_ptr;
buf_ptr           103 arch/mips/cavium-octeon/executive/cvmx-pko.c 		buf_ptr = (uint64_t *)cvmx_cmd_queue_buffer(
buf_ptr           105 arch/mips/cavium-octeon/executive/cvmx-pko.c 		config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr) >> 7;
buf_ptr           309 arch/mips/cavium-octeon/executive/cvmx-pko.c 		config.s.buf_ptr = 0;
buf_ptr           437 arch/mips/cavium-octeon/executive/cvmx-pko.c 		uint64_t *buf_ptr = NULL;
buf_ptr           532 arch/mips/cavium-octeon/executive/cvmx-pko.c 			buf_ptr =
buf_ptr           536 arch/mips/cavium-octeon/executive/cvmx-pko.c 			config.s.buf_ptr = cvmx_ptr_to_phys(buf_ptr);
buf_ptr           538 arch/mips/cavium-octeon/executive/cvmx-pko.c 			config.s.buf_ptr = 0;
buf_ptr           191 arch/mips/fw/cfe/cfe_api.c 	xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name);
buf_ptr           321 arch/mips/fw/cfe/cfe_api.c 	xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
buf_ptr           341 arch/mips/fw/cfe/cfe_api.c 	xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(name);
buf_ptr           366 arch/mips/fw/cfe/cfe_api.c 	xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
buf_ptr           411 arch/mips/fw/cfe/cfe_api.c 	xiocb.plist.xiocb_buffer.buf_ptr = XPTR_FROM_NATIVE(buffer);
buf_ptr            47 arch/mips/fw/cfe/cfe_api_int.h 	cfe_xptr_t  buf_ptr;		/* pointer to a buffer */
buf_ptr           731 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:33;
buf_ptr           737 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:33;
buf_ptr           748 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:33;
buf_ptr           754 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:33;
buf_ptr           782 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:33;
buf_ptr           788 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:33;
buf_ptr          1018 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:31;
buf_ptr          1030 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:31;
buf_ptr          1172 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:36;
buf_ptr          1182 arch/mips/include/asm/octeon/cvmx-pko-defs.h 		uint64_t buf_ptr:36;
buf_ptr           711 drivers/atm/horizon.c   u16 buf_ptr = RX_CHANNEL_IDLE;
buf_ptr           729 drivers/atm/horizon.c     buf_ptr = dev->spare_buffers[--dev->noof_spare_buffers];
buf_ptr           730 drivers/atm/horizon.c     PRINTD (DBG_VCC, "using a spare buffer: %u", buf_ptr);
buf_ptr           732 drivers/atm/horizon.c     if (buf_ptr == RX_CHANNEL_DISABLED || buf_ptr == RX_CHANNEL_IDLE) {
buf_ptr           735 drivers/atm/horizon.c       buf_ptr = RX_CHANNEL_IDLE;
buf_ptr           747 drivers/atm/horizon.c 	  buf_ptr | CHANNEL_TYPE_AAL5 | FIRST_CELL_OF_AAL5_FRAME);
buf_ptr           748 drivers/atm/horizon.c   if (buf_ptr != RX_CHANNEL_IDLE)
buf_ptr           749 drivers/atm/horizon.c     wr_mem (dev, &rx_desc->rd_buf_type, buf_ptr);
buf_ptr            43 drivers/crypto/cavium/cpt/cptvf_reqmanager.c static int setup_sgio_components(struct cpt_vf *cptvf, struct buf_ptr *list,
buf_ptr            65 drivers/crypto/cavium/cpt/request_manager.h 	struct buf_ptr in[MAX_BUF_CNT];
buf_ptr            66 drivers/crypto/cavium/cpt/request_manager.h 	struct buf_ptr out[MAX_BUF_CNT];
buf_ptr           763 drivers/firewire/net.c 	__be32 *buf_ptr;
buf_ptr           776 drivers/firewire/net.c 	buf_ptr = dev->broadcast_rcv_buffer_ptrs[dev->broadcast_rcv_next_ptr++];
buf_ptr           783 drivers/firewire/net.c 	    gasp_specifier_id(buf_ptr) == IANA_SPECIFIER_ID &&
buf_ptr           784 drivers/firewire/net.c 	    (gasp_version(buf_ptr) == RFC2734_SW_VERSION
buf_ptr           786 drivers/firewire/net.c 	     || gasp_version(buf_ptr) == RFC3146_SW_VERSION
buf_ptr           789 drivers/firewire/net.c 		fwnet_incoming_packet(dev, buf_ptr + 2,
buf_ptr           791 drivers/firewire/net.c 				      gasp_source_id(buf_ptr),
buf_ptr           236 drivers/gpu/drm/panfrost/panfrost_perfcnt.c 	void __user *user_ptr = (void __user *)(uintptr_t)req->buf_ptr;
buf_ptr           285 drivers/hwtracing/coresight/coresight-etb10.c 	u8 *buf_ptr;
buf_ptr           316 drivers/hwtracing/coresight/coresight-etb10.c 	buf_ptr = drvdata->buf;
buf_ptr           320 drivers/hwtracing/coresight/coresight-etb10.c 		*(u32 *)buf_ptr = read_data;
buf_ptr           321 drivers/hwtracing/coresight/coresight-etb10.c 		buf_ptr += 4;
buf_ptr           328 drivers/hwtracing/coresight/coresight-etb10.c 		buf_ptr -= (frame_endoff * 4);
buf_ptr           330 drivers/hwtracing/coresight/coresight-etb10.c 			*buf_ptr++ = 0x0;
buf_ptr           331 drivers/hwtracing/coresight/coresight-etb10.c 			*buf_ptr++ = 0x0;
buf_ptr           332 drivers/hwtracing/coresight/coresight-etb10.c 			*buf_ptr++ = 0x0;
buf_ptr           333 drivers/hwtracing/coresight/coresight-etb10.c 			*buf_ptr++ = 0x0;
buf_ptr           430 drivers/hwtracing/coresight/coresight-etb10.c 	u8 *buf_ptr;
buf_ptr           531 drivers/hwtracing/coresight/coresight-etb10.c 		buf_ptr = buf->data_pages[cur] + offset;
buf_ptr           539 drivers/hwtracing/coresight/coresight-etb10.c 		*(u32 *)buf_ptr = read_data;
buf_ptr           540 drivers/hwtracing/coresight/coresight-etb10.c 		buf_ptr += 4;
buf_ptr           447 drivers/hwtracing/coresight/coresight-tmc-etf.c 	u32 *buf_ptr;
buf_ptr           526 drivers/hwtracing/coresight/coresight-tmc-etf.c 		buf_ptr = buf->data_pages[cur] + offset;
buf_ptr           527 drivers/hwtracing/coresight/coresight-tmc-etf.c 		*buf_ptr = readl_relaxed(drvdata->base + TMC_RRD);
buf_ptr           530 drivers/hwtracing/coresight/coresight-tmc-etf.c 			*buf_ptr = *barrier;
buf_ptr          2001 drivers/infiniband/ulp/isert/ib_isert.c 			(void *)cmd->buf_ptr, ISCSI_HDR_LEN,
buf_ptr          2041 drivers/infiniband/ulp/isert/ib_isert.c 		void *txt_rsp_buf = cmd->buf_ptr;
buf_ptr           172 drivers/media/i2c/saa6588.c 	unsigned char __user *buf_ptr = a->buffer;
buf_ptr           208 drivers/media/i2c/saa6588.c 		if (copy_to_user(buf_ptr, buf, 3)) {
buf_ptr           212 drivers/media/i2c/saa6588.c 		buf_ptr += 3;
buf_ptr            82 drivers/media/usb/cx231xx/cx231xx-i2c.c 	u8 *buf_ptr = NULL;
buf_ptr           134 drivers/media/usb/cx231xx/cx231xx-i2c.c 		buf_ptr = (u8 *) (msg->buf + 1);
buf_ptr           143 drivers/media/usb/cx231xx/cx231xx-i2c.c 			req_data.p_buffer = (u8 *) (buf_ptr + loop * 16);
buf_ptr            16 drivers/media/usb/pvrusb2/pvrusb2-debugifc.h 			     char *buf_ptr, unsigned int buf_size);
buf_ptr            22 drivers/media/usb/pvrusb2/pvrusb2-debugifc.h 			       char *buf_ptr,unsigned int buf_size);
buf_ptr            26 drivers/media/usb/pvrusb2/pvrusb2-debugifc.h 			const char *buf_ptr,unsigned int buf_size);
buf_ptr           319 drivers/media/usb/pvrusb2/pvrusb2-hdw.h 				   char *buf_ptr,unsigned int buf_size);
buf_ptr           394 drivers/media/usb/usbvision/usbvision-i2c.c 	char *buf_ptr = buf;
buf_ptr           402 drivers/media/usb/usbvision/usbvision-i2c.c 		retval = usbvision_i2c_write_max4(usbvision, addr, buf_ptr, count);
buf_ptr           405 drivers/media/usb/usbvision/usbvision-i2c.c 			buf_ptr += count;
buf_ptr           148 drivers/net/dsa/sja1105/sja1105_spi.c 		void *buf_ptr;
buf_ptr           156 drivers/net/dsa/sja1105/sja1105_spi.c 	chunk.buf_ptr = packed_buf;
buf_ptr           162 drivers/net/dsa/sja1105/sja1105_spi.c 						 chunk.buf_ptr, chunk.len);
buf_ptr           166 drivers/net/dsa/sja1105/sja1105_spi.c 		chunk.buf_ptr += chunk.len;
buf_ptr           169 drivers/net/dsa/sja1105/sja1105_spi.c 					      chunk.buf_ptr);
buf_ptr           477 drivers/net/ethernet/cavium/liquidio/octeon_network.h 	       u64 buf_ptr)
buf_ptr           481 drivers/net/ethernet/cavium/liquidio/octeon_network.h 		       buf_ptr, (PAGE_SIZE << 0),
buf_ptr           194 drivers/net/ethernet/marvell/mv643xx_eth.c 	u32 buf_ptr;		/* Descriptor buffer pointer		*/
buf_ptr           202 drivers/net/ethernet/marvell/mv643xx_eth.c 	u32 buf_ptr;		/* pointer to buffer for this descriptor*/
buf_ptr           209 drivers/net/ethernet/marvell/mv643xx_eth.c 	u32 buf_ptr;		/* Descriptor buffer pointer		*/
buf_ptr           217 drivers/net/ethernet/marvell/mv643xx_eth.c 	u32 buf_ptr;		/* pointer to buffer for this descriptor*/
buf_ptr           532 drivers/net/ethernet/marvell/mv643xx_eth.c 		dma_unmap_single(mp->dev->dev.parent, rx_desc->buf_ptr,
buf_ptr           629 drivers/net/ethernet/marvell/mv643xx_eth.c 		rx_desc->buf_ptr = dma_map_single(mp->dev->dev.parent,
buf_ptr           751 drivers/net/ethernet/marvell/mv643xx_eth.c 		desc->buf_ptr = txq->tso_hdrs_dma
buf_ptr           756 drivers/net/ethernet/marvell/mv643xx_eth.c 		desc->buf_ptr = dma_map_single(dev->dev.parent, data,
buf_ptr           759 drivers/net/ethernet/marvell/mv643xx_eth.c 					       desc->buf_ptr))) {
buf_ptr           802 drivers/net/ethernet/marvell/mv643xx_eth.c 	desc->buf_ptr = txq->tso_hdrs_dma +
buf_ptr           926 drivers/net/ethernet/marvell/mv643xx_eth.c 		desc->buf_ptr = skb_frag_dma_map(mp->dev->dev.parent,
buf_ptr           973 drivers/net/ethernet/marvell/mv643xx_eth.c 	desc->buf_ptr = dma_map_single(mp->dev->dev.parent, skb->data,
buf_ptr          1094 drivers/net/ethernet/marvell/mv643xx_eth.c 		if (!IS_TSO_HEADER(txq, desc->buf_ptr)) {
buf_ptr          1098 drivers/net/ethernet/marvell/mv643xx_eth.c 					       desc->buf_ptr,
buf_ptr          1103 drivers/net/ethernet/marvell/mv643xx_eth.c 						 desc->buf_ptr,
buf_ptr           179 drivers/net/ethernet/marvell/pxa168_eth.c 	u32 buf_ptr;		/* Descriptor buffer pointer            */
buf_ptr           187 drivers/net/ethernet/marvell/pxa168_eth.c 	u32 buf_ptr;		/* pointer to buffer for this descriptor */
buf_ptr           323 drivers/net/ethernet/marvell/pxa168_eth.c 		p_used_rx_desc->buf_ptr = dma_map_single(&pep->pdev->dev,
buf_ptr           724 drivers/net/ethernet/marvell/pxa168_eth.c 		addr = desc->buf_ptr;
buf_ptr           797 drivers/net/ethernet/marvell/pxa168_eth.c 		dma_unmap_single(&pep->pdev->dev, rx_desc->buf_ptr,
buf_ptr          1266 drivers/net/ethernet/marvell/pxa168_eth.c 	desc->buf_ptr = dma_map_single(&pep->pdev->dev, skb->data, length,
buf_ptr           284 drivers/net/ethernet/sfc/falcon/selftest.c 			    const char *buf_ptr, int pkt_len)
buf_ptr           290 drivers/net/ethernet/sfc/falcon/selftest.c 	BUG_ON(!buf_ptr);
buf_ptr           298 drivers/net/ethernet/sfc/falcon/selftest.c 	received = (struct ef4_loopback_payload *) buf_ptr;
buf_ptr           365 drivers/net/ethernet/sfc/falcon/selftest.c 			       buf_ptr, pkt_len, 0);
buf_ptr            44 drivers/net/ethernet/sfc/falcon/selftest.h void ef4_loopback_rx_packet(struct ef4_nic *efx, const char *buf_ptr,
buf_ptr           284 drivers/net/ethernet/sfc/selftest.c 			    const char *buf_ptr, int pkt_len)
buf_ptr           290 drivers/net/ethernet/sfc/selftest.c 	BUG_ON(!buf_ptr);
buf_ptr           298 drivers/net/ethernet/sfc/selftest.c 	received = (struct efx_loopback_payload *) buf_ptr;
buf_ptr           365 drivers/net/ethernet/sfc/selftest.c 			       buf_ptr, pkt_len, 0);
buf_ptr            44 drivers/net/ethernet/sfc/selftest.h void efx_loopback_rx_packet(struct efx_nic *efx, const char *buf_ptr,
buf_ptr           584 drivers/net/ethernet/ti/netcp_core.c 	void *buf_ptr;
buf_ptr           599 drivers/net/ethernet/ti/netcp_core.c 		buf_ptr = (void *)GET_SW_DATA0(ndesc);
buf_ptr           602 drivers/net/ethernet/ti/netcp_core.c 		__free_page(buf_ptr);
buf_ptr           608 drivers/net/ethernet/ti/netcp_core.c 	buf_ptr = (void *)GET_SW_DATA0(desc);
buf_ptr           611 drivers/net/ethernet/ti/netcp_core.c 	if (buf_ptr)
buf_ptr           612 drivers/net/ethernet/ti/netcp_core.c 		netcp_frag_free(buf_len <= PAGE_SIZE, buf_ptr);
buf_ptr           794 drivers/net/ethernet/ti/netcp_core.c 	void *buf_ptr;
buf_ptr           808 drivers/net/ethernet/ti/netcp_core.c 		buf_ptr = (void *)GET_SW_DATA0(desc);
buf_ptr           816 drivers/net/ethernet/ti/netcp_core.c 		if (unlikely(!buf_ptr)) {
buf_ptr           825 drivers/net/ethernet/ti/netcp_core.c 			netcp_frag_free((buf_len <= PAGE_SIZE), buf_ptr);
buf_ptr           829 drivers/net/ethernet/ti/netcp_core.c 			__free_page(buf_ptr);
buf_ptr           156 drivers/rtc/sysfs.c 	const char *buf_ptr;
buf_ptr           167 drivers/rtc/sysfs.c 	buf_ptr = buf;
buf_ptr           168 drivers/rtc/sysfs.c 	if (*buf_ptr == '+') {
buf_ptr           169 drivers/rtc/sysfs.c 		buf_ptr++;
buf_ptr           170 drivers/rtc/sysfs.c 		if (*buf_ptr == '=') {
buf_ptr           171 drivers/rtc/sysfs.c 			buf_ptr++;
buf_ptr           177 drivers/rtc/sysfs.c 	retval = kstrtos64(buf_ptr, 0, &alarm);
buf_ptr           242 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           286 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           400 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           521 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           530 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           561 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           665 drivers/scsi/bfa/bfad_bsg.h 	u64	buf_ptr;
buf_ptr           674 drivers/scsi/bfa/bfad_bsg.h 	u64		buf_ptr;
buf_ptr           277 drivers/scsi/lpfc/lpfc_ct.c 	struct lpfc_dmabuf *buf_ptr;
buf_ptr           284 drivers/scsi/lpfc/lpfc_ct.c 		buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1;
buf_ptr           285 drivers/scsi/lpfc/lpfc_ct.c 		lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr           286 drivers/scsi/lpfc/lpfc_ct.c 		kfree(buf_ptr);
buf_ptr           295 drivers/scsi/lpfc/lpfc_ct.c 		buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3;
buf_ptr           296 drivers/scsi/lpfc/lpfc_ct.c 		lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr           297 drivers/scsi/lpfc/lpfc_ct.c 		kfree(buf_ptr);
buf_ptr          4039 drivers/scsi/lpfc/lpfc_els.c 	struct lpfc_dmabuf *buf_ptr;
buf_ptr          4043 drivers/scsi/lpfc/lpfc_els.c 		list_remove_head(&buf_ptr1->list, buf_ptr,
buf_ptr          4046 drivers/scsi/lpfc/lpfc_els.c 		lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr          4047 drivers/scsi/lpfc/lpfc_els.c 		kfree(buf_ptr);
buf_ptr          4067 drivers/scsi/lpfc/lpfc_els.c lpfc_els_free_bpl(struct lpfc_hba *phba, struct lpfc_dmabuf *buf_ptr)
buf_ptr          4069 drivers/scsi/lpfc/lpfc_els.c 	lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr          4070 drivers/scsi/lpfc/lpfc_els.c 	kfree(buf_ptr);
buf_ptr          4104 drivers/scsi/lpfc/lpfc_els.c 	struct lpfc_dmabuf *buf_ptr, *buf_ptr1;
buf_ptr          4134 drivers/scsi/lpfc/lpfc_els.c 			buf_ptr = elsiocb->context2;
buf_ptr          4136 drivers/scsi/lpfc/lpfc_els.c 			if (buf_ptr) {
buf_ptr          4139 drivers/scsi/lpfc/lpfc_els.c 				if (!list_empty(&buf_ptr->list)) {
buf_ptr          4140 drivers/scsi/lpfc/lpfc_els.c 					list_remove_head(&buf_ptr->list,
buf_ptr          4148 drivers/scsi/lpfc/lpfc_els.c 				INIT_LIST_HEAD(&buf_ptr->list);
buf_ptr          4149 drivers/scsi/lpfc/lpfc_els.c 				list_add_tail(&buf_ptr->list, &phba->elsbuf);
buf_ptr          4161 drivers/scsi/lpfc/lpfc_els.c 		buf_ptr = (struct lpfc_dmabuf *) elsiocb->context3;
buf_ptr          4162 drivers/scsi/lpfc/lpfc_els.c 		lpfc_els_free_bpl(phba, buf_ptr);
buf_ptr          1359 drivers/scsi/lpfc/lpfc_init.c 	struct lpfc_dmabuf *buf_ptr;
buf_ptr          1409 drivers/scsi/lpfc/lpfc_init.c 			list_remove_head(&completions, buf_ptr,
buf_ptr          1411 drivers/scsi/lpfc/lpfc_init.c 			lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr          1412 drivers/scsi/lpfc/lpfc_init.c 			kfree(buf_ptr);
buf_ptr           367 drivers/scsi/lpfc/lpfc_nvme.c 	struct lpfc_dmabuf *buf_ptr;
buf_ptr           399 drivers/scsi/lpfc/lpfc_nvme.c 		buf_ptr = (struct lpfc_dmabuf *)cmdwqe->context3;
buf_ptr           400 drivers/scsi/lpfc/lpfc_nvme.c 		lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr           401 drivers/scsi/lpfc/lpfc_nvme.c 		kfree(buf_ptr);
buf_ptr          10743 drivers/scsi/lpfc/lpfc_sli.c 	struct lpfc_dmabuf *buf_ptr;
buf_ptr          10802 drivers/scsi/lpfc/lpfc_sli.c 		list_remove_head(&completions, buf_ptr,
buf_ptr          10804 drivers/scsi/lpfc/lpfc_sli.c 		lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
buf_ptr          10805 drivers/scsi/lpfc/lpfc_sli.c 		kfree(buf_ptr);
buf_ptr           472 drivers/spi/spi-npcm-fiu.c 	u8 *buf_ptr;
buf_ptr           486 drivers/spi/spi-npcm-fiu.c 		buf_ptr = data + i;
buf_ptr           487 drivers/spi/spi-npcm-fiu.c 		ret = npcm_fiu_uma_read(mem, op, addr, true, buf_ptr,
buf_ptr            77 drivers/staging/rtl8188eu/hal/fw.c 	u8 *buf_ptr = buffer;
buf_ptr            86 drivers/staging/rtl8188eu/hal/fw.c 		_rtl88e_fw_page_write(adapt, page, (buf_ptr + offset),
buf_ptr            93 drivers/staging/rtl8188eu/hal/fw.c 		_rtl88e_fw_page_write(adapt, page, (buf_ptr + offset), remain);
buf_ptr            67 drivers/staging/wusbcore/host/whci/debug.c 				(u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr);
buf_ptr            71 drivers/staging/wusbcore/host/whci/debug.c 				(u32)(std->pl_virt[0].buf_ptr) : (u32)std->dma_addr);
buf_ptr           295 drivers/staging/wusbcore/host/whci/qset.c 			dma_addr = le64_to_cpu(std->pl_virt[0].buf_ptr);
buf_ptr           374 drivers/staging/wusbcore/host/whci/qset.c 		std->pl_virt[p].buf_ptr = cpu_to_le64(dma_addr);
buf_ptr           512 drivers/staging/wusbcore/host/whci/qset.c 				std->pl_virt[p].buf_ptr = cpu_to_le64(dma_addr);
buf_ptr            92 drivers/staging/wusbcore/host/whci/whci-hc.h 	__le64 buf_ptr; /*< physical pointer to buffer */
buf_ptr          1141 drivers/target/iscsi/cxgbit/cxgbit_target.c 		cmd->buf_ptr = ping_data;
buf_ptr           804 drivers/target/iscsi/iscsi_target.c 	cmd->buf_ptr = kmemdup(buf, ISCSI_HDR_LEN, GFP_KERNEL);
buf_ptr           805 drivers/target/iscsi/iscsi_target.c 	if (!cmd->buf_ptr) {
buf_ptr           841 drivers/target/iscsi/iscsi_target.c 	cmd->buf_ptr = kmemdup(buf, ISCSI_HDR_LEN, GFP_KERNEL);
buf_ptr           842 drivers/target/iscsi/iscsi_target.c 	if (!cmd->buf_ptr) {
buf_ptr          1916 drivers/target/iscsi/iscsi_target.c 		cmd->buf_ptr = ping_data;
buf_ptr          3053 drivers/target/iscsi/iscsi_target.c 						     cmd->buf_ptr,
buf_ptr          3468 drivers/target/iscsi/iscsi_target.c 	cmd->buf_ptr = payload;
buf_ptr          3536 drivers/target/iscsi/iscsi_target.c 						     cmd->buf_ptr,
buf_ptr          3569 drivers/target/iscsi/iscsi_target.c 						     cmd->buf_ptr,
buf_ptr           728 drivers/target/iscsi/iscsi_target_util.c 	kfree(cmd->buf_ptr);
buf_ptr           611 drivers/tee/optee/call.c 	msg_arg->params->u.tmem.buf_ptr = virt_to_phys(pages_list) |
buf_ptr            79 drivers/tee/optee/core.c 			p->u.memref.shm_offs = mp->u.tmem.buf_ptr - pa;
buf_ptr           131 drivers/tee/optee/core.c 		mp->u.tmem.buf_ptr = 0;
buf_ptr           139 drivers/tee/optee/core.c 	mp->u.tmem.buf_ptr = pa;
buf_ptr           115 drivers/tee/optee/optee_msg.h 	u64 buf_ptr;
buf_ptr           268 drivers/tee/optee/rpc.c 		arg->params[0].u.tmem.buf_ptr = virt_to_phys(pages_list) |
buf_ptr           278 drivers/tee/optee/rpc.c 		arg->params[0].u.tmem.buf_ptr = pa;
buf_ptr           319 drivers/tee/tee_core.c 	uarg = u64_to_user_ptr(buf.buf_ptr);
buf_ptr           390 drivers/tee/tee_core.c 	uarg = u64_to_user_ptr(buf.buf_ptr);
buf_ptr           524 drivers/tee/tee_core.c 	uarg = u64_to_user_ptr(buf.buf_ptr);
buf_ptr           622 drivers/tee/tee_core.c 	uarg = u64_to_user_ptr(buf.buf_ptr);
buf_ptr           311 drivers/tty/mips_ejtag_fdc.c 	const char *buf_ptr = buf;
buf_ptr           342 drivers/tty/mips_ejtag_fdc.c 		word = mips_ejtag_fdc_encode(&buf_ptr, &buf_len, 1);
buf_ptr           114 drivers/tty/synclinkmp.c 	u16	buf_ptr;	/* lower 16 bits of buffer addr */
buf_ptr          3484 drivers/tty/synclinkmp.c 		buf_list[i].buf_ptr  = (unsigned short)phys_addr;
buf_ptr            67 drivers/usb/host/fhci-tds.c 	__be32 buf_ptr;
buf_ptr            87 drivers/usb/host/fhci-tds.c 		out_be32(&ep->empty_td->buf_ptr, DUMMY_BD_BUFFER);
buf_ptr           213 drivers/usb/host/fhci-tds.c 		out_be32(&td->buf_ptr, 0);
buf_ptr           296 drivers/usb/host/fhci-tds.c 		buf = in_be32(&td->buf_ptr);
buf_ptr           309 drivers/usb/host/fhci-tds.c 		out_be32(&td->buf_ptr, 0);
buf_ptr           405 drivers/usb/host/fhci-tds.c 	out_be32(&td->buf_ptr, virt_to_phys(pkt->data));
buf_ptr           479 drivers/usb/host/fhci-tds.c 		buf = in_be32(&td->buf_ptr);
buf_ptr           486 drivers/usb/host/fhci-tds.c 		else if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER)
buf_ptr           487 drivers/usb/host/fhci-tds.c 			out_be32(&td->buf_ptr, DUMMY2_BD_BUFFER);
buf_ptr           501 drivers/usb/host/fhci-tds.c 		out_be32(&td->buf_ptr, 0);
buf_ptr           507 drivers/usb/host/fhci-tds.c 	out_be32(&td->buf_ptr, 0);
buf_ptr           529 drivers/usb/host/fhci-tds.c 	u32 buf_ptr;
buf_ptr           540 drivers/usb/host/fhci-tds.c 	buf_ptr = in_be32(&td->buf_ptr);
buf_ptr           546 drivers/usb/host/fhci-tds.c 			out_be32(&td->buf_ptr, 0);
buf_ptr           554 drivers/usb/host/fhci-tds.c 		buf_ptr = in_be32(&td->buf_ptr);
buf_ptr           556 drivers/usb/host/fhci-tds.c 	} while ((td_status & TD_R) || buf_ptr);
buf_ptr           600 drivers/usb/host/fhci-tds.c 	if (in_be32(&td->buf_ptr) == DUMMY_BD_BUFFER) {
buf_ptr           614 drivers/usb/host/fhci-tds.c 		if (in_be32(&ep->conf_td->buf_ptr) == DUMMY_BD_BUFFER) {
buf_ptr           615 drivers/usb/host/fhci-tds.c 			out_be32(&old_td->buf_ptr, 0);
buf_ptr           619 drivers/usb/host/fhci-tds.c 			out_be32(&old_td->buf_ptr, DUMMY2_BD_BUFFER);
buf_ptr           184 drivers/usb/serial/iuu_phoenix.c 	char *buf_ptr = port->write_urb->transfer_buffer;
buf_ptr           188 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = IUU_RST_SET;
buf_ptr           189 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = IUU_DELAY_MS;
buf_ptr           190 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = wt;
buf_ptr           191 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr = IUU_RST_CLEAR;
buf_ptr           355 drivers/usb/serial/iuu_phoenix.c 	char *buf_ptr = port->write_urb->transfer_buffer;
buf_ptr           356 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = IUU_SET_LED;
buf_ptr           358 drivers/usb/serial/iuu_phoenix.c 		get_random_bytes(buf_ptr, 6);
buf_ptr           359 drivers/usb/serial/iuu_phoenix.c 		*(buf_ptr+7) = 1;
buf_ptr           361 drivers/usb/serial/iuu_phoenix.c 		iuu_rgbf_fill_buffer(buf_ptr, 255, 255, 0, 0, 0, 0, 255);
buf_ptr           376 drivers/usb/serial/iuu_phoenix.c 	char *buf_ptr = port->write_urb->transfer_buffer;
buf_ptr           381 drivers/usb/serial/iuu_phoenix.c 		*buf_ptr++ = IUU_SET_LED;
buf_ptr           382 drivers/usb/serial/iuu_phoenix.c 		iuu_rgbf_fill_buffer(buf_ptr, 0, 0, 255, 255, 0, 0, 255);
buf_ptr           598 drivers/usb/serial/iuu_phoenix.c 	char *buf_ptr = port->write_urb->transfer_buffer;
buf_ptr           601 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = IUU_UART_ESC;
buf_ptr           602 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = IUU_UART_TX;
buf_ptr           603 drivers/usb/serial/iuu_phoenix.c 	*buf_ptr++ = priv->writelen;
buf_ptr           605 drivers/usb/serial/iuu_phoenix.c 	memcpy(buf_ptr, priv->writebuf, priv->writelen);
buf_ptr           610 drivers/usb/serial/iuu_phoenix.c 		buf_len, buf_len, buf_ptr);
buf_ptr           450 include/target/iscsi/iscsi_target_core.h 	void			*buf_ptr;
buf_ptr           203 include/uapi/drm/panfrost_drm.h 	__u64 buf_ptr;
buf_ptr           129 include/uapi/linux/tee.h 	__u64 buf_ptr;
buf_ptr            96 samples/bpf/xdp_router_ipv4_user.c 	char *buf_ptr;
buf_ptr            98 samples/bpf/xdp_router_ipv4_user.c 	buf_ptr = buf;
buf_ptr           100 samples/bpf/xdp_router_ipv4_user.c 		len = recv(sock, buf_ptr, sizeof(buf) - nll, 0);
buf_ptr           104 samples/bpf/xdp_router_ipv4_user.c 		nh = (struct nlmsghdr *)buf_ptr;
buf_ptr           108 samples/bpf/xdp_router_ipv4_user.c 		buf_ptr += len;
buf_ptr            35 security/integrity/ima/ima_template_lib.c 	u8 *buf, *buf_ptr;
buf_ptr            55 security/integrity/ima/ima_template_lib.c 		for (buf_ptr = buf; buf_ptr - buf < datalen; buf_ptr++)
buf_ptr            56 security/integrity/ima/ima_template_lib.c 			if (*buf_ptr == ' ')
buf_ptr            57 security/integrity/ima/ima_template_lib.c 				*buf_ptr = '_';
buf_ptr            70 security/integrity/ima/ima_template_lib.c 	u8 *buf_ptr = field_data->data;
buf_ptr            75 security/integrity/ima/ima_template_lib.c 		buf_ptr = strnchr(field_data->data, buflen, ':');
buf_ptr            76 security/integrity/ima/ima_template_lib.c 		if (buf_ptr != field_data->data)
buf_ptr            80 security/integrity/ima/ima_template_lib.c 		buf_ptr += 2;
buf_ptr            81 security/integrity/ima/ima_template_lib.c 		buflen -= buf_ptr - field_data->data;
buf_ptr            87 security/integrity/ima/ima_template_lib.c 		ima_print_digest(m, buf_ptr, buflen);
buf_ptr            90 security/integrity/ima/ima_template_lib.c 		seq_printf(m, "%s", buf_ptr);