Lines Matching refs:retval
44 s64 retval; in processor_set_pstate() local
48 retval = ia64_pal_set_pstate((u64)value); in processor_set_pstate()
50 if (retval) { in processor_set_pstate()
52 value, retval); in processor_set_pstate()
55 return (int)retval; in processor_set_pstate()
64 s64 retval; in processor_get_pstate() local
68 retval = ia64_pal_get_pstate(&pstate_index, in processor_get_pstate()
72 if (retval) in processor_get_pstate()
74 "error 0x%lx, idx 0x%x\n", retval, *value); in processor_get_pstate()
76 return (int)retval; in processor_get_pstate()
144 int retval; in processor_set_freq() local
151 retval = -EAGAIN; in processor_set_freq()
161 retval = 0; in processor_set_freq()
181 retval = -ENODEV; in processor_set_freq()
187 retval = 0; in processor_set_freq()
191 return (retval); in processor_set_freq()