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

/u-boot/include/dm/
H A Dread.h789 * dev_get_child_count() - get the child count of a device
794 int dev_get_child_count(const struct udevice *dev);
1246 static inline int dev_get_child_count(const struct udevice *dev) function
/u-boot/drivers/adc/
H A Dstm32-adc.c322 num_channels = dev_get_child_count(dev);
/u-boot/drivers/core/
H A Dread.c442 int dev_get_child_count(const struct udevice *dev) function
/u-boot/drivers/phy/
H A Dphy-mtk-tphy.c768 tphy->nphys = dev_get_child_count(dev);

Completed in 159 milliseconds