Lines Matching refs:retval
45 s64 retval; in processor_set_pstate() local
49 retval = ia64_pal_set_pstate((u64)value); in processor_set_pstate()
51 if (retval) { in processor_set_pstate()
53 value, retval); in processor_set_pstate()
56 return (int)retval; in processor_set_pstate()
65 s64 retval; in processor_get_pstate() local
69 retval = ia64_pal_get_pstate(&pstate_index, in processor_get_pstate()
73 if (retval) in processor_get_pstate()
75 "error 0x%lx, idx 0x%x\n", retval, *value); in processor_get_pstate()
77 return (int)retval; in processor_get_pstate()
145 int retval; in processor_set_freq() local
152 retval = -EAGAIN; in processor_set_freq()
162 retval = 0; in processor_set_freq()
182 retval = -ENODEV; in processor_set_freq()
188 retval = 0; in processor_set_freq()
192 return (retval); in processor_set_freq()