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

/linux-4.4.14/drivers/hwtracing/coresight/
H A Dcoresight-tmc.c102 * struct tmc_drvdata - specifics associated to an TMC component
117 struct tmc_drvdata { struct
134 static void tmc_wait_for_ready(struct tmc_drvdata *drvdata) tmc_wait_for_ready()
145 static void tmc_flush_and_stop(struct tmc_drvdata *drvdata) tmc_flush_and_stop()
165 static void tmc_enable_hw(struct tmc_drvdata *drvdata) tmc_enable_hw()
170 static void tmc_disable_hw(struct tmc_drvdata *drvdata) tmc_disable_hw()
175 static void tmc_etb_enable_hw(struct tmc_drvdata *drvdata) tmc_etb_enable_hw()
194 static void tmc_etr_enable_hw(struct tmc_drvdata *drvdata) tmc_etr_enable_hw()
228 static void tmc_etf_enable_hw(struct tmc_drvdata *drvdata) tmc_etf_enable_hw()
241 static int tmc_enable(struct tmc_drvdata *drvdata, enum tmc_mode mode) tmc_enable()
273 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); tmc_enable_sink()
281 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); tmc_enable_link()
286 static void tmc_etb_dump_hw(struct tmc_drvdata *drvdata) tmc_etb_dump_hw()
316 static void tmc_etb_disable_hw(struct tmc_drvdata *drvdata) tmc_etb_disable_hw()
327 static void tmc_etr_dump_hw(struct tmc_drvdata *drvdata) tmc_etr_dump_hw()
341 static void tmc_etr_disable_hw(struct tmc_drvdata *drvdata) tmc_etr_disable_hw()
352 static void tmc_etf_disable_hw(struct tmc_drvdata *drvdata) tmc_etf_disable_hw()
362 static void tmc_disable(struct tmc_drvdata *drvdata, enum tmc_mode mode) tmc_disable()
391 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); tmc_disable_sink()
399 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); tmc_disable_link()
427 static int tmc_read_prepare(struct tmc_drvdata *drvdata) tmc_read_prepare()
461 static void tmc_read_unprepare(struct tmc_drvdata *drvdata) tmc_read_unprepare()
488 struct tmc_drvdata *drvdata = container_of(file->private_data, tmc_open()
489 struct tmc_drvdata, miscdev); tmc_open()
508 struct tmc_drvdata *drvdata = container_of(file->private_data, tmc_read()
509 struct tmc_drvdata, miscdev); tmc_read()
538 struct tmc_drvdata *drvdata = container_of(file->private_data, tmc_release()
539 struct tmc_drvdata, miscdev); tmc_release()
570 struct tmc_drvdata *drvdata = dev_get_drvdata(dev->parent); status_show()
614 struct tmc_drvdata *drvdata = dev_get_drvdata(dev->parent); trigger_cntr_show()
626 struct tmc_drvdata *drvdata = dev_get_drvdata(dev->parent); trigger_cntr_store()
665 struct tmc_drvdata *drvdata; tmc_probe()
775 struct tmc_drvdata *drvdata = amba_get_drvdata(adev); tmc_remove()

Completed in 41 milliseconds