Name

of_property_read_string_helper — internal use only, do not call directly

Synopsis

int of_property_read_string_helper (const struct device_node * np,
 const char * propname,
 const char ** out_strs,
 size_t sz,
 int skip);
 

Arguments

np

Internal use only

propname

Internal use only

out_strs

Internal use only

sz

Internal use only

skip

Internal use only

Description

Do not call this function directly. It is a utility helper for the of_property_read_string*() family of functions.