/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | sc27xx-fg.txt | 4 - compatible: Should be one of the following: 5 "sprd,sc2720-fgu", 6 "sprd,sc2721-fgu", 7 "sprd,sc2723-fgu", 8 "sprd,sc2730-fgu", 9 "sprd,sc2731-fgu". 10 - reg: The address offset of fuel gauge unit. 11 - battery-detect-gpios: GPIO for battery detection. 12 - io-channels: Specify the IIO ADC channels to get temperature and charge voltage. 13 - io-channel-names: Should be "bat-temp" or "charge-vol". [all …]
|
H A D | sc27xx-fg.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/sc27xx-fg.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 18 - sprd,sc2720-fgu 19 - sprd,sc2721-fgu 20 - sprd,sc2723-fgu 21 - sprd,sc2730-fgu [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3326-odroid-go3.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 9 #include "rk3326-odroid-go.dtsi" 12 model = "ODROID-GO Super"; 13 compatible = "hardkernel,rk3326-odroid-go3", "rockchip,rk3326"; 15 joystick_mux_controller: mux-controller { 16 compatible = "gpio-mux"; 18 #mux-control-cells = <0>; 20 mux-gpios = <&gpio3 RK_PB3 GPIO_ACTIVE_LOW>, 24 joystick_mux: adc-mux { [all …]
|
/freebsd/usr.sbin/mixer/ |
H A D | mixer.8 | 1 .\"- 4 .\" Permission is hereby granted, free of charge, to any person obtaining a copy 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 /*- 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 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> 4 .\" Permission is hereby granted, free of charge, to any person obtaining a copy 51 Mixer library (libmixer, -lmixer) 75 .Fn mixer_set_vol "struct mixer *m" "mix_volume_t vol" 109 .Bd -literal 139 .Bl -tag -width "f_default" 203 .Bd -literal 206 char name[NAME_MAX]; /* device name (e.g "vol") */ 215 } vol; [all …]
|
H A D | mixer.h | 1 /*- 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 33 #define MIX_ISDEV(m,n) MIX_ISSET(n, (m)->devmask) 34 #define MIX_ISMUTE(m,n) MIX_ISSET(n, (m)->mutemask) 35 #define MIX_ISREC(m,n) MIX_ISSET(n, (m)->recmask) 36 #define MIX_ISRECSRC(m,n) MIX_ISSET(n, (m)->recsrc) 45 /* User-defined controls */ 57 char name[NAME_MAX]; /* device name (e.g "vol") */ 66 } vol; member
|
H A D | mixer.c | 1 /*- 4 * Permission is hereby granted, free of charge, to any person obtaining a copy 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/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8250-xiaomi-elish.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 6 /dts-v1/; 8 #include <dt-bindings/arm/qcom,ids.h> 9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 20 /delete-node/ &adsp_mem; 21 /delete-node/ &cdsp_secure_heap; 22 /delete-node/ &slpi_mem; 23 /delete-node/ &spss_mem; 24 /delete-node/ &xbl_aop_mem; 29 classis-type = "tablet"; [all …]
|
H A D | sm8250-xiaomi-elish-common.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/arm/qcom,ids.h> 7 #include <dt-bindings/phy/phy.h> 8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 9 #include <dt-bindings/usb/pd.h> 20 /delete-nod [all...] |
H A D | sdm845-xiaomi-beryllium-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 /dts-v1/; 5 #include <dt-bindings/leds/common.h> 6 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 7 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 8 #include <dt-binding [all...] |
H A D | sdm845-shift-axolotl.dts | 1 // SPDX-License-Identifier: GPL-2.0 8 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 20 qcom,msm-id = <321 0x20001>; 21 qcom,board-i [all...] |
H A D | sdm845-xiaomi-polaris.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 7 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 11 #include <dt-bindings/regulator/qcom,rpmh-regulato [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sc2731.dtsi | 6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT) 13 spi-max-frequency = <26000000>; 15 interrupt-controller; 16 #interrupt-cells = <1>; 17 #address-cells = <1>; 18 #size-cells = <0>; 21 compatible = "sprd,sc2731-charger"; 23 monitored-battery = <&bat>; 26 led-controller@200 { 27 compatible = "sprd,sc2731-bltc"; [all …]
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1950.txt | 9 Category: Informational J-L. Gailly 10 Info-ZIP 29 Copyright (c) 1996 L. Peter Deutsch and Jean-Loup Gailly 32 purpose and without charge, including translations into other 40 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>. 50 not covered by patents. This specification also defines the ADLER-32 132 used for in-memory compression of a sequence of arbitrary bytes. 152 In version 3.2, some terminology was changed and the Adler-32 163 +---+ 164 | | <-- the vertical bars might be missing [all …]
|
H A D | rfc1951.txt | 30 purpose and without charge, including translations into other 38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>. 45 general-purpose compression methods. The data can be produced or 80 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11 106 currently available general-purpose compression methods, 132 format defined here, the worst case expansion is 5 bytes per 32K- 191 except that non-compressible blocks are limited to 65,535 bytes. 235 +---+ 236 | | <-- the vertical bars might be missing 237 +---+ [all …]
|
/freebsd/sys/kern/ |
H A D | sched_ule.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2007, Jeffrey Roberson <jeff@freebsd.org> 32 * performance under load even on uni-processor systems. 84 #define TDQ_LOADNAME_LEN (sizeof("CPU ") + sizeof(__XSTRING(MAXCPU)) - 1 + sizeof(" load")) 91 struct runq *ts_runq; /* Run-queue we're queued on. */ 96 u_int ts_slptime; /* Number of ticks we vol [all...] |
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/share/dict/ |
H A D | web2 | 33754 charge 99810 Jean-Christophe 99811 Jean-Pierre 229664 vol
|