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.
125 /* ETB trace capture enable */ in __etb_enable_hw()
207 * ETB on and leave without cleaning up. in etb_enable_perf()
246 dev_dbg(&csdev->dev, "ETB enabled\n"); in etb_enable()
371 dev_dbg(&csdev->dev, "ETB disabled\n"); in etb_disable()
554 /* reset ETB buffer for next run */ in etb_update_buffer()
598 dev_dbg(&drvdata->csdev->dev, "ETB dumped\n"); in etb_dump()
800 * etb fops in this case, device is there until last file in etb_remove()