Home
last modified time | relevance | path

Searched refs:mgag200_g200_device (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/mgag200/
Dmgag200_g200.c37 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()
232 static void mgag200_g200_interpret_bios(struct mgag200_g200_device *g200, in mgag200_g200_interpret_bios()
322 static void mgag200_g200_init_refclk(struct mgag200_g200_device *g200) in mgag200_g200_init_refclk()
362 struct mgag200_g200_device *g200; in mgag200_g200_device_create()
368 g200 = devm_drm_dev_alloc(&pdev->dev, drv, struct mgag200_g200_device, base.base); in mgag200_g200_device_create()
Dmgag200_drv.h289 struct mgag200_g200_device { struct
298 static inline struct mgag200_g200_device *to_mgag200_g200_device(struct drm_device *dev) in to_mgag200_g200_device() argument
300 return container_of(to_mga_device(dev), struct mgag200_g200_device, base); in to_mgag200_g200_device()