Searched refs:ETR_MODE_ETR_SG (Results 1 – 2 of 2) sorted by relevance
714 etr_buf->mode = ETR_MODE_ETR_SG; in tmc_etr_alloc_sg_buf()802 [ETR_MODE_ETR_SG] = &etr_sg_buf_ops,827 case ETR_MODE_ETR_SG: in tmc_etr_mode_alloc_buf()901 rc = tmc_etr_mode_alloc_buf(ETR_MODE_ETR_SG, drvdata, in tmc_alloc_etr_buf()1019 if (etr_buf->mode == ETR_MODE_ETR_SG) in __tmc_etr_enable_hw()1056 if ((etr_buf->mode == ETR_MODE_ETR_SG) && in tmc_etr_enable_hw()1832 [ETR_MODE_ETR_SG] = "tmc-sg",1847 size += sysfs_emit_at(buf, size, "%s ", buf_modes_str[ETR_MODE_ETR_SG]); in buf_modes_available_show()1875 else if (sysfs_streq(buf, buf_modes_str[ETR_MODE_ETR_SG]) && buf_hw.has_etr_sg) in buf_mode_preferred_store()1876 drvdata->etr_mode = ETR_MODE_ETR_SG; in buf_mode_preferred_store()
136 ETR_MODE_ETR_SG, /* Uses in-built TMC ETR SG mechanism */ enumerator