Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h31 struct host1x_channel_ops { struct
32 int (*init)(struct host1x_channel *channel, struct host1x *host,
34 int (*submit)(struct host1x_job *job);
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dchannel_hw.c360 static const struct host1x_channel_ops host1x_channel_ops = { variable