Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/tiny/
Dsimpledrm.c198 struct simpledrm_device { struct
199 struct drm_device dev;
200 struct platform_device *pdev;
204 unsigned int clk_count;
205 struct clk **clks;
229 static struct simpledrm_device *simpledrm_device_of_dev(struct drm_device *dev) in simpledrm_device_of_dev() argument