Lines Matching defs:host1x_softc
90 struct host1x_softc { struct
91 struct simplebus_softc simplebus_sc; /* must be first */
92 device_t dev;
93 struct sx lock;
94 int attach_done;
96 struct resource *mem_res;
97 struct resource *syncpt_irq_res;
98 void *syncpt_irq_h;
99 struct resource *gen_irq_res;
100 void *gen_irq_h;
102 clk_t clk;
103 hwreset_t reset;
104 struct intr_config_hook irq_hook;
128 host1x_drm_init(struct host1x_softc *sc) in host1x_drm_init() argument