Searched refs:simpledrm_device (Results 1 – 1 of 1) sorted by relevance
198 struct simpledrm_device { struct229 static struct simpledrm_device *simpledrm_device_of_dev(struct drm_device *dev) in simpledrm_device_of_dev() argument231 return container_of(dev, struct simpledrm_device, dev); in simpledrm_device_of_dev()260 struct simpledrm_device *sdev = simpledrm_device_of_dev(res); in simpledrm_device_release_clocks()271 static int simpledrm_device_init_clocks(struct simpledrm_device *sdev) in simpledrm_device_init_clocks()326 static int simpledrm_device_init_clocks(struct simpledrm_device *sdev) in simpledrm_device_init_clocks()358 struct simpledrm_device *sdev = simpledrm_device_of_dev(res); in simpledrm_device_release_regulators()369 static int simpledrm_device_init_regulators(struct simpledrm_device *sdev) in simpledrm_device_init_regulators()446 static int simpledrm_device_init_regulators(struct simpledrm_device *sdev) in simpledrm_device_init_regulators()467 static int simpledrm_device_init_fb(struct simpledrm_device *sdev) in simpledrm_device_init_fb()[all …]