Searched refs:cret (Results 1 – 2 of 2) sorted by relevance
1411 int pret = 0, cret = 0, ret; in intel_uncore_init() local1431 cret = uncore_cpu_init(); in intel_uncore_init()1434 if (cret && pret) in intel_uncore_init()
2351 int cret; in snd_ac97_ad1986_vrefout_put() local2381 cret = snd_ac97_update_bits(ac97, AC97_AD_MISC2, in snd_ac97_ad1986_vrefout_put()2383 if (cret < 0) in snd_ac97_ad1986_vrefout_put()2384 return cret; in snd_ac97_ad1986_vrefout_put()2394 return (cret > 0 || lret > 0 || mret > 0) ? 1 : 0; in snd_ac97_ad1986_vrefout_put()