寻找摄像头dts上电节点匹配 avdd-supply = <&vcc2v8_dvp>;
搜索发现是调用函数of_parse_phandle() 然后可以找到
static struct device_node *of_get_regulator(struct device *dev, const char *supply)
rk356x_11.0\android\kernel\drivers\regulator\core.c
在函数of_get_regulator 中加入打印dump_stact()
printk(KERN_ALERT"--------------[] dump_stack START----------------");
dump_stack();
printk(KERN_ALERT"--------------[] dump_stack END----------------");
就可以看见调用流程