Searched refs:of_property_read_variable_u8_array (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | of.h | 315 extern int of_property_read_variable_u8_array(const struct device_node *np, 440 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array() 793 static inline int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array() function
|
/kernel/linux/linux-5.10/drivers/of/ |
D | property.c | 207 int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array() function 231 EXPORT_SYMBOL_GPL(of_property_read_variable_u8_array);
|
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
D | qe.c | 311 i = of_property_read_variable_u8_array(qe, "fsl,qe-snums", in qe_snums_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
D | sii902x.c | 765 num_lanes = of_property_read_variable_u8_array(dev->of_node, in sii902x_audio_codec_init()
|