Searched refs:out_strings (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/core/ |
| A D | dm.c | 544 int index, int nr, const char **out_strings) in rt_dm_dev_prop_read_string_array_index() argument 552 index, nr, out_strings); in rt_dm_dev_prop_read_string_array_index()
|
| /components/drivers/include/drivers/core/ |
| A D | dm.h | 91 int index, int nr, const char **out_strings);
|
| /components/drivers/ofw/ |
| A D | base.c | 1832 int index, int nr, const char **out_strings) in rt_ofw_prop_read_string_array_index() argument 1836 if (np && propname && index >= 0 && nr >= 0 && out_strings) in rt_ofw_prop_read_string_array_index() 1852 *out_strings++ = value; in rt_ofw_prop_read_string_array_index()
|
| /components/drivers/include/drivers/ |
| A D | ofw.h | 239 int index, int nr, const char **out_strings);
|
Completed in 10 milliseconds