Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip_decompress.c237 static int rockchip_decom_probe(struct udevice *dev) in rockchip_decom_probe() function
270 .probe = rockchip_decom_probe,
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_decompress.c279 static int __init rockchip_decom_probe(struct platform_device *pdev) in rockchip_decom_probe() function
382 return platform_driver_probe(&rk_decom_driver, rockchip_decom_probe); in rockchip_hw_decompress_init()