Searched refs:bufpp (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc.h | 281 char **bufpp); 332 loff_t pos, size_t len, char **bufpp); 339 loff_t pos, size_t len, char **bufpp); 385 u64 offset, size_t len, char **bufpp);
|
H A D | coresight-tmc-etr.c | 391 * in the SG buffer. The @bufpp is updated to point to the buffer. 398 u64 offset, size_t len, char **bufpp) in tmc_sg_table_get_data() argument 414 *bufpp = page_address(data_pages->pages[pg_idx]) + pg_offset; in tmc_sg_table_get_data() 680 u64 offset, size_t len, char **bufpp) in tmc_etr_get_data_flat_buf() argument 684 *bufpp = (char *)flat_buf->vaddr + offset; in tmc_etr_get_data_flat_buf() 800 size_t len, char **bufpp) in tmc_etr_get_data_sg_buf() argument 804 return tmc_sg_table_get_data(etr_table->sg_table, offset, len, bufpp); in tmc_etr_get_data_sg_buf() 998 * Returns: The size of the linear data available @pos, with *bufpp 1002 u64 offset, size_t len, char **bufpp) in tmc_etr_buf_get_data() argument 1007 return etr_buf->ops->get_data(etr_buf, (u64)offset, len, bufpp); in tmc_etr_buf_get_data() 1160 tmc_etr_get_sysfs_trace(struct tmc_drvdata * drvdata,loff_t pos,size_t len,char ** bufpp) tmc_etr_get_sysfs_trace() argument [all...] |
H A D | coresight-tmc-core.c | 157 loff_t pos, size_t len, char **bufpp) in tmc_get_resvbuf_trace() argument 177 *bufpp = (char *)rbuf->vaddr + offset; in tmc_get_resvbuf_trace() 291 char **bufpp) in tmc_get_sysfs_trace() argument 296 return tmc_etb_get_sysfs_trace(drvdata, pos, len, bufpp); in tmc_get_sysfs_trace() 298 return tmc_etr_get_sysfs_trace(drvdata, pos, len, bufpp); in tmc_get_sysfs_trace()
|
H A D | coresight-catu.c | 298 size_t len, char **bufpp) in catu_get_data_etr_buf() argument 302 return tmc_sg_table_get_data(catu_buf->catu_table, offset, len, bufpp); in catu_get_data_etr_buf()
|