Home
last modified time | relevance | path

Searched refs:out_args (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/core/
H A Dof_access.c575 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 Dread.c162 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 Dofnode.c361 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 Ddbus.js181 var out_args = [];
188 out_args.push(str);
194 '<span class="method-args">' + out_args.join(', ') + '</span>' +
/openbmc/u-boot/include/dm/
H A Dread.h320 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 Dof_access.h384 int index, struct of_phandle_args *out_args);
H A Dofnode.h471 struct ofnode_phandle_args *out_args);
/openbmc/u-boot/lib/
H A Dfdtdec.c742 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 Ddbusparser.py45 self.out_args = []
278 self._cur_object.out_args.append(arg)
H A Ddbusdoc.py71 for arg in method.out_args:
/openbmc/u-boot/include/
H A Dfdtdec.h218 struct fdtdec_phandle_args *out_args);
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c224 uint8_t *out_args, int *out_len);
H A Dpmu.c440 uint8_t *out_args, uint8_t *out_len);