Home
last modified time | relevance | path

Searched refs:device_property_string_array_count (Results 1 – 6 of 6) sorted by relevance

/linux-6.8/sound/soc/codecs/
Daudio-iio-aux.c253 count = device_property_string_array_count(dev, "io-channel-names"); in audio_iio_aux_probe()
/linux-6.8/drivers/iio/multiplexer/
Diio-mux.c354 all_children = device_property_string_array_count(dev, "channels"); in mux_probe()
/linux-6.8/include/linux/
Dproperty.h247 static inline int device_property_string_array_count(const struct device *dev, in device_property_string_array_count() function
/linux-6.8/drivers/power/supply/
Dpower_supply_core.c286 nval = device_property_string_array_count(psy->dev.parent, "supplied-from"); in power_supply_check_supplies()
/linux-6.8/drivers/gpio/
Dgpiolib.c473 count = device_property_string_array_count(dev, "gpio-line-names"); in gpiochip_set_names()
/linux-6.8/drivers/mmc/host/
Ddw_mmc.c3064 if ((device_property_string_array_count(dev, "dma-names") < 0) || in dw_mci_init_dma()