Home
last modified time | relevance | path

Searched refs:has_catu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c851 bool has_sg, has_catu; in tmc_alloc_etr_buf() local
857 has_catu = !!tmc_etr_get_catu_device(drvdata); in tmc_alloc_etr_buf()
859 has_sg = has_catu || has_etr_sg; in tmc_alloc_etr_buf()
886 if (rc && has_catu) in tmc_alloc_etr_buf()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c847 bool has_sg, has_catu; in tmc_alloc_etr_buf() local
853 has_catu = !!tmc_etr_get_catu_device(drvdata); in tmc_alloc_etr_buf()
855 has_sg = has_catu || has_etr_sg; in tmc_alloc_etr_buf()
882 if (rc && has_catu) in tmc_alloc_etr_buf()

Completed in 6 milliseconds