Home
last modified time | relevance | path

Searched defs:host1x_debug_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/
Ddev.h63 struct host1x_debug_ops { struct
64 void (*debug_init)(struct dentry *de);
65 void (*show_channel_cdma)(struct host1x *host,
68 void (*show_channel_fifo)(struct host1x *host,
71 void (*show_mlocks)(struct host1x *host, struct output *output);
/Linux-v4.19/drivers/gpu/host1x/hw/
Ddebug_hw.c246 static const struct host1x_debug_ops host1x_debug_ops = { variable