Searched refs:tmc_drvdata (Results 1 – 5 of 5) sorted by relevance
191 struct tmc_drvdata { struct258 void tmc_wait_for_tmcready(struct tmc_drvdata *drvdata);259 void tmc_flush_and_stop(struct tmc_drvdata *drvdata);260 void tmc_enable_hw(struct tmc_drvdata *drvdata);261 void tmc_disable_hw(struct tmc_drvdata *drvdata);262 u32 tmc_get_memwidth_mask(struct tmc_drvdata *drvdata);265 int tmc_read_prepare_etb(struct tmc_drvdata *drvdata);266 int tmc_read_unprepare_etb(struct tmc_drvdata *drvdata);273 int tmc_read_prepare_etr(struct tmc_drvdata *drvdata);275 void tmc_etr_disable_hw(struct tmc_drvdata *drvdata);[all …]
34 void tmc_wait_for_tmcready(struct tmc_drvdata *drvdata) in tmc_wait_for_tmcready()46 void tmc_flush_and_stop(struct tmc_drvdata *drvdata) in tmc_flush_and_stop()66 void tmc_enable_hw(struct tmc_drvdata *drvdata) in tmc_enable_hw()71 void tmc_disable_hw(struct tmc_drvdata *drvdata) in tmc_disable_hw()76 u32 tmc_get_memwidth_mask(struct tmc_drvdata *drvdata) in tmc_get_memwidth_mask()102 static int tmc_read_prepare(struct tmc_drvdata *drvdata) in tmc_read_prepare()150 struct tmc_drvdata, miscdev); in tmc_open()182 struct tmc_drvdata, miscdev); in tmc_read()203 struct tmc_drvdata, miscdev); in tmc_release()457 struct tmc_drvdata *drvdata; in tmc_probe()[all …]
19 static void __tmc_etb_enable_hw(struct tmc_drvdata *drvdata) in __tmc_etb_enable_hw()38 static int tmc_etb_enable_hw(struct tmc_drvdata *drvdata) in tmc_etb_enable_hw()49 static void tmc_etb_dump_hw(struct tmc_drvdata *drvdata) in tmc_etb_dump_hw()72 static void __tmc_etb_disable_hw(struct tmc_drvdata *drvdata) in __tmc_etb_disable_hw()88 static void tmc_etb_disable_hw(struct tmc_drvdata *drvdata) in tmc_etb_disable_hw()94 static void __tmc_etf_enable_hw(struct tmc_drvdata *drvdata) in __tmc_etf_enable_hw()110 static int tmc_etf_enable_hw(struct tmc_drvdata *drvdata) in tmc_etf_enable_hw()121 static void tmc_etf_disable_hw(struct tmc_drvdata *drvdata) in tmc_etf_disable_hw()138 ssize_t tmc_etb_get_sysfs_trace(struct tmc_drvdata *drvdata, in tmc_etb_get_sysfs_trace()589 int tmc_read_prepare_etb(struct tmc_drvdata *drvdata) in tmc_read_prepare_etb()[all …]
39 struct tmc_drvdata *drvdata;776 tmc_etr_get_catu_device(struct tmc_drvdata *drvdata) in tmc_etr_get_catu_device()831 struct tmc_drvdata *drvdata, in tmc_etr_mode_alloc_buf()957 static void tmc_sync_etr_buf(struct tmc_drvdata *drvdata) in tmc_sync_etr_buf()1099 tmc_etr_setup_sysfs_buf(struct tmc_drvdata *drvdata) in tmc_etr_setup_sysfs_buf()1149 void tmc_etr_disable_hw(struct tmc_drvdata *drvdata) in tmc_etr_disable_hw()1277 get_perf_etr_buf_cpu_wide(struct tmc_drvdata *drvdata, in get_perf_etr_buf_cpu_wide()1341 get_perf_etr_buf_per_thread(struct tmc_drvdata *drvdata, in get_perf_etr_buf_per_thread()1422 struct tmc_drvdata *drvdata = etr_perf->drvdata; in tmc_free_etr_buffer()1713 int tmc_read_prepare_etr(struct tmc_drvdata *drvdata) in tmc_read_prepare_etr()[all …]
329 static int catu_alloc_etr_buf(struct tmc_drvdata *tmc_drvdata, in catu_alloc_etr_buf() argument336 csdev = tmc_etr_get_catu_device(tmc_drvdata); in catu_alloc_etr_buf()
Completed in 14 milliseconds