Searched refs:requested (Results 1 – 6 of 6) sorted by relevance
104 unsigned int requested; member
835 if (chip->requested & (1 << i)) in snd_pmac_free()1170 chip->requested = 0; in snd_pmac_new()1192 chip->requested |= (1 << i); in snd_pmac_new()1218 chip->requested |= (1 << i); in snd_pmac_new()
633 unsigned int requested) in sigmadsp_samplerate_valid() argument639 return supported & requested; in sigmadsp_samplerate_valid()
1519 static int cs48l32_wait_for_fll(struct cs48l32_fll *fll, bool requested) in cs48l32_wait_for_fll() argument1529 if (!!(val & fll->sts_mask) == requested) in cs48l32_wait_for_fll()1545 cs48l32_fll_warn(fll, "Timed out waiting for %s\n", requested ? "lock" : "unlock"); in cs48l32_wait_for_fll()
3788 static int madera_wait_for_fll(struct madera_fll *fll, bool requested) in madera_wait_for_fll() argument3800 if (status == requested) in madera_wait_for_fll()
197 device so that a requested 38.4 kBaud will result in the standard speed.
Completed in 35 milliseconds