Searched refs:nargs_prop (Results 1 – 5 of 5) 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/base/ |
| H A D | property.c | 599 const char *prop, const char *nargs_prop, in fwnode_property_get_reference_args() argument 608 ret = fwnode_call_int_op(fwnode, get_reference_args, prop, nargs_prop, in fwnode_property_get_reference_args() 616 return fwnode_call_int_op(fwnode->secondary, get_reference_args, prop, nargs_prop, in fwnode_property_get_reference_args()
|
| H A D | swnode.c | 505 const char *propname, const char *nargs_prop, in software_node_get_reference_args() argument 559 if (nargs_prop) { in software_node_get_reference_args() 560 error = fwnode_property_read_u32(refnode, nargs_prop, &nargs_prop_val); in software_node_get_reference_args()
|
| /linux/include/linux/ |
| H A D | fwnode.h | 170 const char *prop, const char *nargs_prop,
|
| H A D | property.h | 140 const char *prop, const char *nargs_prop,
|