Home
last modified time | relevance | path

Searched full:fet (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcs35l36.txt19 Configures the peak current by monitoring the current through the boost FET.
56 - cirrus,weak-fet-disable : Boolean : The strength of the output drivers is
57 reduced when operating in a Weak-FET Drive Mode and must not be used to drive
60 - cirrus,classh-wk-fet-delay : Weak-FET entry delay. Controls the delay
61 (in ms) before the Class H algorithm switches to the weak-FET voltage
73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
75 weak-FET operation. The range is 50mV to 700mV in 50mV increments.
151 cirrus,weak-fet-delay = <0x04>;
152 cirrus,weak-fet-thld = <0x01>;
Dcs35l35.txt51 - cirrus,bst-pdn-fet-on : Boolean to determine if the Boost PDN control
52 powers down with a rectification FET On or Off. If VSPK is supplied
53 externally then FET is off.
61 Configures the peak current by monitoring the current through the boost FET.
95 Section 7.32 Class H Weak FET Drive Control
96 - cirrus,classh-wk-fet-disable
97 - cirrus,classh-wk-fet-delay
98 - cirrus,classh-wk-fet-thld
163 cirrus,classh-wk-fet-disable = <0x01>;
164 cirrus,classh-wk-fet-delay = <0x04>;
[all …]
Dcirrus,cs35l41.yaml45 Configures the peak current by monitoring the current through the boost FET.
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dtoradex,vf50-touchscreen.yaml27 description: FET gate driver for input of X+
30 description: FET gate driver for input of X-
33 description: FET gate driver for input of Y+
36 description: FET gate driver for input of Y-
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dadi,ltc4282.yaml43 adi,fet-bad-timeout-ms:
45 From the moment a FET bad conditions is present, this property selects the
46 wait time/timeout for a FET-bad fault to be signaled. Setting this to 0,
47 disables FET bad faults to be reported.
/linux-6.12.1/Documentation/hwmon/
Dltc4282.rst52 Also clears fet bad and short fault logs.
56 in0_fault Failure in the MOSFETs. Either bad or shorted FET.
128 in0_fet_short_fault_log Set to 1 when the ADC detects a FET-short fault.
129 in0_fet_bad_fault_log Set to 1 when a FET-BAD fault occurs.
Dibm-cffps.rst55 temp3_alarm ORing FET temperature over-temperature alarm.
56 temp3_input Measured ORing FET temperature in millidegrees C.
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dtps65090.txt11 dcdc[1-3], fet[1-7] and ldo[1-2] respectively.
13 - infet[1-7]-supply: The input supply for FET[1-7] respectively.
24 - ti,overcurrent-wait: This is applicable to FET registers, which have a
Drohm,bd9576-regulator.yaml31 rohm,ocw-fet-ron-micro-ohms:
33 External FET's ON-resistance. Required if VoutS1 OCP/OCW is
/linux-6.12.1/drivers/regulator/
Dtps65090-regulator.c81 * tps65090_try_enable_fet - Try to enable a FET
85 * Return: 0 if ok, -ENOTRECOVERABLE if the FET power good bit did not get
120 * tps65090_fet_enable - Enable a FET, trying a few times if it fails
124 * FET going on. Specifically:
127 * - We'll retry turning the FET on multiple times (turning off in between).
149 /* Try turning the FET off (and then on again) */ in tps65090_fet_enable()
/linux-6.12.1/drivers/rtc/
Drtc-bq32k.c35 #define BQ32K_TCFE BIT(6) /* Trickle charge FET bypass */
226 dev_info(dev, "Enabled trickle charge FET bypass.\n"); in bq32k_sysfs_store_tricklecharge_bypass()
233 dev_info(dev, "Disabled trickle charge FET bypass.\n"); in bq32k_sysfs_store_tricklecharge_bypass()
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Drealtek,rtd1315e-pinctrl.yaml107 +-----o|| P-MOS-FET
111 +------|| N-MOS-FET
Drealtek,rtd1619b-pinctrl.yaml105 +-----o|| P-MOS-FET
109 +------|| N-MOS-FET
Drealtek,rtd1319d-pinctrl.yaml106 +-----o|| P-MOS-FET
110 +------|| N-MOS-FET
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-i2c-devices-bq32k7 enable/disable the Trickle charge FET bypass.
Dsysfs-class-power-rt94678 If enabled and the input is removed, the internal battery FET
Dsysfs-class-power-rt94717 If enabled and the input is removed, the internal battery FET is turned
/linux-6.12.1/include/sound/
Dcs35l35.h83 /* Boost Power Down with FET */
/linux-6.12.1/Documentation/devicetree/bindings/iio/addac/
Dadi,ad74115.yaml281 2 - Drive external digital output FET
295 2 - Drive internal digital output FET
/linux-6.12.1/drivers/hwmon/
Dltc4260.c111 * FET SHORT faults are associated with the output voltage.
Dltc4222.c126 * UV/OV faults are associated with the input voltage, and power bad and fet
/linux-6.12.1/drivers/video/backlight/
Dcorgi_lcd.c43 #define POWER1_VW_ON 0x01 /* VW Supply FET ON */
47 #define POWER1_VW_OFF 0x00 /* VW Supply FET OFF */
/linux-6.12.1/sound/soc/codecs/
Dcs35l35.c505 dev_err(component->dev, "Failed to set fet config %d\n", in cs35l35_hw_params()
1253 "cirrus,boost-pdn-fet-on"); in cs35l35_handle_of_data()
1352 "cirrus,classh-wk-fet-disable", in cs35l35_handle_of_data()
1357 ret = of_property_read_u32(classh, "cirrus,classh-wk-fet-delay", in cs35l35_handle_of_data()
1364 ret = of_property_read_u32(classh, "cirrus,classh-wk-fet-thld", in cs35l35_handle_of_data()
/linux-6.12.1/drivers/extcon/
Dextcon-rt8973a.c162 { RT8973A_INT2_OTP_FET, "muic-otp-fet" },
163 { RT8973A_INT2_OVP_FET, "muic-ovp-fet" },
/linux-6.12.1/arch/arm/boot/dts/nvidia/
Dtegra20-colibri.dtsi551 * +3.3V_ENABLE_N switching via FET:
577 /* Switched via FET from regular +3.3V */

12