Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Ddev.h30 struct host1x_channel_ops { struct
31 int (*init)(struct host1x_channel *channel, struct host1x *host,
33 int (*submit)(struct host1x_job *job);
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dchannel_hw.c242 static const struct host1x_channel_ops host1x_channel_ops = { variable
/kernel/linux/linux-6.6/drivers/gpu/host1x/
Ddev.h31 struct host1x_channel_ops { struct
32 int (*init)(struct host1x_channel *channel, struct host1x *host,
34 int (*submit)(struct host1x_job *job);
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
Dchannel_hw.c360 static const struct host1x_channel_ops host1x_channel_ops = { variable