Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/drivers/isdn/mISDN/
A Ddsp_ecdis.h38 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-6.3-rc2/sound/soc/codecs/
A D88pm860x-codec.c143 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-6.3-rc2/arch/arm/boot/dts/
A 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>;
76 hp_det: hp-det {
89 mic_det: mic-det {
A Drv1126-pinctrl.dtsi132 sdmmc0_det: sdmmc0-det {
168 sdmmc1_det: sdmmc1-det {
A Dmmp2-olpc-xo-1-75.dts116 hp-det-gpio = <&gpio 97 GPIO_ACTIVE_HIGH>;
117 mic-det-gpio = <&gpio 96 GPIO_ACTIVE_HIGH>;
A Dsocfpga_cyclone5_mcvevk.dts67 ts,touch-det-delay = <3>;
A Drk3288-rock2-square.dts94 rockchip,hp-det-gpios = <&gpio7 7 GPIO_ACTIVE_HIGH>;
223 hp_det: hp-det {
/linux-6.3-rc2/drivers/media/platform/aspeed/
A Daspeed-video.c1000 if (vsync > det->height) in aspeed_video_get_timings()
1004 if (hsync > det->width) in aspeed_video_get_timings()
1012 det->vsync = vsync; in aspeed_video_get_timings()
1014 det->vbackporch = v->frame_top; in aspeed_video_get_timings()
1016 det->vsync = vtotal - vsync; in aspeed_video_get_timings()
1022 det->hsync = hsync; in aspeed_video_get_timings()
1024 det->hbackporch = v->frame_left; in aspeed_video_get_timings()
1026 det->hsync = htotal - hsync; in aspeed_video_get_timings()
1042 det->width = MIN_WIDTH; in aspeed_video_get_resolution()
1043 det->height = MIN_HEIGHT; in aspeed_video_get_resolution()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dalc5623.txt14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
24 jack-det-ctrl = <0x4810>;
A 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";
A Daudio-graph.yaml38 hp-det-gpio:
40 mic-det-gpio:
A 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>;
A Dcirrus,cs42l42.yaml113 cirrus,btn-det-init-dbnce:
127 cirrus,btn-det-event-dbnce:
221 cirrus,btn-det-init-dbnce = <100>;
222 cirrus,btn-det-event-dbnce = <10>;
A Dnvidia,tegra-audio-common.yaml59 nvidia,hp-det-gpios:
63 nvidia,mic-det-gpios:
A Dfsl-asoc-card.txt80 - hp-det-gpio : The GPIO that detect headphones are plugged in
81 - mic-det-gpio : The GPIO that detect microphones are plugged in
A Dsimple-card.yaml198 simple-audio-card,hp-det-gpio:
200 simple-audio-card,mic-det-gpio:
247 hp-det-gpio:
249 mic-det-gpio:
A Domap-twl4030.txt11 - ti, jack-det-gpio: Jack detect GPIO
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/
A Dmt8183-kukui-audio-da7219.dtsi29 dlg,mic-det-thr = <500>;
31 dlg,jack-det-rate = "32ms_64ms";
/linux-6.3-rc2/drivers/gpu/drm/i2c/
A Dch7006_drv.c185 int det; in ch7006_encoder_detect() local
201 det = ch7006_read(client, CH7006_DETECT); in ch7006_encoder_detect()
207 if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect()
211 else if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect()
214 else if ((det & CH7006_DETECT_CVBS_TEST) == 0) in ch7006_encoder_detect()
/linux-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/
A Dstmpe.txt13 - st,touch-det-delay : Touch detect interrupt delay (recommended is 3)
93 st,touch-det-delay = <5>;
/linux-6.3-rc2/arch/arm64/boot/dts/rockchip/
A Drk3399-rock-pi-4a-plus.dts24 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
A Drk3399-roc-pc-plus.dts54 simple-audio-card,hp-det-gpio = <&gpio2 RK_PA6 GPIO_ACTIVE_HIGH>;
150 hp_det_pin: hp-det-pin {
A Drk3399-rock-pi-4b-plus.dts42 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
A Drk3399-rock-pi-4c.dts42 hp-det-gpio = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dalias_GUID.c801 struct mlx4_sriov_alias_guid_port_rec_det *det; in mlx4_ib_destroy_alias_guid_service() local
806 det = &sriov->alias_guid.ports_guid[i]; in mlx4_ib_destroy_alias_guid_service()
807 cancel_delayed_work_sync(&det->alias_guid_work); in mlx4_ib_destroy_alias_guid_service()
809 while (!list_empty(&det->cb_list)) { in mlx4_ib_destroy_alias_guid_service()
810 cb_ctx = list_entry(det->cb_list.next, in mlx4_ib_destroy_alias_guid_service()

Completed in 53 milliseconds

12345