Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dcontrolfb.c140 static int control_of_init(struct device_node *dp);
185 if (dp && !control_of_init(dp)) in init_module()
583 if (dp && !control_of_init(dp)) in control_init()
670 static int __init control_of_init(struct device_node *dp) in control_of_init() function