Lines Matching full:etb
66 DEFINE_CORESIGHT_DEVLIST(etb_devs, "etb");
69 * struct etb_drvdata - specifics associated to an ETB component
71 * @atclk: optional clock for the core parts of the ETB.
73 * @miscdev: specifics to handle "/dev/xyz.etb" entry.
75 * @reading: synchronise user space access to etb buffer.
78 * @buf: area of memory where ETB buffer content gets sent.
79 * @mode: this ETB is being used.
127 /* ETB trace capture enable */ in __etb_enable_hw()
209 * ETB on and leave without cleaning up. in etb_enable_perf()
248 dev_dbg(&csdev->dev, "ETB enabled\n"); in etb_enable()
372 dev_dbg(&csdev->dev, "ETB disabled\n"); in etb_disable()
555 /* reset ETB buffer for next run */ in etb_update_buffer()
599 dev_dbg(&drvdata->csdev->dev, "ETB dumped\n"); in etb_dump()
802 * etb fops in this case, device is there until last file in etb_remove()