Searched refs:ret2 (Results 1 – 3 of 3) sorted by relevance
/sound/soc/codecs/ |
D | tpa6130a2.c | 55 int ret = 0, ret2; in tpa6130a2_power() local 77 ret2 = regulator_disable(data->supply); in tpa6130a2_power() 78 if (ret2 != 0) in tpa6130a2_power() 80 "Failed to disable supply: %d\n", ret2); in tpa6130a2_power()
|
D | alc5632.c | 1106 int ret, ret1, ret2; in alc5632_i2c_probe() local 1124 ret2 = regmap_read(alc5632->regmap, ALC5632_VENDOR_ID2, &vid2); in alc5632_i2c_probe() 1125 if (ret1 != 0 || ret2 != 0) { in alc5632_i2c_probe() 1127 "Failed to read chip ID: ret1=%d, ret2=%d\n", ret1, ret2); in alc5632_i2c_probe()
|
/sound/soc/sh/ |
D | fsi.c | 590 int ret1, ret2; in fsi_stream_probe() local 596 ret2 = fsi_stream_handler_call(io, probe, fsi, io, dev); in fsi_stream_probe() 600 if (ret2 < 0) in fsi_stream_probe() 601 return ret2; in fsi_stream_probe() 609 int ret1, ret2; in fsi_stream_remove() local 615 ret2 = fsi_stream_handler_call(io, remove, fsi, io); in fsi_stream_remove() 619 if (ret2 < 0) in fsi_stream_remove() 620 return ret2; in fsi_stream_remove()
|