Searched refs:bufoffset (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/trace/events/ | 
| D | siox.h | 12 		     unsigned int devno, size_t bufoffset), 13 	    TP_ARGS(smaster, sdevice, devno, bufoffset), 25 				  smaster->buf + bufoffset, sdevice->inbytes); 38 		     size_t bufoffset), 39 	    TP_ARGS(smaster, sdevice, devno, status_clean, bufoffset), 53 				  smaster->buf + bufoffset, sdevice->outbytes);
  | 
| /Linux-v5.4/drivers/media/pci/saa7164/ | 
| D | saa7164-buffer.c | 180 	saa7164_writel(port->bufoffset + (sizeof(u32) * i), 0);  in saa7164_buffer_zero_offsets() 201 	saa7164_writel(port->bufoffset + (sizeof(u32) * i), 0);  in saa7164_buffer_activate() 207 		(u64)port->bufoffset + (i * sizeof(u32)),  in saa7164_buffer_activate() 208 		saa7164_readl(port->bufoffset + (sizeof(u32) * i)),  in saa7164_buffer_activate() 244 	dprintk(DBGLVL_BUF, "   bufoffset = 0x%x\n", port->bufoffset);  in saa7164_buffer_cfg_port()
  | 
| D | saa7164-api.c | 827 	port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32));  in saa7164_api_configure_port_vbi() 862 	port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32));  in saa7164_api_configure_port_mpeg2ts() 896 	port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32));  in saa7164_api_configure_port_mpeg2ps()
  | 
| D | saa7164.h | 339 	u32 bufoffset;  member
  | 
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| D | i40iw_puda.c | 1082 	u16 txoffset, bufoffset;  in i40iw_ieq_compl_pfpdu()  local 1093 	bufoffset = (u16)(buf->data - (u8 *)buf->mem.va);  in i40iw_ieq_compl_pfpdu() 1098 			i40iw_ieq_copy_to_txbuf(buf, txbuf, bufoffset, txoffset, fpdu_len);  in i40iw_ieq_compl_pfpdu() 1105 		i40iw_ieq_copy_to_txbuf(buf, txbuf, bufoffset, txoffset, buf->datalen);  in i40iw_ieq_compl_pfpdu() 1112 		bufoffset = (u16)(buf->data - (u8 *)buf->mem.va);  in i40iw_ieq_compl_pfpdu()
  | 
| /Linux-v5.4/drivers/usb/gadget/udc/ | 
| D | udc-xilinx.c | 585 	u8 bufoffset;  in xudc_read_fifo()  local 597 		bufoffset = XUSB_EP_BUF1COUNT_OFFSET;  in xudc_read_fifo() 599 		bufoffset = XUSB_EP_BUF0COUNT_OFFSET;  in xudc_read_fifo() 601 	count = udc->read_fn(udc->addr + ep->offset + bufoffset);  in xudc_read_fifo()
  |