Home
last modified time | relevance | path

Searched +full:ac +full:- +full:power (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dx-powers,axp20x-ac-power-supply.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/x-powers,axp20x-ac-power-supply.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AXP20x AC power-supply
10 The AXP20X can read the current current and voltage supplied by AC by
12 tell if an AC power supply is present and usable. AXP813/AXP803 are
16 - Chen-Yu Tsai <wens@csie.org>
17 - Sebastian Reichel <sre@kernel.org>
20 - $ref: power-supply.yaml#
[all …]
H A Daxp20x_ac_power.txt1 AXP20X and AXP22X PMICs' AC power supply
4 - compatible: One of:
5 "x-powers,axp202-ac-power-supply"
6 "x-powers,axp221-ac-power-supply"
7 "x-powers,axp813-ac-power-supply"
11 The AXP20X can read the current current and voltage supplied by AC by
14 The AXP22X is only able to tell if an AC power supply is present and
22 ac_power_supply: ac-power-supply {
23 compatible = "x-powers,axp202-ac-power-supply";
H A Dti,lp8727.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/ti,lp8727.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
13 - $ref: power-supply.yaml#
25 debounce-ms:
29 '^(ac|usb)$':
32 description: USB/AC charging parameters
34 charger-type:
[all …]
H A Dbq24735.yaml1 # SPDX-License-Identifier: GPL-2.0
4 ---
5 $id: http://devicetree.org/schemas/power/supply/bq24735.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI BQ24735 Li-Ion Battery Charger
11 - Sebastian Reichel <sre@kernel.org>
14 - $ref: power-supply.yaml#
24 description: AC adapter plug event interrupt
27 ti,ac-detect-gpios:
30 This GPIO is optionally used to read the AC adapter status. This is a Host GPIO
[all …]
H A Dtps65217-charger.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/tps65217-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sebastian Reichel <sre@kernel.org>
13 - $ref: power-supply.yaml#
17 const: ti,tps65217-charger
23 interrupt-names:
25 - const: USB
26 - const: AC
[all …]
H A Dbq2515x.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/power/supply/bq2515x.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: TI bq2515x 500-mA Linear charger family
11 - Andrew Davis <afd@ti.com>
17 push-button controller.
26 - ti,bq25150
27 - ti,bq25155
33 ac-detect-gpios:
[all …]
/freebsd/usr.sbin/powerd/
H A Dpowerd.830 .Nd "system power control utility"
48 utility monitors the system state and sets various power control options
50 It offers power-saving modes that can be
51 individually selected for operation on AC power or batteries.
52 .Bl -tag -width "hiadaptive"
58 Choose the lowest performance values to get the most power savings.
65 increased power savings.
72 more important than power consumption.
81 for battery power and
87 .Bl -tag -width "-r percent"
[all …]
H A Dpowerd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
84 "AC",
96 static int read_freqs(int *numfreqs, int **freqs, int **power,
135 static int apm_fd = -1;
137 static int devd_pipe = -1;
147 * threads are processing requests as a pipeline -
205 read_freqs(int * numfreqs,int ** freqs,int ** power,int minfreq,int maxfreq) read_freqs() argument
[all...]
/freebsd/share/misc/
H A Dusb_hid_usages4 # - 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
47 0x81 System Power Down
62 0x90 D-pad Up
63 0x91 D-pad Down
64 0x92 D-pad Right
65 0x93 D-pad Left
107 0xB2 Anti-Torque Control
184 0x5E Power Wedge
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dpower.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2024-2025 Intel Corporation
9 #include "power.h"
20 if (vif->type != NL80211_IFTYPE_STATION) in iwl_mld_vif_ps_iterator()
23 *ps_enable &= !mld_vif->ps_disabled; in iwl_mld_vif_ps_iterator()
34 /* Disable power save if any STA interface has in iwl_mld_update_device_power()
35 * power save turned off in iwl_mld_update_device_power()
37 ieee80211_iterate_active_interfaces_mtx(mld->hw, in iwl_mld_update_device_power()
52 "Sending device power command with flags = 0x%X\n", in iwl_mld_update_device_power()
68 if (ieee80211_vif_type_p2p(link_conf->vif) != NL80211_IFTYPE_STATION) in iwl_mld_enable_beacon_filter()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Daxp803.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * AXP803 Integrated Power Management Chip
10 interrupt-controller;
11 #interrupt-cells = <1>;
13 ac_power_supply: ac-power {
14 compatible = "x-powers,axp803-ac-power-supply",
15 "x-powers,axp813-ac-power-supply";
20 compatible = "x-powers,axp803-adc", "x-powers,axp813-adc";
21 #io-channel-cells = <1>;
25 compatible = "x-powers,axp803-gpio", "x-powers,axp813-gpio";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-ipq4018-ap120c-ac-bit.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
3 #include <dt-bindings/leds/common.h>
4 #include "qcom-ipq4018-ap120c-ac.dtsi"
7 model = "ALFA Network AP120C-AC Bit";
10 compatible = "gpio-leds";
12 led-power {
13 label = "ap120c-ac:green:power";
17 default-state = "on";
20 led-wlan {
21 label = "ap120c-ac:green:wlan";
[all …]
/freebsd/sbin/devd/
H A Ddevd.conf.526 .\" Copyright (c) 1999-2000 by Internet Software Consortium
59 .Bl -tag -width ".Ic options"
94 .Bd -literal -offset indent
101 .Ss Sub-statements
102 The following sub-statements are supported within the
105 .Bl -tag -width ".Ic directory"
114 .It Ic pid-file Qq Pa /var/run/devd.pid ;
116 .It Ic set Ar regexp-name Qq Ar (some|regexp) ;
118 .Ar regexp-name .
130 The following sub-statements are supported within the
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dx-powers,axp152.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mfd/x-powers,axp152.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: X-Powers AXP PMIC
10 - Chen-Yu Tsai <wens@csie.org>
13 - if:
18 - x-powers,axp152
19 - x-powers,axp202
20 - x-powers,axp209
[all …]
/freebsd/sys/dev/sound/pci/
H A Denvy24.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 /* -------------------------------------------------------------------- */
40 #define PCIR_MT 0x1c /* Professional Multi-Track I/O Base Address */
48 #define PCIM_LAC_MPU401 0x0008 /* MPU-401 I/O enable */
60 #define PCIM_LCC_MPUBASE 0x0006 /* MPU-401 base 300h-330h */
68 #define PCIM_SCFG_MPU 0x20 /* 1(0)/2(1) MPU-401 UART(s) */
69 #define PCIM_SCFG_AC97 0x10 /* 0: AC'97 codec exist */
70 /* 1: AC'97 codec not exist */
71 #define PCIM_SCFG_ADC 0x0c /* 1-4 stereo ADC connected */
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-facebook-greatlakes.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
4 /dts-v1/;
5 #include "aspeed-g6.dtsi"
6 #include <dt-bindings/gpio/aspeed-gpio.h>
7 #include <dt-bindings/leds/leds-pca955x.h>
8 #include <dt-bindings/i2c/i2c.h>
12 compatible = "facebook,greatlakes-bmc", "aspeed,ast2600";
23 iio-hwmon {
24 compatible = "iio-hwmon";
25 io-channels = <&adc0 0>, <&adc0 1>, <&adc0 2>, <&adc0 3>,
[all …]
/freebsd/libexec/rc/rc.d/
H A Dpower_profile3 # Modify the power profile based on AC line state. This script is
6 # Arguments: 0x00 (AC offline, economy) or 0x01 (AC online, performance)
17 desc="Modify the power profile based on AC line state"
19 LOGGER="logger -t power_profile -p daemon.notice"
33 if [ -z "$(sysctl -n ${node} 2> /dev/null)" ]; then
53 if [ -n "${value}" ]; then
60 if [ $# -ne 1 ]; then
92 highest_value="`(sysctl -n dev.cpu.0.freq_levels | \
93 awk '{ split($0, a, "[/ ]"); print a[1] }' -) 2> /dev/null`"
94 lowest_value="`(sysctl -n dev.cpu.0.freq_levels | \
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwmm_ac.h2 * Wi-Fi Multimedia Admission Control (WMM-AC)
27 * struct wmm_ac_assoc_data - WMM Admission Control Association Data
29 * This struct will store any relevant WMM association data needed by WMM AC.
32 * associated to a valid WMM BSS and hence, WMM AC will not be used.
37 * acm - Admission Control Mandatory
39 * to be admitted by WMM-AC's admission mechanism before use.
44 * uapsd_queues - Unscheduled Automatic Power Save Delivery
46 * Indicates whether ACs are configured for U-APSD (or legacy
48 * Power Save Bit (PSB) in ADDTS request Action frames (if not
56 * wmm_ac_dir - WMM Admission Control Direction
[all …]
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Daxp209.dtsi2 * Copyright 2015 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
46 * AXP202/209 Integrated Power Management Chip
47 * http://www.x-powers.com/product/AXP20X.php
48 * http://dl.linux-sunxi.org/AXP/AXP209%20Datasheet%20v1.0_cn.pdf
52 pmic-temp {
53 compatible = "iio-hwmon";
54 io-channels = <&axp_adc 4>; /* Internal temperature */
59 compatible = "x-powers,axp209";
[all …]
H A Daxp81x.dtsi2 * Copyright 2017 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
45 /* AXP813/818 Integrated Power Management Chip */
48 interrupt-controller;
49 #interrupt-cells = <1>;
51 ac_power_supply: ac-power {
52 compatible = "x-powers,axp813-ac-power-supply";
57 compatible = "x-powers,axp813-adc";
58 #io-channel-cells = <1>;
[all …]
H A Daxp22x.dtsi2 * Copyright 2015 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
46 * AXP221/221s/223 Integrated Power Management Chip
47 * http://www.x-powers.com/product/AXP22X.php
48 * http://dl.linux-sunxi.org/AXP/AXP221%20Datasheet%20V1.2%2020130326%20.pdf
52 interrupt-controller;
53 #interrupt-cells = <1>;
55 ac_power_supply: ac-power {
56 compatible = "x-powers,axp221-ac-power-supply";
[all …]
/freebsd/share/man/man5/
H A Drc.conf.580 .Ao Ar dir Ac Ns Pa /rc.conf.d
82 .Ao Ar dir Ac
93 to store jail-specific configuration options.
105 .Ao Ar dir Ac Ns Pa /rc.conf.d/ Ns Ao Ar name Ac
120 .Bl -tag -width indent-two
193 .It Ao Ar name Ac Ns Va _chroot
197 .It Ao Ar name Ac Ns Va _cpuset
205 .It Ao Ar name Ac Ns Va _fib
210 .It Ao Ar name Ac Ns Va _group
214 .Ao Ar name Ac Ns Va _user
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs43130.txt5 - compatible : "cirrus,cs43130", "cirrus,cs4399", "cirrus,cs43131",
8 - reg : the I2C address of the device for I2C
10 - VA-supply, VP-supply, VL-supply, VCP-supply, VD-supply:
11 power supplies for the device, as covered in
17 - reset-gpios : Active low GPIO used to reset the device
19 - cirrus,xtal-ibias:
28 - cirrus,dc-measure:
31 - cirrus,ac-measure:
32 Boolean, define to enable headphone AC impedance measurement.
33 DC impedance must also be enabled for AC impedance measurement.
[all …]
/freebsd/sys/x86/include/
H A Dapm_bios.h1 /*-
2 * APM (Advanced Power Management) BIOS Device Driver
4 * Copyright (c) 1994-1995 by HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
105 /* 0x0700 - 0x7fff Reserved */
110 /* 0x8100 - 0xdfff Reserved */
111 /* 0xe000 - 0xefff OEM-defined power device IDs */
112 /* 0xf000 - 0xffff Reserved */
114 /* Power state */
121 /* 0x0006 - 0x001f Reserved system states */
122 /* 0x0020 - 0x003f OEM-defined system states */
[all …]
/freebsd/share/man/man4/
H A Dnet80211.41 .\"-
51 .Bl -tag -width ".Dv SIOCG80211"
62 .Bd -literal
73 -1 and set the global variable errno to
78 or in a user-specified buffer pointed to by
96 .Bl -tag -width indent
162 This value will be non-zero when AP bridging is enabled and otherwise zero.
200 When this value is non-zero and operating in station mode
238 If this value is non-zero then the system will try to send packets closely
261 This value will be non-zero when Countermeasures are enabled and
[all …]

12345678910>>...14