Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c508 CORESIGHT_DEV_TYPE_SINK : in coresight_disable_path_from()
512 case CORESIGHT_DEV_TYPE_SINK: in coresight_disable_path_from()
586 CORESIGHT_DEV_TYPE_SINK : in coresight_enable_path()
590 case CORESIGHT_DEV_TYPE_SINK: in coresight_enable_path()
631 if (csdev->type != CORESIGHT_DEV_TYPE_SINK && in coresight_get_sink()
644 if ((csdev->type == CORESIGHT_DEV_TYPE_SINK || in coresight_find_enabled_sink()
685 if (csdev->type == CORESIGHT_DEV_TYPE_SINK || in coresight_sink_by_id()
1000 if (csdev->type == CORESIGHT_DEV_TYPE_SINK) in coresight_find_sink()
1084 if ((csdev->type == CORESIGHT_DEV_TYPE_SINK) || in coresight_clear_default_sink()
1630 if (csdev->type == CORESIGHT_DEV_TYPE_SINK || in coresight_register()
[all …]
H A Dcoresight-dummy.c93 desc.type = CORESIGHT_DEV_TYPE_SINK; in dummy_probe()
H A Dcoresight-tpiu.c159 desc.type = CORESIGHT_DEV_TYPE_SINK; in tpiu_probe()
H A Dcoresight-tmc-core.c481 desc.type = CORESIGHT_DEV_TYPE_SINK; in tmc_probe()
487 desc.type = CORESIGHT_DEV_TYPE_SINK; in tmc_probe()
H A Dcoresight-etm-perf.c807 if (csdev->type != CORESIGHT_DEV_TYPE_SINK && in etm_perf_add_symlink_sink()
835 if (csdev->type != CORESIGHT_DEV_TYPE_SINK && in etm_perf_del_symlink_sink()
H A Dcoresight-catu.c425 csdev->pdata, CORESIGHT_DEV_TYPE_SINK, etr_subtype); in catu_enable_hw()
H A Dultrasoc-smb.c499 desc.type = CORESIGHT_DEV_TYPE_SINK; in smb_register_sink()
H A Dcoresight-etb10.c771 desc.type = CORESIGHT_DEV_TYPE_SINK; in etb_probe()
H A Dcoresight-trbe.c1261 desc.type = CORESIGHT_DEV_TYPE_SINK; in arm_trbe_register_coresight_cpu()
/openbmc/linux/include/linux/
H A Dcoresight.h41 CORESIGHT_DEV_TYPE_SINK, enumerator
567 return csdev && (csdev->type == CORESIGHT_DEV_TYPE_SINK) && in coresight_is_percpu_sink()