Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcoresight.h278 #define helper_ops(csdev) csdev->ops->helper_ops macro
358 const struct coresight_ops_helper *helper_ops; member
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-tmc-etr.c799 if (catu && helper_ops(catu)->enable) in tmc_etr_enable_catu()
800 return helper_ops(catu)->enable(catu, etr_buf); in tmc_etr_enable_catu()
808 if (catu && helper_ops(catu)->disable) in tmc_etr_disable_catu()
809 helper_ops(catu)->disable(catu, drvdata->etr_buf); in tmc_etr_disable_catu()
A Dcoresight-catu.c489 .helper_ops = &catu_helper_ops,

Completed in 38 milliseconds