Home
last modified time | relevance | path

Searched refs:det (Results 1 – 25 of 60) sorted by relevance

123

/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_ecdis.h47 echo_can_disable_detector_init(struct ec_disable_detector_state *det) in echo_can_disable_detector_init() argument
52 biquad2_init(&det->notch, in echo_can_disable_detector_init()
59 det->channel_level = 0; in echo_can_disable_detector_init()
60 det->notch_level = 0; in echo_can_disable_detector_init()
61 det->tone_present = FALSE; in echo_can_disable_detector_init()
62 det->tone_cycle_duration = 0; in echo_can_disable_detector_init()
63 det->good_cycles = 0; in echo_can_disable_detector_init()
64 det->hit = 0; in echo_can_disable_detector_init()
69 echo_can_disable_detector_update(struct ec_disable_detector_state *det, in echo_can_disable_detector_update() argument
74 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update()
[all …]
/Linux-v4.19/sound/soc/codecs/
D88pm860x-codec.c146 struct pm860x_det det; member
1227 mask = pm860x->det.hs_shrt | pm860x->det.hook_det | pm860x->det.lo_shrt in pm860x_component_handler()
1228 | pm860x->det.hp_det; in pm860x_component_handler()
1236 if ((pm860x->det.hp_det & SND_JACK_HEADPHONE) in pm860x_component_handler()
1240 if ((pm860x->det.mic_det & SND_JACK_MICROPHONE) in pm860x_component_handler()
1244 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_component_handler()
1245 report |= pm860x->det.hs_shrt; in pm860x_component_handler()
1247 if (pm860x->det.hook_det && (status & HOOK_STATUS)) in pm860x_component_handler()
1248 report |= pm860x->det.hook_det; in pm860x_component_handler()
1250 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_component_handler()
[all …]
/Linux-v4.19/arch/nds32/lib/
Dmemmove.S17 move $r5, $r0 ! Set return value = det
18 beq $r0, $r1, exit_memcpy ! Exit when det = src
36 smw.bim $p0, [$r0], $p0 ! Copy the word to det
51 smw.adm $p0, [$r0], $p0 ! Copy the word to det
61 sb.bi $p0, [$r0], $t0 ! copy the byte to det
Dmemset.S22 smw.bim $r1, [$r0], $r1 ! Copy the word to det
/Linux-v4.19/arch/arm/boot/dts/
Drk3288-veyron-analog-audio.dtsi17 rockchip,hp-det-gpios = <&gpio6 RK_PA5 GPIO_ACTIVE_HIGH>;
18 rockchip,mic-det-gpios = <&gpio6 RK_PB3 GPIO_ACTIVE_LOW>;
75 hp_det: hp-det {
88 mic_det: mic-det {
Domap3-gta04a5.dts15 ti,jack-det-gpio = <&twl_gpio 2 GPIO_ACTIVE_HIGH>; /* GTA04A5 only */
Drk3288-rock2-square.dts94 rockchip,hp-det-gpios = <&gpio7 7 GPIO_ACTIVE_HIGH>;
225 hp_det: hp-det {
Dtegra20-plutux.dts55 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>;
Dsocfpga_cyclone5_mcvevk.dts79 ts,touch-det-delay = <3>;
Dtegra20-tec.dts63 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dalc5623.txt14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
24 jack-det-ctrl = <0x4810>;
Dcs42l42.txt54 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after
62 - cirrus,btn-det-event-dbnce : This sets how long the driver delays after
103 cirrus,btn-det-init-dbnce = <100>;
104 cirrus,btn-det-event-dbnce = <10>;
Dda7219.txt51 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms)
55 - dlg,jack-det-rate: Jack type detection latency (3/4 pole)
99 dlg,mic-det-thr = <500>;
101 dlg,jack-det-rate = "32ms_64ms";
Drockchip,rk3288-hdmi-analog.txt18 - rockchip,hp-det-gpios = The phandle of the GPIO that detects the headphone
32 rockchip,hp-det-gpios = <&gpio7 7 GPIO_ACTIVE_HIGH>;
Daudio-graph-card.txt21 - hp-det-gpio
22 - mic-det-gpio
Dnvidia,tegra-audio-max98090.txt28 - nvidia,hp-det-gpios : The GPIO that detect headphones are plugged in
29 - nvidia,mic-det-gpios : The GPIO that detect microphones are plugged in
Dnvidia,tegra-audio-rt5640.txt28 - nvidia,hp-det-gpios : The GPIO that detects headphones are plugged in
48 nvidia,hp-det-gpios = <&gpio 143 0>; /* GPIO PR7 */
Dnvidia,tegra-audio-wm8903.txt28 - nvidia,hp-det-gpios : The GPIO that detect headphones are plugged in
53 nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
Dnvidia,tegra-audio-rt5677.txt30 - nvidia,hp-det-gpios : The GPIO that detects headphones are plugged in
58 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(R, 7) GPIO_ACTIVE_HIGH>;
Domap-twl4030.txt11 - ti, jack-det-gpio: Jack detect GPIO
/Linux-v4.19/sound/soc/generic/
Dsimple-card-utils.c433 int det; in asoc_simple_card_init_jack() local
452 det = of_get_named_gpio_flags(dev->of_node, prop, 0, &flags); in asoc_simple_card_init_jack()
453 if (det == -EPROBE_DEFER) in asoc_simple_card_init_jack()
456 if (gpio_is_valid(det)) { in asoc_simple_card_init_jack()
462 sjack->gpio.gpio = det; in asoc_simple_card_init_jack()
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt17 - st,touch-det-delay: Touch detect interrupt delay (0 -> 10 us, 1 -> 50 us, 2 ->
39 st,touch-det-delay = <2>;
/Linux-v4.19/drivers/gpu/drm/i2c/
Dch7006_drv.c183 int det; in ch7006_encoder_detect() local
199 det = ch7006_read(client, CH7006_DETECT); in ch7006_encoder_detect()
205 if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect()
209 else if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect()
212 else if ((det & CH7006_DETECT_CVBS_TEST) == 0) in ch7006_encoder_detect()
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Ddirectory.rst142 - det\_reserved\_zero1
146 - det\_rec\_len
150 - det\_reserved\_zero2
154 - det\_reserved\_ft
158 - det\_checksum
/Linux-v4.19/arch/arm64/boot/dts/socionext/
Duniphier-ld20-global.dts63 hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;

123