Searched refs:of_property_read_variable_u8_array (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/ |
D | of.h | 315 extern int of_property_read_variable_u8_array(const struct device_node *np, 648 static inline int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array() function 1194 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
|
/linux-6.1.9/drivers/of/ |
D | property.c | 218 int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array() function 242 EXPORT_SYMBOL_GPL(of_property_read_variable_u8_array);
|
/linux-6.1.9/drivers/soc/fsl/qe/ |
D | qe.c | 311 i = of_property_read_variable_u8_array(qe, "fsl,qe-snums", in qe_snums_init()
|
/linux-6.1.9/drivers/gpu/drm/bridge/ |
D | sii902x.c | 804 num_lanes = of_property_read_variable_u8_array(dev->of_node, in sii902x_audio_codec_init()
|
/linux-6.1.9/sound/soc/mediatek/mt8195/ |
D | mt8195-dai-etdm.c | 2578 ret = of_property_read_variable_u8_array(of_node, prop, in mt8195_dai_etdm_parse_of()
|