Searched refs:psVpost (Results 1 – 1 of 1) sorted by relevance
79 RT_ASSERT(psVpost != RT_NULL); in vpost_layer_open()81 switch (psVpost->layer) in vpost_layer_open()120 RT_ASSERT(psVpost != RT_NULL); in vpost_layer_close()122 switch (psVpost->layer) in vpost_layer_close()152 RT_ASSERT(psVpost != RT_NULL); in vpost_layer_control()185 switch (psVpost->layer) in vpost_layer_control()230 RT_ASSERT(psVpost != RT_NULL); in vpost_layer_init()353 vpostOSDSetWindow(0, 0, psVpost->info.width, psVpost->info.height); in rt_hw_vpost_init()384 ret = rt_device_register(&psVpost->dev, psVpost->name, RT_DEVICE_FLAG_RDWR); in rt_hw_vpost_init()389 rt_hw_interrupt_install(psVpost->irqn, nu_vpost_isr, psVpost, psVpost->name); in rt_hw_vpost_init()[all …]
Completed in 5 milliseconds