Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h53 struct host1x_debug_ops { struct
54 void (*debug_init)(struct dentry *de);
55 void (*show_channel_cdma)(struct host1x *host,
58 void (*show_channel_fifo)(struct host1x *host,
61 void (*show_mlocks)(struct host1x *host, struct output *output);
/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw.c245 static const struct host1x_debug_ops host1x_debug_ops = { variable