Searched refs:of_get_available_child_count (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/arch/mips/bmips/
H A Dsetup.c210 if (np && of_get_available_child_count(np) <= 1)
/linux-master/drivers/leds/
H A Dleds-spi-byte.c90 if (of_get_available_child_count(dev_of_node(dev)) != 1) {
H A Dleds-tlc591xx.c163 count = of_get_available_child_count(np);
H A Dleds-is31fl32xx.c434 count = of_get_available_child_count(dev_of_node(dev));
H A Dleds-an30259a.c206 count = of_get_available_child_count(np);
H A Dleds-mc13783.c134 pdata->num_leds = of_get_available_child_count(parent);
H A Dleds-sc27xx-bltc.c284 count = of_get_available_child_count(np);
H A Dleds-turris-omnia.c460 count = of_get_available_child_count(np);
H A Dleds-aw2013.c270 count = of_get_available_child_count(np);
H A Dleds-netxbig.c496 num_leds = of_get_available_child_count(np);
H A Dleds-lp55xx-common.c672 num_channels = of_get_available_child_count(np);
/linux-master/drivers/mfd/
H A Dtps6105x.c102 if (of_get_available_child_count(np) > 1) {
/linux-master/sound/soc/qcom/
H A Dcommon.c65 num_links = of_get_available_child_count(dev->of_node);
/linux-master/drivers/leds/rgb/
H A Dleds-ktd202x.c393 num_channels = of_get_available_child_count(np);
501 count = of_get_available_child_count(np);
/linux-master/drivers/input/keyboard/
H A Dmtk-pmic-keys.c339 keycount = of_get_available_child_count(node);
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pxl2dpi.c237 ep_cnt = of_get_available_child_count(port);
/linux-master/drivers/misc/
H A Dsram.c191 nblocks = (np) ? of_get_available_child_count(np) + 1 : 1;
/linux-master/drivers/virtio/
H A Dvirtio.c391 count = of_get_available_child_count(pnode);
/linux-master/drivers/spi/
H A Dspi-fsi.c552 ctlr->num_chipselect = of_get_available_child_count(np) ?: 1;
H A Dspi-fsl-qspi.c820 if (of_get_available_child_count(q->dev->of_node) == 1)
/linux-master/sound/soc/fsl/
H A Dfsl_qmc_audio.c678 qmc_audio->num_dais = of_get_available_child_count(np);
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c634 num_mboxes = of_get_available_child_count(np);
/linux-master/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c949 adc_tm->nchannels = of_get_available_child_count(node);
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c1080 if (!of_get_available_child_count(dev->of_node)) {
/linux-master/drivers/iio/adc/
H A Dad7124.c821 st->num_channels = of_get_available_child_count(np);

Completed in 248 milliseconds

12