Searched refs:of_property_read_variable_u8_array (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | of.h | 331 extern int of_property_read_variable_u8_array(const struct device_node *np, 722 static inline int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array() function 1332 int ret = of_property_read_variable_u8_array(np, propname, out_values, in of_property_read_u8_array()
|
| /linux/drivers/of/ |
| H A D | property.c | 308 int of_property_read_variable_u8_array(const struct device_node *np, in of_property_read_variable_u8_array() function 332 EXPORT_SYMBOL_GPL(of_property_read_variable_u8_array);
|
| /linux/drivers/soc/fsl/qe/ |
| H A D | qe.c | 312 i = of_property_read_variable_u8_array(qe, "fsl,qe-snums", in qe_snums_init()
|
| /linux/sound/soc/mediatek/mt8195/ |
| H A D | mt8195-dai-etdm.c | 2697 ret = of_property_read_variable_u8_array(of_node, prop, in mt8195_dai_etdm_parse_of()
|
| /linux/sound/soc/mediatek/mt8188/ |
| H A D | mt8188-dai-etdm.c | 2651 ret = of_property_read_variable_u8_array(of_node, prop, in mt8188_dai_etdm_parse_of()
|