Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-core.c365 int link_subtype; in coresight_enable_link() local
373 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
375 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && inport < 0) in coresight_enable_link()
377 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && outport < 0) in coresight_enable_link()
400 int link_subtype; in coresight_disable_link() local
408 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
410 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG) { in coresight_disable_link()
412 } else if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT) { in coresight_disable_link()
1571 int link_subtype; in coresight_register() local
1585 link_subtype = desc->subtype.link_subtype; in coresight_register()
[all …]
Dcoresight-replicator.c279 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.c519 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
/linux-5.19.10/include/linux/
Dcoresight.h93 enum coresight_dev_subtype_link link_subtype; member