/freebsd-src/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 | cirrus,cs42l43.yaml | 95 cirrus,detect-us: 123 Indicates tip detect polarity, inverted implies open-circuit whilst the 129 Indicates if the internal pullup on the tip detect should be disabled. 133 Time in milliseconds a falling edge on the tip detect should be hardware 140 Time in milliseconds a rising edge on the tip detect should be hardware 153 Indicates ring detect polarity, inverted implies open-circuit whilst the 159 Indicates if the internal pullup on the ring detect should be disabled. 163 Time in milliseconds a falling edge on the ring detect should be hardware 170 Time in milliseconds a rising edge on the ring detect should be hardware
|
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 | samsung,aries-wm8994.yaml | 74 headset-detect-gpios: 87 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 | everest,es8326.yaml | 58 everest,jack-detect-inverted: 71 Bit(5) 1 means PIN9 is the irq source after MIC detect. 72 Bit(6) 1 means PIN27 is the irq source after MIC detect. 88 Bit(6) 1 means the chip do not detect jack type after button released. 89 0 means the chip detect jack type again after button released.
|
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. 75 hp-detect-gpios = <&gpio 19 0>;
|
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-src/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>;
|
/freebsd-src/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 58 - adi,mute-till-lock-enable: Enables Mute-Till-Lock-Detect function.
|
H A D | adi,adf4350.yaml | 39 description: Lock detect GPIO. 69 adi,lock-detect-precision-6ns-enable: 71 description: Enables 6ns lock detect precision. Default = 10ns. 73 adi,lock-detect-function-integer-n-enable: 76 Enables lock detect for integer-N mode. Default = factional-N mode. 94 5: Analog lock detect 95 6: Digital lock detect 145 description: Enables Mute-Till-Lock-Detect function.
|
/freebsd-src/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-src/sys/contrib/device-tree/Bindings/usb/ |
H A D | qcom,pmic-typec.yaml | 51 - description: Type-C Legacy cable detect 65 - const: or-rid-detect-change 66 - const: vpd-detect 71 - const: legacy-cable-detect 72 - const: try-snk-src-detect 160 interrupt-names = "or-rid-detect-change", 161 "vpd-detect", 166 "legacy-cable-detect", 167 "try-snk-src-detect",
|
H A D | usb-nop-xceiv.yaml | 36 vbus-detect-gpio: 48 Specify if the USB phy can detect the remote wakeup signal 68 vbus-detect-gpio = <&gpio2 13 GPIO_ACTIVE_HIGH>;
|
/freebsd-src/usr.sbin/fstyp/tests/ |
H A D | fstyp_test.sh | 30 atf_set "descr" "fstyp(8) can detect BeFS and label filesystem" 40 atf_set "descr" "fstyp(8) should detect cd9660 filesystems" 72 atf_set "descr" "fstyp(8) can detect exFAT filesystems" 99 atf_set "descr" "fstyp(8) can detect ext2 filesystems" 109 atf_set "descr" "fstyp(8) can detect ext3 filesystems" 119 atf_set "descr" "fstyp(8) can detect ext4 filesystems" 138 atf_set "descr" "fstyp(8) can detect FAT12 filesystems" 149 atf_set "descr" "fstyp(8) can detect FAT16 filesystems" 160 atf_set "descr" "fstyp(8) can detect FAT32 filesystems" 185 atf_set "descr" "fstyp(8) can detect ntfs filesystems" [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerOptions.h | 28 /// Mode of ASan detect stack use after return 30 Never, ///< Never detect stack use after return. 31 Runtime, ///< Detect stack use after return if not disabled runtime with 33 Always, ///< Always detect stack use after return. 34 Invalid, ///< Not a valid detect mode.
|
/freebsd-src/sys/dev/sdhci/ |
H A D | sdhci_fdt_gpio.c | 28 * for card detect and write protect, and uses FDT data to describe those pins. 60 * Card detect interrupt handler. 71 * Card detect setup. 107 device_printf(dev, "Cannot read card-detect gpio pin; " in cd_setup() 118 * we can use it to detect card presence changes. If not, we'll request in cd_setup() 124 "GPIO_INTR_EDGE_BOTH for card detect\n"); in cd_setup() 135 "detect GPIO\n"); in cd_setup() 141 device_printf(dev, "Unable to setup card-detect irq handler\n"); in cd_setup() 160 device_printf(dev, "Card presence detect on %s pin %u, " in cd_setup()
|
/freebsd-src/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210phy.h | 33 #define AR_PHY_TIMING_ERR 0x01000000 /* Detect PHY timing error */ 34 #define AR_PHY_PARITY_ERR 0x02000000 /* Detect signal parity err */ 35 #define AR_PHY_ILLRATE_ERR 0x04000000 /* Detect PHY illegal rate */ 36 #define AR_PHY_ILLLEN_ERR 0x08000000 /* Detect PHY illegal length */ 37 #define AR_PHY_SERVICE_ERR 0x20000000 /* Detect PHY nonzero service */
|
/freebsd-src/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-src/share/man/man4/ |
H A D | mrsas.4 | 59 driver will detect LSI's next generation (6Gb/s and 12Gb/s) PCI Express 94 drivers can detect and manage the LSI MegaRAID SAS 2208/2308/3008/3108 series of 104 driver will detect these controllers. 259 driver to detect a MR-Fusion card instead of the 268 driver will get priority to detect MR-Fusion controllers by default. 275 driver to detect MR-Fusion cards, but allow for the ability to choose the 277 driver to detect MR-Fusion cards.
|
/freebsd-src/sys/dev/mmc/ |
H A D | mmc_fdt_helpers.c | 107 * Card detect interrupt handler. 137 * Card detect setup. 176 device_printf(dev, "Cannot read card-detect gpio pin; " in cd_setup() 184 * we can use it to detect card presence changes. If not, we'll request in cd_setup() 190 "GPIO_INTR_EDGE_BOTH for card detect\n"); in cd_setup() 208 "detect GPIO\n"); in cd_setup() 214 device_printf(dev, "Unable to setup card-detect irq handler\n"); in cd_setup() 231 device_printf(dev, "Card presence detect on %s pin %u, " in cd_setup()
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.h | 9 // This file contains VarBypassDetector class, which is used to detect 37 /// * Does not detect jumps out of the scope of local variables. 64 void Detect(); 65 void Detect(unsigned From, unsigned To);
|
H A D | VarBypassDetector.cpp | 28 Detect(); in Init() 136 void VarBypassDetector::Detect() { in Detect() function in VarBypassDetector 142 Detect(from, ToScopes[LS]); in Detect() 146 Detect(from, ToScopes[SC]); in Detect() 155 void VarBypassDetector::Detect(unsigned From, unsigned To) { in Detect() function in VarBypassDetector
|
/freebsd-src/sys/contrib/device-tree/Bindings/mfd/ |
H A D | maxim,max8925.yaml | 58 batt-detect: 84 no-insert-detect: 138 batt-detect = <0>; 142 no-insert-detect = <0>;
|
/freebsd-src/sys/dev/mii/ |
H A D | ciphyreg.h | 207 #define CIPHY_BYPASS_BCM5400_F 0x0080 /* force BCM5400 detect */ 208 #define CIPHY_BYPASS_BCM5400 0x0040 /* bypass BCM5400 detect */ 211 #define CIPHY_BYPASS_PARALLEL 0x0008 /* parallel detect enable */ 227 #define CIPHY_10BTCSR_JABBER 0x4000 /* Disable jabber detect */ 294 #define CIPHY_IMR_JABBER 0x0010 /* jabber detect event */ 295 #define CIPHY_IMR_SSDERR 0x0008 /* false carrier detect event */ 296 #define CIPHY_IMR_ESDERR 0x0004 /* parallel detect error event */ 313 #define CIPHY_ISR_JABBER 0x0010 /* jabber detect event */ 314 #define CIPHY_ISR_SSDERR 0x0008 /* false carrier detect event */ 315 #define CIPHY_ISR_ESDERR 0x0004 /* parallel detect error event */
|