Searched refs:nargs_prop (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | fwnode.h | 93 const char *prop, const char *nargs_prop,
|
| D | property.h | 75 const char *prop, const char *nargs_prop,
|
| /Linux-v5.4/drivers/of/ |
| D | property.c | 905 const char *prop, const char *nargs_prop, in of_fwnode_get_reference_args() argument 913 if (nargs_prop) in of_fwnode_get_reference_args() 915 nargs_prop, index, &of_args); in of_fwnode_get_reference_args()
|
| /Linux-v5.4/drivers/base/ |
| D | swnode.c | 565 const char *propname, const char *nargs_prop, in software_node_get_reference_args() argument 589 if (nargs_prop) { in software_node_get_reference_args() 590 prop = property_entry_get(swnode->node->properties, nargs_prop); in software_node_get_reference_args()
|
| D | property.c | 478 const char *prop, const char *nargs_prop, in fwnode_property_get_reference_args() argument 482 return fwnode_call_int_op(fwnode, get_reference_args, prop, nargs_prop, in fwnode_property_get_reference_args()
|
| /Linux-v5.4/drivers/acpi/ |
| D | property.c | 1312 const char *prop, const char *nargs_prop, in acpi_fwnode_get_reference_args() argument
|