Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c31 bool has_etr_sg; member
917 buf_hw->has_etr_sg = tmc_etr_has_cap(drvdata, TMC_ETR_SG); in get_etr_buf_hw()
924 bool has_sg = buf_hw->has_catu || buf_hw->has_etr_sg; in etr_can_use_flat_mode()
973 if (rc && buf_hw.has_etr_sg) in tmc_alloc_etr_buf()
1995 if (buf_hw.has_etr_sg) in buf_modes_available_show()
2047 else if (sysfs_streq(buf, buf_modes_str[ETR_MODE_ETR_SG]) && buf_hw.has_etr_sg) in buf_mode_preferred_store()