Home
last modified time | relevance | path

Searched +full:chg +full:- +full:gone (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dqcom_smbb.txt1 Qualcomm Switch-Mode Battery Charger and Boost
4 - compatible:
8 - "qcom,pm8941-charger"
10 - reg:
12 Value type: <prop-encoded-array>
15 - interrupts:
17 Value type: <prop-encoded-array>
21 - charge done
22 - charge fast mode
23 - charge trickle mode
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Dqcom,pm8941-charger.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Switch-Mode Battery Charger and Boost
10 - Sebastian Reichel <sre@kernel.org>
15 - qcom,pm8226-charger
16 - qcom,pm8941-charger
23 - description: charge done
24 - description: charge fast mode
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/
Dpm8226.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
2 #include <dt-bindings/iio/qcom,spmi-vadc.h>
3 #include <dt-bindings/input/linux-event-codes.h>
4 #include <dt-bindings/interrupt-controller/irq.h>
5 #include <dt-bindings/spmi/spmi.h>
8 thermal-zones {
9 pm8226-thermal {
10 polling-delay-passive = <100>;
11 polling-delay = <0>;
12 thermal-sensors = <&pm8226_temp>;
[all …]
Dpm8941.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/iio/qcom,spmi-vadc.h>
3 #include <dt-bindings/interrupt-controller/irq.h>
4 #include <dt-bindings/spmi/spmi.h>
8 thermal-zones {
9 pm8941-thermal {
10 polling-delay-passive = <100>;
11 polling-delay = <0>;
12 thermal-sensors = <&pm8941_temp>;
40 compatible = "qcom,pm8941", "qcom,spmi-pmic";
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dqcom-pm8941.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/iio/qcom,spmi-vadc.h>
3 #include <dt-bindings/interrupt-controller/irq.h>
4 #include <dt-bindings/spmi/spmi.h>
9 compatible = "qcom,pm8941", "qcom,spmi-pmic";
11 #address-cells = <1>;
12 #size-cells = <0>;
15 compatible = "qcom,pm8941-rtc";
18 reg-names = "rtc", "alarm";
23 compatible = "qcom,pm8941-pwrkey";
[all …]
/kernel/linux/linux-6.6/drivers/power/supply/
Dqcom_smbb.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * This driver is for the multi-block Switch-Mode Battery Charger and Boost
6 * integrated, single-cell lithium-ion battery charger.
8 * Sub-components:
9 * - Charger core
10 * - Buck
11 * - DC charge-path
12 * - USB charge-path
13 * - Battery interface
14 * - Boost (not implemented)
[all …]
/kernel/linux/linux-5.10/drivers/power/supply/
Dqcom_smbb.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * This driver is for the multi-block Switch-Mode Battery Charger and Boost
6 * integrated, single-cell lithium-ion battery charger.
8 * Sub-components:
9 * - Charger core
10 * - Buck
11 * - DC charge-path
12 * - USB charge-path
13 * - Battery interface
14 * - Boost (not implemented)
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib-cdev.c1 // SPDX-License-Identifier: GPL-2.0
30 #include "gpiolib-cdev.h"
33 * Array sizes must ensure 64-bit alignment and not create holes in the
40 * Check that uAPI structs are 64-bit aligned for 32/64-bit compatibility
63 * struct linehandle_state - contains the state of a userspace handle
90 return -EINVAL; in linehandle_validate_flags()
98 return -EINVAL; in linehandle_validate_flags()
107 return -EINVAL; in linehandle_validate_flags()
113 return -EINVAL; in linehandle_validate_flags()
121 return -EINVAL; in linehandle_validate_flags()
[all …]
/kernel/linux/linux-6.6/drivers/gpio/
Dgpiolib-cdev.c1 // SPDX-License-Identifier: GPL-2.0
33 #include "gpiolib-cdev.h"
36 * Array sizes must ensure 64-bit alignment and not create holes in the
43 * Check that uAPI structs are 64-bit aligned for 32/64-bit compatibility
71 down_read(&gdev->sem); in call_poll_locked()
73 up_read(&gdev->sem); in call_poll_locked()
84 down_read(&gdev->sem); in call_ioctl_locked()
86 up_read(&gdev->sem); in call_ioctl_locked()
97 down_read(&gdev->sem); in call_read_locked()
99 up_read(&gdev->sem); in call_read_locked()
[all …]
/kernel/linux/linux-6.6/drivers/usb/core/
Dhub.c1 // SPDX-License-Identifier: GPL-2.0
63 /* Protect struct usb_device->state and ->children members
64 * Note: Both are also protected by ->dev.sem, except that ->state can
72 /* synchronize hub-port add/remove and peering operations */
82 * 10 seconds to send reply for the initial 64-byte descriptor request.
84 /* define initial 64-byte descriptor request timeout in milliseconds */
88 "initial 64-byte descriptor request timeout in milliseconds "
89 "(default 5000 - 5.0 seconds)");
134 if (hub_is_superspeedplus(hub->hdev)) in portspeed()
136 if (hub_is_superspeed(hub->hdev)) in portspeed()
[all …]
/kernel/linux/linux-5.10/drivers/usb/core/
Dhub.c1 // SPDX-License-Identifier: GPL-2.0
56 /* Protect struct usb_device->state and ->children members
57 * Note: Both are also protected by ->dev.sem, except that ->state can
65 /* synchronize hub-port add/remove and peering operations */
75 * 10 seconds to send reply for the initial 64-byte descriptor request.
77 /* define initial 64-byte descriptor request timeout in milliseconds */
81 "initial 64-byte descriptor request timeout in milliseconds "
82 "(default 5000 - 5.0 seconds)");
127 if (hub_is_superspeedplus(hub->hdev)) in portspeed()
129 if (hub_is_superspeed(hub->hdev)) in portspeed()
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch1 diff --git a/drivers/Makefile b/drivers/Makefile
3 --- a/drivers/Makefile
5 @@ -6,6 +6,8 @@
6 # Rewritten to use lists instead of if-statements.
11 obj-y += irqchip/
12 obj-y += bus/
14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c
16 --- a/drivers/block/nbd.c
18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info)
22 - if (!dev_list) {
[all …]