bufpp             297 drivers/hwtracing/coresight/coresight-catu.c 				     size_t len, char **bufpp)
bufpp             301 drivers/hwtracing/coresight/coresight-catu.c 	return tmc_sg_table_get_data(catu_buf->catu_table, offset, len, bufpp);
bufpp             137 drivers/hwtracing/coresight/coresight-tmc-etf.c 				loff_t pos, size_t len, char **bufpp)
bufpp             145 drivers/hwtracing/coresight/coresight-tmc-etf.c 		*bufpp = drvdata->buf + pos;
bufpp             385 drivers/hwtracing/coresight/coresight-tmc-etr.c 			      u64 offset, size_t len, char **bufpp)
bufpp             401 drivers/hwtracing/coresight/coresight-tmc-etr.c 		*bufpp = page_address(data_pages->pages[pg_idx]) + pg_offset;
bufpp             647 drivers/hwtracing/coresight/coresight-tmc-etr.c 					 u64 offset, size_t len, char **bufpp)
bufpp             651 drivers/hwtracing/coresight/coresight-tmc-etr.c 	*bufpp = (char *)flat_buf->vaddr + offset;
bufpp             698 drivers/hwtracing/coresight/coresight-tmc-etr.c 				       size_t len, char **bufpp)
bufpp             702 drivers/hwtracing/coresight/coresight-tmc-etr.c 	return tmc_sg_table_get_data(etr_table->sg_table, offset, len, bufpp);
bufpp             894 drivers/hwtracing/coresight/coresight-tmc-etr.c 				    u64 offset, size_t len, char **bufpp)
bufpp             899 drivers/hwtracing/coresight/coresight-tmc-etr.c 	return etr_buf->ops->get_data(etr_buf, (u64)offset, len, bufpp);
bufpp            1044 drivers/hwtracing/coresight/coresight-tmc-etr.c 				loff_t pos, size_t len, char **bufpp)
bufpp            1059 drivers/hwtracing/coresight/coresight-tmc-etr.c 	return tmc_etr_buf_get_data(etr_buf, offset, actual, bufpp);
bufpp             162 drivers/hwtracing/coresight/coresight-tmc.c 					  loff_t pos, size_t len, char **bufpp)
bufpp             167 drivers/hwtracing/coresight/coresight-tmc.c 		return tmc_etb_get_sysfs_trace(drvdata, pos, len, bufpp);
bufpp             169 drivers/hwtracing/coresight/coresight-tmc.c 		return tmc_etr_get_sysfs_trace(drvdata, pos, len, bufpp);
bufpp             217 drivers/hwtracing/coresight/coresight-tmc.h 			    char **bufpp);
bufpp             267 drivers/hwtracing/coresight/coresight-tmc.h 				loff_t pos, size_t len, char **bufpp);
bufpp             273 drivers/hwtracing/coresight/coresight-tmc.h 				loff_t pos, size_t len, char **bufpp);
bufpp             319 drivers/hwtracing/coresight/coresight-tmc.h 			      u64 offset, size_t len, char **bufpp);