Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c372 static const struct of_device_id vop_driver_dt_match[] = { variable
377 MODULE_DEVICE_TABLE(of, vop_driver_dt_match);
1682 of_id = of_match_device(vop_driver_dt_match, dev); in vop_bind()
1782 .of_match_table = of_match_ptr(vop_driver_dt_match),