Searched refs:nargs_prop (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | property.c | 848 const char *nargs_prop) in acpi_fwnode_get_args_count() argument 858 ret = acpi_data_get_property(data, nargs_prop, ACPI_TYPE_INTEGER, &obj); in acpi_fwnode_get_args_count() 867 const char *nargs_prop, in acpi_get_ref_args() argument 873 if (nargs_prop) in acpi_get_ref_args() 874 num_args = acpi_fwnode_get_args_count(ref_fwnode, nargs_prop); in acpi_get_ref_args() 948 const char *propname, const char *nargs_prop, in acpi_fwnode_get_reference_args() argument 1028 nargs_prop, &element, end, in acpi_fwnode_get_reference_args() 1045 ref_fwnode, nargs_prop, &element, end, in acpi_fwnode_get_reference_args()
|
| /linux/drivers/of/ |
| H A D | property.c | 1167 const char *prop, const char *nargs_prop, in of_fwnode_get_reference_args() argument 1183 if (nargs_prop) in of_fwnode_get_reference_args() 1185 nargs_prop, index, &of_args); in of_fwnode_get_reference_args()
|