Searched defs:prom_args (Results 1 – 2 of 2) sorted by relevance
29 struct prom_args { in of_call_prom() struct30 const char *service; in of_call_prom()31 int nargs; in of_call_prom()32 int nret; in of_call_prom()33 unsigned int args[12]; in of_call_prom()59 struct prom_args { in of_call_prom_ret() struct60 const char *service; in of_call_prom_ret()61 int nargs; in of_call_prom_ret()62 int nret; in of_call_prom_ret()63 unsigned int args[12]; in of_call_prom_ret()
120 struct prom_args { struct121 u32 service;122 u32 nargs;123 u32 nret;124 prom_arg_t args[10];