Searched refs:fwnode_get_child_node_count (Results 1 – 5 of 5) sorted by relevance
124 count = fwnode_get_child_node_count(mcnode); in led_pwm_mc_probe()
175 num_subleds = fwnode_get_child_node_count(mc_node); in ncp5623_probe()
224 unsigned int fwnode_get_child_node_count(const struct fwnode_handle *fwnode);228 return fwnode_get_child_node_count(dev_fwnode(dev)); in device_get_child_node_count()
936 unsigned int fwnode_get_child_node_count(const struct fwnode_handle *fwnode) in fwnode_get_child_node_count() function946 EXPORT_SYMBOL_GPL(fwnode_get_child_node_count);
7349 port->pd_count = fwnode_get_child_node_count(capabilities); in tcpm_fw_get_caps()