Searched refs:of_find_matching_node (Results 1 - 4 of 4) sorted by relevance

/drivers/net/can/mscan/
H A Dmpc5xxx_can.c84 np_cdm = of_find_matching_node(NULL, mpc52xx_cdm_ids);
143 np_clock = of_find_matching_node(NULL, mpc512x_clock_ids);
/drivers/of/
H A Daddress.c590 struct device_node *dn = of_find_matching_node(from, matches);
598 dn = of_find_matching_node(dn, matches);
H A Dbase.c547 * of_find_matching_node - Find a node based on an of_device_id match
558 struct device_node *of_find_matching_node(struct device_node *from, function
573 EXPORT_SYMBOL(of_find_matching_node); variable
/drivers/pinctrl/
H A Dpinctrl-sirf.c1133 np = of_find_matching_node(NULL, rsc_ids);

Completed in 909 milliseconds