Searched refs:control_of_init (Results 1 – 1 of 1) sorted by relevance
142 static int control_of_init(struct device_node *dp);187 if (dp != 0 && !control_of_init(dp)) in init_module()597 if (dp != 0 && !control_of_init(dp)) in control_init()684 static int __init control_of_init(struct device_node *dp) in control_of_init() function