Searched refs:out_args (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/drivers/core/ |
| H A D | of_access.c | 575 struct of_phandle_args *out_args) in __of_parse_phandle_with_args() argument 652 if (out_args) { in __of_parse_phandle_with_args() 656 out_args->np = node; in __of_parse_phandle_with_args() 657 out_args->args_count = count; in __of_parse_phandle_with_args() 659 out_args->args[i] = in __of_parse_phandle_with_args() 705 int index, struct of_phandle_args *out_args) in of_parse_phandle_with_args() argument 711 index, out_args); in of_parse_phandle_with_args()
|
| H A D | read.c | 162 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 166 out_args); in dev_read_phandle_with_args()
|
| H A D | ofnode.c | 361 struct ofnode_phandle_args *out_args) in ofnode_parse_phandle_with_args() argument 372 ofnode_from_of_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args() 383 ofnode_from_fdtdec_phandle_args(&args, out_args); in ofnode_parse_phandle_with_args()
|
| /openbmc/rest-dbus/resources/ |
| H A D | dbus.js | 181 var out_args = []; 188 out_args.push(str); 194 '<span class="method-args">' + out_args.join(', ') + '</span>' +
|
| /openbmc/u-boot/include/dm/ |
| H A D | read.h | 320 struct ofnode_phandle_args *out_args); 656 int index, struct ofnode_phandle_args *out_args) in dev_read_phandle_with_args() argument 660 out_args); in dev_read_phandle_with_args()
|
| H A D | of_access.h | 384 int index, struct of_phandle_args *out_args);
|
| H A D | ofnode.h | 471 struct ofnode_phandle_args *out_args);
|
| /openbmc/u-boot/lib/ |
| H A D | fdtdec.c | 742 struct fdtdec_phandle_args *out_args) in fdtdec_parse_phandle_with_args() argument 825 if (out_args) { in fdtdec_parse_phandle_with_args() 834 out_args->node = node; in fdtdec_parse_phandle_with_args() 835 out_args->args_count = count; in fdtdec_parse_phandle_with_args() 837 out_args->args[i] = in fdtdec_parse_phandle_with_args()
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | dbusparser.py | 45 self.out_args = [] 278 self._cur_object.out_args.append(arg)
|
| H A D | dbusdoc.py | 71 for arg in method.out_args:
|
| /openbmc/u-boot/include/ |
| H A D | fdtdec.h | 218 struct fdtdec_phandle_args *out_args);
|
| /openbmc/qemu/hw/misc/macio/ |
| H A D | cuda.c | 224 uint8_t *out_args, int *out_len);
|
| H A D | pmu.c | 440 uint8_t *out_args, uint8_t *out_len);
|