Home
last modified time | relevance | path

Searched refs:of_property_read_u8_array (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dbtqcomsmd.c192 if (!of_property_read_u8_array(pdev->dev.of_node, "local-bd-address", in btqcomsmd_probe()
Dbtmrvl_main.c526 ret = of_property_read_u8_array(dt_node, "marvell,cal-data", in btmrvl_check_device_tree()
/linux-4.19.296/include/linux/
Dof.h437 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
711 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
1166 return of_property_read_u8_array(np, propname, out_value, 1); in of_property_read_u8()
/linux-4.19.296/drivers/of/
Dproperty.c851 return of_property_read_u8_array(node, propname, val, nval); in of_fwnode_property_read_int_array()