Home
last modified time | relevance | path

Searched refs:link_subtype (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-core.c337 int link_subtype; in coresight_enable_link() local
345 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
347 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && inport < 0) in coresight_enable_link()
349 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && outport < 0) in coresight_enable_link()
372 int link_subtype; in coresight_disable_link() local
380 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
382 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG) { in coresight_disable_link()
384 } else if (link_subtype in coresight_disable_link()
1481 int link_subtype; coresight_register() local
[all...]
H A Dcoresight-funnel.c258 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
H A Dcoresight-replicator.c274 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
H A Dcoresight-tmc-core.c498 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c318 int link_subtype; in coresight_enable_link() local
326 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
328 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG && IS_ERR(inconn)) in coresight_enable_link()
330 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_SPLIT && IS_ERR(outconn)) in coresight_enable_link()
347 int link_subtype; in coresight_disable_link() local
355 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
361 if (link_subtype == CORESIGHT_DEV_SUBTYPE_LINK_MERG) { in coresight_disable_link()
366 } else if (link_subtype in coresight_disable_link()
[all...]
H A Dcoresight-tpda.c165 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in tpda_probe()
H A Dcoresight-replicator.c276 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_SPLIT; in replicator_probe()
H A Dcoresight-funnel.c265 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_MERG; in funnel_probe()
H A Dcoresight-tmc-core.c501 desc.subtype.link_subtype = CORESIGHT_DEV_SUBTYPE_LINK_FIFO; in tmc_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dcoresight.h83 * @link_subtype: type of link this component is, as defined
96 enum coresight_dev_subtype_link link_subtype; member
/kernel/linux/linux-6.6/include/linux/
H A Dcoresight.h79 * @link_subtype: type of link this component is, as defined
90 enum coresight_dev_subtype_link link_subtype; member

Completed in 10 milliseconds