| /src/etc/rc.d/ |
| H A D | mixerctl | 21 for mix in $mixerctl_mixers; do 22 if [ -s /var/db/${mix}.conf ]; then 23 echo -n " $mix" 24 /usr/bin/mixerctl -d /dev/$mix -n -w \ 25 $(/bin/cat /var/db/${mix}.conf) 47 for mix in $mixerctl_mixers; do 48 echo -n " $mix" 49 /usr/bin/mixerctl -d /dev/$mix -a > /var/db/${mix}.conf
|
| /src/sys/arch/arm/sunxi/ |
| H A D | sun4i_a10_codec.c | 152 const struct a10_codec_mixer *mix; local in function:a10_codec_set_port 159 mix = &a10_codec_mixers[mc->dev]; 160 val = RD4(sc, mix->reg); 161 shift = 8 - fls32(__SHIFTOUT_MASK(mix->mask)); 163 val &= ~mix->mask; 164 val |= __SHIFTIN(nvol, mix->mask); 165 WR4(sc, mix->reg, val); 175 const struct a10_codec_mixer *mix; local in function:a10_codec_get_port 182 mix = &a10_codec_mixers[mc->dev]; 183 val = RD4(sc, mix 197 const struct a10_codec_mixer *mix; local in function:a10_codec_query_devinfo [all...] |
| H A D | sun6i_a31_codec.c | 213 const struct a31_codec_mixer *mix; local in function:a31_codec_set_port 220 mix = &a31_codec_mixers[mc->dev]; 221 val = RD4(sc, mix->reg); 222 shift = 8 - fls32(__SHIFTOUT_MASK(mix->mask)); 224 val &= ~mix->mask; 225 val |= __SHIFTIN(nvol, mix->mask); 226 WR4(sc, mix->reg, val); 236 const struct a31_codec_mixer *mix; local in function:a31_codec_get_port 243 mix = &a31_codec_mixers[mc->dev]; 244 val = RD4(sc, mix 258 const struct a31_codec_mixer *mix; local in function:a31_codec_query_devinfo [all...] |
| H A D | sun8i_h3_codec.c | 284 const struct h3_codec_mixer *mix; local in function:h3_codec_set_port 295 mix = &h3_codec_mixers[mc->dev]; 296 val = h3_codec_pr_read(csc, mix->reg); 297 shift = 8 - fls32(__SHIFTOUT_MASK(mix->mask)); 299 val &= ~mix->mask; 300 val |= __SHIFTIN(nvol, mix->mask); 301 h3_codec_pr_write(csc, mix->reg, val); 317 const struct h3_codec_mixer *mix; local in function:h3_codec_get_port 328 mix = &h3_codec_mixers[mc->dev]; 329 val = h3_codec_pr_read(csc, mix 349 const struct h3_codec_mixer *mix; local in function:h3_codec_query_devinfo [all...] |
| H A D | sun8i_v3s_codec.c | 269 const struct v3s_codec_mixer *mix; local in function:v3s_codec_set_port 277 mix = &v3s_codec_mixers[mc->dev]; 278 val = v3s_codec_pr_read(csc, mix->reg); 279 shift = 8 - fls32(__SHIFTOUT_MASK(mix->mask)); 281 val &= ~mix->mask; 282 val |= __SHIFTIN(nvol, mix->mask); 283 v3s_codec_pr_write(csc, mix->reg, val); 299 const struct v3s_codec_mixer *mix; local in function:v3s_codec_get_port 307 mix = &v3s_codec_mixers[mc->dev]; 308 val = v3s_codec_pr_read(csc, mix 328 const struct v3s_codec_mixer *mix; local in function:v3s_codec_query_devinfo [all...] |
| H A D | sun50i_a64_acodec.c | 280 const struct a64_acodec_mixer *mix; local in function:a64_acodec_set_port 295 mix = &a64_acodec_mixers[dev]; 296 val = a64_acodec_pr_read(sc, mix->reg); 297 shift = 8 - fls32(__SHIFTOUT_MASK(mix->mask)); 299 val &= ~mix->mask; 300 val |= __SHIFTIN(nvol, mix->mask); 301 a64_acodec_pr_write(sc, mix->reg, val); 369 const struct a64_acodec_mixer *mix; local in function:a64_acodec_get_port 384 mix = &a64_acodec_mixers[dev]; 385 val = a64_acodec_pr_read(sc, mix 430 const struct a64_acodec_mixer *mix; local in function:a64_acodec_query_devinfo [all...] |
| /src/sys/dev/i2c/ |
| H A D | es8316ac.c | 341 const struct escodec_mixer *mix; local in function:escodec_set_port 345 if ((mix = escodec_get_mixer(mc->dev)) == NULL) 348 switch (mix->type) { 357 val = escodec_read(sc, mix->reg[ch]); 358 shift = 8 - fls32(__SHIFTOUT_MASK(mix->mask[ch])); 360 if (mix->type == ESCODEC_MIXER_ATTENUATOR) 361 nvol = __SHIFTOUT_MASK(mix->mask[ch]) - nvol; 362 if (mix->maxval != 0 && nvol > mix->maxval) 363 nvol = mix 394 const struct escodec_mixer *mix; local in function:escodec_get_port 437 const struct escodec_mixer *mix; local in function:escodec_query_devinfo [all...] |
| /src/common/lib/libc/stdlib/ |
| H A D | mi_vector_hash.c | 63 #define mix(a, b, c) do { \ macro 104 mix(a, b, c); 162 mix(a, b, c); 178 mix(a, b, c);
|
| /src/sys/dev/usb/ |
| H A D | uaudio.c | 1083 struct mixerctl mix; local in function:uaudio_add_mixer 1090 mix.wIndex = MAKE(d->bUnitId, sc->sc_ac_iface); 1091 uaudio_determine_class(&iot[id], &mix); 1092 mix.type = MIX_SIGNED_16; 1093 mix.ctlunit = AudioNvolume; 1144 mix.wValue[k++] = 1148 mix.nchan = nchs; 1150 snprintf(mix.ctlname, sizeof(mix.ctlname), 1151 "mix 1166 struct mixerctl mix; local in function:uaudio_add_selector 1274 uaudio_determine_class(const struct io_terminal * iot,struct mixerctl * mix) argument 1533 struct mixerctl mix; local in function:uaudio_add_feature 1657 struct mixerctl mix; local in function:uaudio_add_processing_updown 1695 struct mixerctl mix; local in function:uaudio_add_processing 1749 struct mixerctl mix; local in function:uaudio_add_extension 1777 struct mixerctl mix; local in function:uaudio_add_clksrc 1798 struct mixerctl mix; local in function:uaudio_add_clksel [all...] |
| /src/usr.bin/make/unit-tests/ |
| H A D | deptgt.exp | 23 make: deptgt.mk:64: warning: Special and mundane targets don't mix. Mundane ones ignored
|
| H A D | deptgt.mk | 63 # expect+1: warning: Special and mundane targets don't mix. Mundane ones ignored
|
| H A D | dollar.mk | 7 LIST= plain 'single' "double" 'mix'"ed" back\ slashed
|
| H A D | varmod-edge.mk | 53 # The final brace in the output comes from the end of M.nest-mix.
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | ulcb-audio-graph-card-mix+split.dtsi | 24 label = "snd-ulcb-mix";
|
| H A D | ulcb-simple-audio-card-mix+split.dtsi | 27 label = "snd-ulcb-mix";
|
| H A D | ulcb-audio-graph-card2-mix+split.dtsi | 23 label = "snd-ulcb-mix";
|
| H A D | ulcb.dtsi | 503 * #include "ulcb-simple-audio-card-mix+split.dtsi" 505 * #include "ulcb-audio-graph-card-mix+split.dtsi" 506 * #include "ulcb-audio-graph-card2-mix+split.dtsi"
|
| H A D | ulcb-kf.dtsi | 479 * #include "ulcb-kf-simple-audio-card-mix+split.dtsi" 481 * #include "ulcb-kf-audio-graph-card-mix+split.dtsi" 482 * #include "ulcb-kf-audio-graph-card2-mix+split.dtsi"
|
| H A D | r8a77995.dtsi | 1077 "mix.1", "mix.0", 1110 rcar_sound,mix { 1111 mix0: mix-0 { }; 1112 mix1: mix-1 { };
|
| /src/common/dist/zlib/examples/ |
| H A D | gznorm.c | 296 // mix is 1 if we are at the end of a deflate block, and if 297 // some of the bits in the last byte follow this block. mix 301 int mix = (strm.data_type & 0x80) && bits; local in function:gzip_normalize 309 unsigned char *end = strm.next_in - mix; 327 if (mix) {
|
| /src/sys/net/npf/ |
| H A D | npf_inet.c | 131 uint32_t mix = 0; local in function:npf_addr_mix 136 mix ^= a1->word32[i]; 137 mix ^= a2->word32[i]; 139 return mix;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 475 randombytes_salsa20_random_xorkey(const unsigned char * const mix) argument 481 key[i] ^= mix[i];
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-b3.dts | 114 * mix together giving some interesting combinations.
|
| /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/cavium-octeon/ |
| H A D | octeon_3xxx.dts | 155 compatible = "cavium,octeon-5750-mix"; 167 compatible = "cavium,octeon-5750-mix";
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/renesas/ |
| H A D | r8a7794.dtsi | 1051 "mix.0", "mix.1", 1079 rcar_sound,mix { 1080 mix0: mix-0 { }; 1081 mix1: mix-1 { };
|