Searched refs:nargs_prop (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | fwnode.h | 136 const char *prop, const char *nargs_prop,
|
A D | property.h | 76 const char *prop, const char *nargs_prop,
|
/linux/drivers/base/ |
A D | swnode.c | 494 const char *propname, const char *nargs_prop, in software_node_get_reference_args() argument 531 if (nargs_prop) { in software_node_get_reference_args() 533 nargs_prop, sizeof(u32), in software_node_get_reference_args()
|
A D | property.c | 477 const char *prop, const char *nargs_prop, in fwnode_property_get_reference_args() argument 481 return fwnode_call_int_op(fwnode, get_reference_args, prop, nargs_prop, in fwnode_property_get_reference_args()
|
/linux/drivers/of/ |
A D | property.c | 962 const char *prop, const char *nargs_prop, in of_fwnode_get_reference_args() argument 970 if (nargs_prop) in of_fwnode_get_reference_args() 972 nargs_prop, index, &of_args); in of_fwnode_get_reference_args()
|
/linux/drivers/acpi/ |
A D | property.c | 1302 const char *prop, const char *nargs_prop, in acpi_fwnode_get_reference_args() argument
|
Completed in 15 milliseconds