Searched +full:merge +full:- +full:mute (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,merge.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,merge [all...] |
/freebsd/usr.sbin/mixer/ |
H A D | mixer.8 | 1 .\"- 7 .\" to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 46 .Bl -tag -width "-V voss_device:mode" 58 There is also the possibility of hot-swapping to the new default device if 64 Hot-swapping generally cannot happen with plain 70 mid-track. 72 on the other hand, can do hot-swapping, because it creates a virtual device for 76 Note that hot-swapping will work only for applications that are using 96 control device, as well as a mode (see below), in order to hot-swap devices. 102 .Bl -column play [all …]
|
H A D | mixer.c | 1 /*- 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 66 while ((ch = getopt(argc, argv, "ad:f:hosV:")) != -1) { in main() 98 argc -= optind; in main() 161 *q == '+' || *q == '-' || *q == '.'); in main() 169 if ((m->dev = mixer_get_dev_byname(m, devstr)) == NULL) { in main() 180 * Input: `dev=N` -> shorthand for `dev.volume=N`. in main() 186 cp = mixer_get_ctl(m->dev, C_VOL); in main() 187 cp->mod(cp->parent_dev, p); in main() 191 if ((cp = mixer_get_ctl_byname(m->dev, ctlstr)) == NULL) { in main() [all …]
|
/freebsd/lib/libmixer/ |
H A D | mixer.3 | 1 .\"- 2 .\" Copyright (c) 2021-2022 Christos Margiolis <christos@FreeBSD.org> 7 .\" to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 51 Mixer library (libmixer, -lmixer) 109 .Bd -literal 139 .Bl -tag -width "f_default" 203 .Bd -literal 223 .Bl -tag -width "parent_mixer" 229 .Bd -ragged 241 Left and right-ear volumes. [all …]
|
H A D | mixer.c | 1 /*- 7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 48 if (ioctl(dev->parent_mixer->fd, MIXER_READ(dev->devno), &v) < 0) in _mixer_readvol() 49 return (-1); in _mixer_readvol() 50 dev->vol.left = MIX_VOLNORM(v & 0x00ff); in _mixer_readvol() 51 dev->vol.right = MIX_VOLNORM((v >> 8) & 0x00ff); in _mixer_readvol() 78 m->unit = -1; in mixer_open() 83 m->unit = strtol(name + strlen(BASEPATH), NULL, 10); in mixer_open() 85 (void)strlcpy(m->name, name, sizeof(m->name)); in mixer_open() 88 if ((m->unit = mixer_get_dunit()) < 0) in mixer_open() [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 73 0xA7 System Speaker Mute 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8195.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8195-clk.h> 9 #include <dt-bindings/gce/mt8195-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8195-memory-port.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/power/mt8195-power.h> [all …]
|
/freebsd/sys/contrib/xen/io/ |
H A D | sndif.h | 4 * Unified sound-device I/O interface for Xen guest OSes. 9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 24 * Copyright (C) 2013-2015 GlobalLogic Inc. 25 * Copyright (C) 2016-2017 EPAM Systems Inc. 51 * Front->back notifications: when enqueuing a new request, sending a 53 * hold-off mechanism provided by the ring macros). Backends must set 56 * Back->front notifications: when enqueuing a new response, sending a 58 * hold-off mechanism provided by the ring macros). Frontends must set 61 * The two halves of a para-virtual sound card driver utilize nodes within 75 * Note: depending on the use-case backend can expose more sound cards and [all …]
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | wordset_4k.c | 6 * I've replaced two 7-character words to save space. 2333 "merge", 2444 "mute",
|
/freebsd/sys/net80211/ |
H A D | ieee80211_node.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 69 CTASSERT((IEEE80211_NODE_HASHSIZE & (IEEE80211_NODE_HASHSIZE-1)) == 0); 75 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] |= \ 78 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] &= \ 81 ((_vap)->iv_aid_bitmap[IEEE80211_AID(b) / 32] & (1 << (IEEE80211_AID(b) % 32))) 117 /* XXX really want maxlen enforced per-sta */ in ieee80211_node_attach() 118 ieee80211_ageq_init(&ic->ic_stageq, ic->ic_max_keyix * 8, in ieee80211_node_attach() 120 ieee80211_node_table_init(ic, &ic->ic_sta, "station", in ieee80211_node_attach() [all …]
|
/freebsd/share/dict/ |
H A D | web2 | 99810 Jean-Christophe 99811 Jean-Pierre 114139 merge 121335 mute
|