Home
last modified time | relevance | path

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

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