Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h181 * @etr_caps: Bitmask of capabilities of the TMC ETR, inferred from the
205 u32 etr_caps; member
296 WARN_ON(drvdata->etr_caps); in tmc_etr_init_caps()
297 drvdata->etr_caps = dev_caps; in tmc_etr_init_caps()
302 drvdata->etr_caps |= cap; in tmc_etr_set_cap()
307 return !!(drvdata->etr_caps & cap); in tmc_etr_has_cap()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h184 * @etr_caps: Bitmask of capabilities of the TMC ETR, inferred from the
209 u32 etr_caps; member
300 WARN_ON(drvdata->etr_caps); in tmc_etr_init_caps()
301 drvdata->etr_caps = dev_caps; in tmc_etr_init_caps()
306 drvdata->etr_caps |= cap; in tmc_etr_set_cap()
311 return !!(drvdata->etr_caps & cap); in tmc_etr_has_cap()

Completed in 2 milliseconds