Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c30 struct tpdm_dataset_attribute *tpdm_attr = in tpdm_simple_dataset_show() local
33 switch (tpdm_attr->mem) { in tpdm_simple_dataset_show()
35 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCR) in tpdm_simple_dataset_show()
38 drvdata->dsb->edge_ctrl[tpdm_attr->idx]); in tpdm_simple_dataset_show()
40 if (tpdm_attr->idx >= TPDM_DSB_MAX_EDCMR) in tpdm_simple_dataset_show()
43 drvdata->dsb->edge_ctrl_mask[tpdm_attr->idx]); in tpdm_simple_dataset_show()
45 if (tpdm_attr->idx >= TPDM_DSB_MAX_PATT) in tpdm_simple_dataset_show()
48 drvdata->dsb->trig_patt[tpdm_attr->idx]); in tpdm_simple_dataset_show()
50 if (tpdm_attr->idx >= TPDM_DSB_MAX_PATT) in tpdm_simple_dataset_show()
53 drvdata->dsb->trig_patt_mask[tpdm_attr in tpdm_simple_dataset_show()
108 struct tpdm_dataset_attribute *tpdm_attr = tpdm_simple_dataset_store() local
214 struct tpdm_dataset_attribute *tpdm_attr = tpdm_dsb_msr_is_visible() local
231 struct tpdm_dataset_attribute *tpdm_attr = tpdm_cmb_msr_is_visible() local
762 struct tpdm_dataset_attribute *tpdm_attr = enable_ts_show() local
785 struct tpdm_dataset_attribute *tpdm_attr = enable_ts_store() local
[all...]