Lines Matching refs:retval
37 int retval = -1; in tps6586x_read() local
41 retval = (int)data; in tps6586x_read()
50 debug("pmu_read %x=%x\n", reg, retval); in tps6586x_read()
51 if (retval < 0) in tps6586x_read()
53 retval); in tps6586x_read()
54 return retval; in tps6586x_read()
60 int retval = -1; in tps6586x_write() local
64 retval = 0; in tps6586x_write()
73 debug("pmu_write %x=%x: ", reg, retval); in tps6586x_write()
76 if (retval) in tps6586x_write()
78 return retval; in tps6586x_write()