Lines Matching refs:psr_drv
23 struct psr_drv { struct
36 static struct psr_drv *find_psr_by_encoder(struct drm_encoder *encoder) in find_psr_by_encoder() argument
39 struct psr_drv *psr; in find_psr_by_encoder()
53 static int psr_set_state_locked(struct psr_drv *psr, bool enable) in psr_set_state_locked()
73 struct psr_drv *psr = container_of(to_delayed_work(work), in psr_flush_handler()
74 struct psr_drv, flush_work); in psr_flush_handler()
95 struct psr_drv *psr = find_psr_by_encoder(encoder); in rockchip_drm_psr_inhibit_put()
126 struct psr_drv *psr = find_psr_by_encoder(encoder); in rockchip_drm_psr_inhibit_get()
141 static void rockchip_drm_do_flush(struct psr_drv *psr) in rockchip_drm_do_flush()
167 struct psr_drv *psr; in rockchip_drm_psr_flush_all()
193 struct psr_drv *psr; in rockchip_drm_psr_register()
198 psr = kzalloc(sizeof(struct psr_drv), GFP_KERNEL); in rockchip_drm_psr_register()
234 struct psr_drv *psr, *n; in rockchip_drm_psr_unregister()