Searched refs:gvi_np (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_gvi.c | 15 int rk628_gvi_parse(struct rk628 *rk628, struct device_node *gvi_np) in rk628_gvi_parse() argument 21 if (!of_device_is_available(gvi_np)) in rk628_gvi_parse() 26 if (!of_property_read_u32(gvi_np, "gvi,lanes", &val)) in rk628_gvi_parse() 29 if (of_property_read_bool(gvi_np, "rockchip,division-mode")) in rk628_gvi_parse() 34 if (of_property_read_bool(gvi_np, "rockchip,gvi-frm-rst")) in rk628_gvi_parse() 39 if (!of_property_read_string(gvi_np, "bus-format", &string)) { in rk628_gvi_parse() 52 ret = rk628_panel_info_get(rk628, gvi_np); in rk628_gvi_parse()
|
| H A D | rk628_gvi.h | 214 int rk628_gvi_parse(struct rk628 *rk628, struct device_node *gvi_np);
|