/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | rt5640.txt | 35 - realtek,jack-detect-source 37 0: jack-detect is not used 38 1: Use GPIO1 for jack-detect 39 2: Use JD1_IN4P for jack-detect 40 3: Use JD2_IN4N for jack-detect 41 4: Use GPIO2 for jack-detect 42 5: Use GPIO3 for jack-detect 43 6: Use GPIO4 for jack-detect 45 - realtek,jack-detect-not-inverted 46 bool. Normal jack-detect switches give an inverted signal, set this bool [all …]
|
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
|
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
|
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>;
|
D | samsung,aries-wm8994.yaml | 67 headset-detect-gpios: 78 const: headset-detect 90 - headset-detect-gpios 112 io-channel-names = "headset-detect"; 113 headset-detect-gpios = <&gph0 6 GPIO_ACTIVE_HIGH>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
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>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/frequency/ |
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.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
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;
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | radiotrack.rst | 61 the ioports appears to be the "Stereo Detect" bit. 70 | (+) | (-) | | Detect | Audio | (bit) | (latch) | Update | 85 Stereo Detect Enable Description 87 0 No Detect 88 1 Detect 129 Default: BASE <-- 0xc8 (current volume, no stereo detect, 132 Card Off: BASE <-- 0x00 (audio mute, no stereo detect, 138 Volume Down: BASE <-- 0x48 (volume down, no stereo detect, 143 Volume Up: BASE <-- 0x88 (volume up, no stereo detect, 148 Check Stereo: BASE <-- 0xd8 (current volume, stereo detect, [all …]
|
/kernel/linux/linux-5.10/include/sound/ |
D | ak4113.h | 198 /* DTS-CD 16-bit Sync Word Detect */ 200 /* DTS-CD 14-bit Sync Word Detect */ 210 /* Non-PCM or DTS stream auto detection, 0 = no detect, 1 = detect */ 218 /* sampling frequency or Pre-emphasis change, 0 = no detect, 1 = detect */ 231 /* Pre-emphasis detect, 0 = OFF, 1 = ON */ 233 /* DAT Start ID Detect, 0 = no detect, 1 = detect */ 235 /* DTS-CD bit audio stream detect, 0 = no detect, 1 = detect */ 237 /* Non-PCM bit stream detection, 0 = no detect, 1 = detect */
|
D | ak4117.h | 107 #define AK4117_AUTO (1<<5) /* Non-PCM or DTS stream auto detection, 0 = no detect, 1 = detect */ 110 #define AK4117_STC (1<<2) /* sampling frequency or Pre-emphasis change, 0 = no detect, 1 = detect … 115 #define AK4117_DTSCD (1<<6) /* DTS-CD bit audio stream detect, 0 = no detect, 1 = detect */ 116 #define AK4117_NPCM (1<<5) /* Non-PCM bit stream detection, 0 = no detect, 1 = detect */ 117 #define AK4117_PEM (1<<4) /* Pre-emphasis detect, 0 = OFF, 1 = ON */
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
D | pxa2xx_colibri.c | 34 DETECT = 0, enumerator 44 { 0, GPIOF_IN, "PCMCIA Detect" }, 62 skt->stat[SOC_STAT_CD].irq = gpio_to_irq(colibri_pcmcia_gpios[DETECT].gpio); in colibri_pcmcia_hw_init() 79 state->detect = !!gpio_get_value(colibri_pcmcia_gpios[DETECT].gpio); in colibri_pcmcia_socket_state() 130 colibri_pcmcia_gpios[DETECT].gpio = COLIBRI270_DETECT_GPIO; in colibri_pcmcia_init() 138 colibri_pcmcia_gpios[DETECT].gpio = COLIBRI320_DETECT_GPIO; in colibri_pcmcia_init()
|
D | yenta_socket.h | 9 #define CB_CD1EVENT 0x00000002 /* Card detect 1 change event */ 10 #define CB_CD2EVENT 0x00000004 /* Card detect 2 change event */ 15 #define CB_CDMASK 0x00000006 /* Card detect 1&2 mask */ 20 #define CB_CDETECT1 0x00000002 /* Card detect status 1 */ 21 #define CB_CDETECT2 0x00000004 /* Card detect status 2 */
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | pci-iommu_table.c | 21 if (p->detect == q->depend) in find_dependents_of() 61 p->detect, q->detect); in check_iommu_entries() 71 p->detect, q->detect); in check_iommu_entries()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
D | si476x-reports.h | 17 * @multhint: Multipath Detect High. 22 * @multlint: Multipath Detect Low. 27 * @snrhint: SNR Detect High. 32 * @snrlint: SNR Detect Low. 37 * @rssihint: RSSI Detect High. 42 * @rssilint: RSSI Detect Low.
|
/kernel/linux/linux-5.10/include/linux/mfd/arizona/ |
D | pdata.h | 114 /** Use the headphone detect circuit to identify the accessory */ 135 /** Mic detect ramp rate */ 138 /** Mic detect sample rate */ 141 /** Mic detect debounce level */ 144 /** Mic detect timeout (ms) */ 147 /** Force MICBIAS on for mic detect */ 150 /** Mic detect level parameters */
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
D | Kconfig | 23 of registers that can be used to detect the vendor and product which 46 to detect USB ID pin, and another input GPIO may be also used to detect 48 device if an input GPIO is only used to detect Vbus pin.
|
/kernel/linux/linux-5.10/Documentation/input/devices/ |
D | cma3000_d0x.rst | 17 CMA3000 Tri-axis accelerometer supports Motion detect, Measurement and 20 Motion Detect Mode: 65 Motion detect g range threshold value 68 Motion detect and free fall time threshold value 115 4: Motion Detect mode (default)
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-detect.rst | 6 Detect Control Reference 9 The Detect class includes controls for common features of various motion 15 Detect Control IDs 19 The Detect class descriptor. Calling
|
/kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
D | ddk750_sii164.h | 13 SII164_HOTPLUG_USE_MDI, /* Use Monitor Detect Interrupt bit. */ 14 SII164_HOTPLUG_USE_RSEN, /* Use Receiver Sense detect bit. */ 15 SII164_HOTPLUG_USE_HTPLG /* Use Hot Plug detect bit. */ 104 /* Monitor Detect Interrupt (MDI) */ 110 /* Hot Plug detect Input (HTPLG) */
|
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
D | digi00x-proc.c | 42 bool detect; in proc_read_clock() local 58 if (snd_dg00x_stream_check_external_clock(dg00x, &detect) < 0) in proc_read_clock() 60 snd_iprintf(buf, "External source: %s\n", detect ? "detected" : "not"); in proc_read_clock() 61 if (!detect) in proc_read_clock()
|
/kernel/linux/linux-5.10/Documentation/i2c/ |
D | gpio-fault-injection.rst | 26 because the bus master under test will not be able to clock. It should detect 36 master under test should detect this condition and trigger a bus recovery (see 48 there are I2C client devices which detect a stuck SDA on their side and release 50 device deglitching and monitoring the I2C bus. It could also detect a stuck SDA 63 above, the bus master under test should detect this condition and try a bus 102 address sent out should have a lot of '1' bits to be able to detect corruption.
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
D | irq-renesas-irqc.c | 27 #define DETECT_STATUS 0x100 /* IRQn Detect Status Register */ 29 #define HLVL_STS 0x108 /* IRQn High Level Detect Status Register */ 30 #define LLVL_STS 0x10c /* IRQn Low Level Detect Status Register */ 31 #define S_R_EDGE_STS 0x110 /* IRQn Sync Rising Edge Detect Status Reg. */ 32 #define S_F_EDGE_STS 0x114 /* IRQn Sync Falling Edge Detect Status Reg. */ 33 #define A_R_EDGE_STS 0x118 /* IRQn Async Rising Edge Detect Status Reg. */ 34 #define A_F_EDGE_STS 0x11c /* IRQn Async Falling Edge Detect Status Reg. */
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
D | pcm990_baseboard.h | 56 #define PCM990_CTRL_MMC2DE 0x0004 /* R MMC2 Card detect */ 60 #define PCM990_CTRL_INTC0 0x0001 /* Clear Reg BT Detect */ 62 #define PCM990_CTRL_INTC2 0x0004 /* Clear Reg MMC1 Detect */ 66 #define PCM990_CTRL_ENAINT0 0x0001 /* Enable Int BT Detect */ 68 #define PCM990_CTRL_ENAINT2 0x0004 /* Enable Int MMC1 Detect */ 74 #define PCM990_CTRL_FFRI 0x0004 /* FF Uart RI detect */ 75 #define PCM990_CTRL_BTRX 0x0008 /* BT Uart Rx detect */
|
/kernel/linux/linux-5.10/include/linux/ |
D | atmel-mci.h | 13 * @detect_pin: GPIO pin wired to the card detect switch 15 * @detect_is_active_high: The state of the detect pin when it is active 16 * @non_removable: The slot is not removable, only detect once
|