/linux/drivers/isdn/mISDN/ |
A D | dsp_ecdis.h | 38 biquad2_init(&det->notch, in echo_can_disable_detector_init() 45 det->channel_level = 0; in echo_can_disable_detector_init() 46 det->notch_level = 0; in echo_can_disable_detector_init() 49 det->good_cycles = 0; in echo_can_disable_detector_init() 50 det->hit = 0; in echo_can_disable_detector_init() 67 det->channel_level += ((abs(amp) - det->channel_level) >> 5); in echo_can_disable_detector_update() 68 det->notch_level += ((abs(notched) - det->notch_level) >> 4); in echo_can_disable_detector_update() 72 if (det->notch_level * 6 < det->channel_level) { in echo_can_disable_detector_update() 80 det->hit = TRUE; in echo_can_disable_detector_update() 91 det->good_cycles = 0; in echo_can_disable_detector_update() [all …]
|
/linux/sound/soc/codecs/ |
A D | 88pm860x-codec.c | 143 struct pm860x_det det; member 1211 mask = pm860x->det.hs_shrt | pm860x->det.hook_det | pm860x->det.lo_shrt in pm860x_component_handler() 1212 | pm860x->det.hp_det; in pm860x_component_handler() 1256 pm860x->det.hp_jack = jack; in pm860x_hs_jack_detect() 1257 pm860x->det.hp_det = det; in pm860x_hs_jack_detect() 1258 pm860x->det.hook_det = hook; in pm860x_hs_jack_detect() 1259 pm860x->det.hs_shrt = hs_shrt; in pm860x_hs_jack_detect() 1260 pm860x->det.lo_shrt = lo_shrt; in pm860x_hs_jack_detect() 1262 if (det & SND_JACK_HEADPHONE) in pm860x_hs_jack_detect() 1287 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect() [all …]
|
/linux/arch/nds32/lib/ |
A D | memmove.S | 17 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
|
/linux/arch/arm/boot/dts/ |
A D | rk3288-veyron-analog-audio.dtsi | 17 rockchip,hp-det-gpios = <&gpio6 RK_PA5 GPIO_ACTIVE_HIGH>; 18 rockchip,mic-det-gpios = <&gpio6 RK_PB3 GPIO_ACTIVE_LOW>; 76 hp_det: hp-det { 89 mic_det: mic-det {
|
A D | mmp2-olpc-xo-1-75.dts | 116 hp-det-gpio = <&gpio 97 GPIO_ACTIVE_HIGH>; 117 mic-det-gpio = <&gpio 96 GPIO_ACTIVE_HIGH>;
|
A D | rk3288-rock2-square.dts | 94 rockchip,hp-det-gpios = <&gpio7 7 GPIO_ACTIVE_HIGH>; 224 hp_det: hp-det {
|
A D | socfpga_cyclone5_mcvevk.dts | 67 ts,touch-det-delay = <3>;
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | da7219.txt | 51 - 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";
|
A D | alc5623.txt | 14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect 24 jack-det-ctrl = <0x4810>;
|
A D | cs42l42.txt | 55 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after 63 - cirrus,btn-det-event-dbnce : This sets how long the driver delays after 111 cirrus,btn-det-init-dbnce = <100>; 112 cirrus,btn-det-event-dbnce = <10>;
|
A D | audio-graph.yaml | 37 hp-det-gpio: 39 mic-det-gpio:
|
A D | rockchip,rk3288-hdmi-analog.txt | 18 - rockchip,hp-det-gpios = The phandle of the GPIO that detects the headphone 32 rockchip,hp-det-gpios = <&gpio7 7 GPIO_ACTIVE_HIGH>;
|
A D | nvidia,tegra-audio-max98090.txt | 28 - 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
|
A D | nvidia,tegra-audio-rt5640.txt | 28 - nvidia,hp-det-gpios : The GPIO that detects headphones are plugged in 48 nvidia,hp-det-gpios = <&gpio 143 0>; /* GPIO PR7 */
|
A D | nvidia,tegra-audio-wm8903.txt | 29 - nvidia,hp-det-gpios : The GPIO that detect headphones are plugged in 55 nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
|
A D | nvidia,tegra-audio-rt5677.txt | 30 - 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>;
|
A D | simple-card.yaml | 193 "^simple-audio-card,hp-det-gpio$": 195 "^simple-audio-card,mic-det-gpio$": 230 hp-det-gpio: 232 mic-det-gpio:
|
A D | fsl-asoc-card.txt | 78 - hp-det-gpio : The GPIO that detect headphones are plugged in 79 - mic-det-gpio : The GPIO that detect microphones are plugged in
|
/linux/arch/arm64/boot/dts/mediatek/ |
A D | mt8183-kukui-audio-da7219.dtsi | 29 dlg,mic-det-thr = <500>; 31 dlg,jack-det-rate = "32ms_64ms";
|
/linux/drivers/gpu/drm/i2c/ |
A D | ch7006_drv.c | 183 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/drivers/media/platform/ |
A D | aspeed-video.c | 799 struct v4l2_bt_timings *det = &video->detected_timings; in aspeed_video_get_resolution() local 801 det->width = MIN_WIDTH; in aspeed_video_get_resolution() 802 det->height = MIN_HEIGHT; in aspeed_video_get_resolution() 852 det->vfrontporch = video->frame_top; in aspeed_video_get_resolution() 853 det->vbackporch = ((mds & VE_MODE_DETECT_V_LINES) >> in aspeed_video_get_resolution() 855 det->vsync = (sync & VE_SYNC_STATUS_VSYNC) >> in aspeed_video_get_resolution() 863 det->hfrontporch = video->frame_left; in aspeed_video_get_resolution() 864 det->hbackporch = (mds & VE_MODE_DETECT_H_PIXELS) - in aspeed_video_get_resolution() 866 det->hsync = sync & VE_SYNC_STATUS_HSYNC; in aspeed_video_get_resolution() 879 det->width = (video->frame_right - video->frame_left) + 1; in aspeed_video_get_resolution() [all …]
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | stmpe.txt | 13 - st,touch-det-delay : Touch detect interrupt delay (recommended is 3) 94 st,touch-det-delay = <5>;
|
/linux/sound/soc/generic/ |
A D | simple-card-utils.c | 567 int det; in asoc_simple_init_jack() local 586 det = of_get_named_gpio_flags(dev->of_node, prop, 0, &flags); in asoc_simple_init_jack() 587 if (det == -EPROBE_DEFER) in asoc_simple_init_jack() 590 if (gpio_is_valid(det)) { in asoc_simple_init_jack() 596 sjack->gpio.gpio = det; in asoc_simple_init_jack()
|
/linux/arch/arm64/boot/dts/rockchip/ |
A D | rk3399-roc-pc-plus.dts | 54 simple-audio-card,hp-det-gpio = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>; 151 hp_det_pin: hp-det-pin {
|
/linux/drivers/infiniband/hw/mlx4/ |
A D | alias_GUID.c | 802 struct mlx4_sriov_alias_guid_port_rec_det *det; in mlx4_ib_destroy_alias_guid_service() local 807 det = &sriov->alias_guid.ports_guid[i]; in mlx4_ib_destroy_alias_guid_service() 808 cancel_delayed_work_sync(&det->alias_guid_work); in mlx4_ib_destroy_alias_guid_service() 810 while (!list_empty(&det->cb_list)) { in mlx4_ib_destroy_alias_guid_service() 811 cb_ctx = list_entry(det->cb_list.next, in mlx4_ib_destroy_alias_guid_service()
|