Home
last modified time | relevance | path

Searched refs:debug_op (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/host1x/
Ddev.h119 const struct host1x_debug_ops *debug_op; member
287 if (host->debug_op && host->debug_op->debug_init) in host1x_hw_debug_init()
288 host->debug_op->debug_init(de); in host1x_hw_debug_init()
295 host->debug_op->show_channel_cdma(host, channel, o); in host1x_hw_show_channel_cdma()
302 host->debug_op->show_channel_fifo(host, channel, o); in host1x_hw_show_channel_fifo()
307 host->debug_op->show_mlocks(host, o); in host1x_hw_show_mlocks()
/drivers/gpu/host1x/hw/
Dhost1x01.c39 host->debug_op = &host1x_debug_ops; in host1x01_init()
Dhost1x05.c39 host->debug_op = &host1x_debug_ops; in host1x05_init()
Dhost1x02.c39 host->debug_op = &host1x_debug_ops; in host1x02_init()
Dhost1x04.c39 host->debug_op = &host1x_debug_ops; in host1x04_init()