Searched refs:mgag200_g200_device (Results 1 – 2 of 2) sorted by relevance
37 static void mgag200_g200_init_registers(struct mgag200_g200_device *g200) in mgag200_g200_init_registers()73 struct mgag200_g200_device *g200 = to_mgag200_g200_device(dev); in mgag200_g200_pixpllc_atomic_check()273 static void mgag200_g200_interpret_bios(struct mgag200_g200_device *g200, in mgag200_g200_interpret_bios()363 static void mgag200_g200_init_refclk(struct mgag200_g200_device *g200) in mgag200_g200_init_refclk()403 struct mgag200_g200_device *g200; in mgag200_g200_device_create()409 g200 = devm_drm_dev_alloc(&pdev->dev, drv, struct mgag200_g200_device, base.base); in mgag200_g200_device_create()
306 struct mgag200_g200_device { struct315 static inline struct mgag200_g200_device *to_mgag200_g200_device(struct drm_device *dev) in to_mgag200_g200_device() argument317 return container_of(to_mga_device(dev), struct mgag200_g200_device, base); in to_mgag200_g200_device()