Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tiny/
Dsimpledrm.c219 struct simpledrm_device { struct
220 struct drm_device dev;
224 unsigned int clk_count;
225 struct clk **clks;
229 unsigned int regulator_count;
230 struct regulator **regulators;
256 static struct simpledrm_device *simpledrm_device_of_dev(struct drm_device *dev) in simpledrm_device_of_dev() argument