| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | max8925_battery.txt | 5 - batt-detect: whether support battery detect 8 - no-temp-support: whether support temperature protection detect 9 - no-insert-detect: whether support insert detect 13 batt-detect = <0>; 17 no-insert-detect = <0>;
|
| H A D | sbs,sbs-manager.yaml | 77 sbs,battery-detect-gpios = <&batman 1 1>; 89 sbs,battery-detect-gpios = <&batman 2 1>; 101 sbs,battery-detect-gpios = <&batman 3 1>;
|
| H A D | sbs,sbs-manager.txt | 39 sbs,battery-detect-gpios = <&batman 1 1>; 51 sbs,battery-detect-gpios = <&batman 2 1>; 63 sbs,battery-detect-gpios = <&batman 3 1>;
|
| H A D | sc27xx-fg.yaml | 27 battery-detect-gpios: 55 - battery-detect-gpios 90 battery-detect-gpios = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
|
| H A D | sbs,sbs-battery.yaml | 47 sbs,battery-detect-gpios: 50 needs to be polled to detect the battery. 81 sbs,battery-detect-gpios = <&gpio 122 GPIO_ACTIVE_HIGH>;
|
| H A D | lt3651-charger.txt | 17 The driver will attempt to aquire interrupts for all GPIOs to detect changes in 20 attributes to detect changes.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | rt5640.txt | 38 - realtek,jack-detect-source 40 0: jack-detect is not used 41 1: Use GPIO1 for jack-detect 42 2: Use JD1_IN4P for jack-detect 43 3: Use JD2_IN4N for jack-detect 44 4: Use GPIO2 for jack-detect 45 5: Use GPIO3 for jack-detect 46 6: Use GPIO4 for jack-detect 48 - realtek,jack-detect-not-inverted 49 bool. Normal jack-detect switches give an inverted signal, set this bool [all …]
|
| H A D | rt5651.txt | 19 - realtek,jack-detect-source 21 1: Use JD1_1 pin for jack-detect 22 2: Use JD1_2 pin for jack-detect 23 3: Use JD2 pin for jack-detect 25 - realtek,jack-detect-not-inverted 26 bool. Normal jack-detect switches give an inverted (active-low) signal, 27 set this bool in the rare case you've a jack-detect switch which is not
|
| H A D | st,sta32x.txt | 46 - st,fault-detect-recovery: 47 If present, fault detect recovery is enabled. 52 - st,fault-detect-recovery: 78 - st,invalid-input-detect-mute: 79 If present, automatic invalid input detect mute is enabled. 99 st,invalid-input-detect-mute; // mute if no valid digital
|
| H A D | rt5645.txt | 19 - hp-detect-gpios: 20 a GPIO spec for the external headphone detect pin. If jd-mode = 0, 21 we will get the JD status by getting the value of hp-detect-gpios. 70 hp-detect-gpios = <&gpio 19 0>;
|
| H A D | everest,es8326.yaml | 56 everest,jack-detect-inverted: 69 Bit(5) 1 means PIN9 is the irq source after MIC detect. 70 Bit(6) 1 means PIN27 is the irq source after MIC detect. 86 Bit(6) 1 means the chip do not detect jack type after button released. 87 0 means the chip detect jack type again after button released.
|
| H A D | samsung,aries-wm8994.yaml | 73 headset-detect-gpios: 86 const: headset-detect 98 - headset-detect-gpios 120 io-channel-names = "headset-detect"; 121 headset-detect-gpios = <&gph0 6 GPIO_ACTIVE_HIGH>;
|
| H A D | nvidia,tegra-audio-common.yaml | 61 description: The GPIO that detect headphones are plugged in 65 description: The GPIO that detect microphone is plugged in 85 description: The Mic detect GPIO is viable only if HP detect GPIO is active
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | smsc-lan87xx.txt | 12 - smsc,disable-energy-detect: 13 If set, do not enable energy detect mode for the SMSC phy. 14 default: enable energy detect mode 17 smsc phy with disabled energy detect mode on an am335x based board. 25 smsc,disable-energy-detect;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adf4350.txt | 13 - gpios: GPIO Lock detect - If set with a valid phandle and GPIO number, 24 - adi,lock-detect-precision-6ns-enable: Enables 6ns lock detect precision. 26 - adi,lock-detect-function-integer-n-enable: Enables lock detect 37 5: Analog lock detect 38 6: Digital lock detect
|
| H A D | adi,adf4350.yaml | 33 description: Lock detect GPIO. 63 adi,lock-detect-precision-6ns-enable: 65 description: Enables 6ns lock detect precision. Default = 10ns. 67 adi,lock-detect-function-integer-n-enable: 70 Enables lock detect for integer-N mode. Default = factional-N mode. 88 5: Analog lock detect 89 6: Digital lock detect
|
| /freebsd-14.2/usr.bin/tip/libacu/ |
| H A D | biz22.c | 53 static int detect(char *); 84 if (!detect("7\r")) { in biz_dialer() 95 connected = detect("1\r"); in biz_dialer() 166 detect(char *s) in detect() function
|
| H A D | biz31.c | 52 static int detect(char *); 94 connected = detect(" "); in biz_dialer() 171 detect(char *s) in detect() function
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb-nop-xceiv.yaml | 36 vbus-detect-gpio: 47 Specify if the USB phy can detect the remote wakeup signal 67 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.inc | 22 "Size (in Mb) of quarantine used to detect use-after-free " 26 "Size (in Kb) of thread local quarantine used to detect " 41 "Controls the way to handle globals (0 - don't detect buffer overflow on " 42 "globals, 1 - detect buffer overflow, 2 - print data about registered " 143 "If >= 2, detect operations like <, <=, >, >= and - on invalid pointer " 145 "If == 1, detect invalid operations only when both pointers are non-null.") 151 "If >=2, detect violation of One-Definition-Rule (ODR); " 152 "If ==1, detect ODR-violation only if the two variables "
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | stih410-pinctrl.dtsi | 15 usb-oc-detect = <&pio35 0 ALT1 IN>; 24 usb-oc-detect = <&pio35 2 ALT1 IN>;
|
| H A D | ste-nomadik-s8815.dts | 25 /* This hog will bias the MMC/SD card detect line */ 30 line-name = "card detect bias"; 141 /* Configure card detect for the uSD slot */
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-idmap_mnt_api.m4 | 28 dnl # to mnt_idmap so we can't detect it directly, but we detect a related
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | usdhi6rol0.txt | 7 - interrupts: 3 interrupts, named "card detect", "data" and "SDIO" must be 32 interrupt-names = "card detect", "data", "SDIO";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | analogix,dp.yaml | 30 Indicate driver need force hpd when hpd detect failed, this 35 Hotplug detect GPIO.
|