Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-core.c393 int link_subtype; in coresight_enable_link() local
401 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
403 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && inport < 0) in coresight_enable_link()
405 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && outport < 0) in coresight_enable_link()
428 int link_subtype; in coresight_disable_link() local
436 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
438 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG) { in coresight_disable_link()
440 } else if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT) { in coresight_disable_link()
1599 int link_subtype; in coresight_register() local
1613 link_subtype = desc->subtype.link_subtype; in coresight_register()
[all …]
Dcoresight-replicator.c273 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
Dcoresight-funnel.c261 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
Dcoresight-tmc-core.c499 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
/linux-6.1.9/include/linux/
Dcoresight.h93 enum coresight_dev_subtype_link link_subtype; member