Home
last modified time | relevance | path

Searched refs:etr_buf_operations (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h168 struct etr_buf_operations;
190 const struct etr_buf_operations *ops;
276 struct etr_buf_operations { struct
440 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu);
277 allocetr_buf_operations global() argument
279 syncetr_buf_operations global() argument
280 get_dataetr_buf_operations global() argument
282 freeetr_buf_operations global() argument
H A Dcoresight-tmc-etr.c692 static const struct etr_buf_operations etr_flat_buf_ops = {
761 static const struct etr_buf_operations etr_resrv_buf_ops = {
839 static const struct etr_buf_operations etr_sg_buf_ops = {
870 static const struct etr_buf_operations *etr_buf_ops[] = {
877 void tmc_etr_set_catu_ops(const struct etr_buf_operations *catu) in tmc_etr_set_catu_ops()
H A Dcoresight-catu.c362 static const struct etr_buf_operations etr_catu_buf_ops = {