Home
last modified time | relevance | path

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

/linux/drivers/leds/rgb/
H A Dleds-pwm-multicolor.c124 count = fwnode_get_child_node_count(mcnode); in led_pwm_mc_probe()
/linux/include/linux/
H A Dproperty.h234 unsigned int fwnode_get_child_node_count(const struct fwnode_handle *fwnode);
238 return fwnode_get_child_node_count(dev_fwnode(dev)); in device_get_child_node_count()
/linux/drivers/base/
H A Dproperty.c935 unsigned int fwnode_get_child_node_count(const struct fwnode_handle *fwnode) in fwnode_get_child_node_count() function
945 EXPORT_SYMBOL_GPL(fwnode_get_child_node_count);
/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c7362 port->pd_count = fwnode_get_child_node_count(capabilities); in tcpm_fw_get_caps()