Lines Matching defs:bits
1266 * Returns the obtained capability bits.
1268 * When cap bits have been already read, this doesn't read again but
1286 * @bits: bit mask to check the result
1291 int dir, unsigned int bits)
1296 if (query_amp_caps(codec, nid, dir) & bits)
1307 * @caps: the capability bits to set
1309 * Override the cached AMP caps bits value by the given one.
1347 * @val: the bits value to set
1367 * @val: the bits value to set
1394 * @val: the bits value to set
1418 * @val: the bits value to set
1700 * bits value is taken as the NID to assign. The #HDA_NID_ITEM_AMP bit
2225 /* convert from SPDIF status bits to HDA SPDIF bits
2253 /* convert to SPDIF status bits from HDA SPDIF bits
3630 /* turn off SPDIF if needed; otherwise the IEC958 bits won't be
3898 * snd_hda_get_default_vref - Get the default (mic) VREF pin bits
3902 * Guess the suitable VREF pin bits to be set as the pin-control value.
4071 * snd_print_pcm_bits - Print the supported PCM fmt bits to the string buffer
4072 * @pcm: PCM caps bits
4080 static const unsigned int bits[] = { 8, 16, 20, 24, 32 };
4083 for (i = 0, j = 0; i < ARRAY_SIZE(bits); i++)
4085 j += scnprintf(buf + j, buflen - j, " %d", bits[i]);