Home
last modified time | relevance | path

Searched refs:malidp_hw (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/arm/
Dmalidp_hw.h141 struct malidp_hw { struct
224 extern const struct malidp_hw malidp_device[MALIDP_MAX_DEVICES]; argument
230 struct malidp_hw *hw;
DMakefile4 mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o
Dmalidp_hw.c936 const struct malidp_hw malidp_device[MALIDP_MAX_DEVICES] = {
1173 struct malidp_hw *hw; in malidp_de_irq()
1291 struct malidp_hw *hw = hwdev->hw; in malidp_se_irq()
Dmalidp_drv.c728 hwdev->hw = (struct malidp_hw *)of_device_get_match_data(dev); in malidp_bind()