Home
last modified time | relevance | path

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

12345

/linux/drivers/isdn/mISDN/
H A Ddsp_ecdis.h33 echo_can_disable_detector_init(struct ec_disable_detector_state *det) in echo_can_disable_detector_init() argument
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()
47 det->tone_present = FALSE; in echo_can_disable_detector_init()
48 det->tone_cycle_duration = 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()
55 echo_can_disable_detector_update(struct ec_disable_detector_state *det, in echo_can_disable_detector_update() argument
60 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update()
[all …]
/linux/sound/soc/codecs/
H A D88pm860x-codec.c143 struct pm860x_det det; member
1212 mask = pm860x->det.hs_shrt | pm860x->det.hook_det | pm860x->det.lo_shrt in pm860x_component_handler()
1213 | pm860x->det.hp_det; in pm860x_component_handler()
1221 if ((pm860x->det.hp_det & SND_JACK_HEADPHONE) in pm860x_component_handler()
1225 if ((pm860x->det.mic_det & SND_JACK_MICROPHONE) in pm860x_component_handler()
1229 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_component_handler()
1230 report |= pm860x->det.hs_shrt; in pm860x_component_handler()
1232 if (pm860x->det in pm860x_component_handler()
1251 pm860x_hs_jack_detect(struct snd_soc_component * component,struct snd_soc_jack * jack,int det,int hook,int hs_shrt,int lo_shrt) pm860x_hs_jack_detect() argument
1283 pm860x_mic_jack_detect(struct snd_soc_component * component,struct snd_soc_jack * jack,int det) pm860x_mic_jack_detect() argument
[all...]
H A Dwm8903.c1590 * @det: value to report for presence detection
1603 int det, int shrt) in wm8903_mic_detect()
1609 det, shrt); in wm8903_mic_detect()
1613 wm8903->mic_det = det; in wm8903_mic_detect()
1617 if (det) in wm8903_mic_detect()
1626 if (det || shrt) { in wm8903_mic_detect()
1601 wm8903_mic_detect(struct snd_soc_component * component,struct snd_soc_jack * jack,int det,int shrt) wm8903_mic_detect() argument
/linux/arch/arm/boot/dts/rockchip/
H 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 {
H A Drv1126-pinctrl.dtsi452 sdmmc0_det: sdmmc0-det {
488 sdmmc1_det: sdmmc1-det {
/linux/drivers/gpu/drm/nouveau/dispnv04/i2c/
H 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/Documentation/devicetree/bindings/sound/
H 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>;
/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c862 struct v4l2_bt_timings *det = &video->detected_timings; in npcm_video_detect_resolution() local
866 det->width = npcm_video_hres(video); in npcm_video_detect_resolution()
867 det->height = npcm_video_vres(video); in npcm_video_detect_resolution()
869 if (act->width != det->width || act->height != det->height) { in npcm_video_detect_resolution()
886 det->width = npcm_video_hres(video); in npcm_video_detect_resolution()
887 det->height = npcm_video_vres(video); in npcm_video_detect_resolution()
888 det->pixelclock = npcm_video_pclk(video); in npcm_video_detect_resolution()
894 if (det->width && det->height) { in npcm_video_detect_resolution()
897 act->width, act->height, det->width, det->height, in npcm_video_detect_resolution()
901 dev_err(video->dev, "Got invalid resolution[%dx%d]\n", det->width, in npcm_video_detect_resolution()
[all …]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-rock-pi-4a-plus.dts24 hp-det-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
H A Drk3326-anbernic-rg351m.dtsi52 simple-audio-card,hp-det-gpios = <&gpio2 RK_PC6 GPIO_ACTIVE_HIGH>;
448 hp_det: hp-det {
460 dc_det: dc-det {
H A Drk3399-rock-pi-4b-plus.dts42 hp-det-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
H A Drk3399-rock-pi-4c.dts43 hp-det-gpios = <&gpio1 RK_PA0 GPIO_ACTIVE_HIGH>;
H A Drk3588-rock-5b.dtsi20 hp-det-gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_HIGH>;
H A Drk3326-odroid-go.dtsi147 simple-audio-card,hp-det-gpios = <&gpio2 RK_PC6 GPIO_ACTIVE_HIGH>;
585 hp_det: hp-det {
597 dc_det: dc-det {
H A Drk3588-orangepi-5-compact.dtsi33 simple-audio-card,hp-det-gpios = <&gpio3 RK_PD2 GPIO_ACTIVE_HIGH>;
H A Drk3399-sapphire-excavator.dts162 hp-det-gpios = <&gpio4 RK_PC4 GPIO_ACTIVE_LOW>;
H A Drk3566-pinetab2.dtsi124 simple-audio-card,hp-det-gpios = <&gpio4 RK_PC6 GPIO_ACTIVE_LOW>;
708 kb_id_det: kb-id-det {
742 hp_det_l: hp-det-l {
/linux/drivers/infiniband/hw/mlx4/
H 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()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx95-19x19-evk-sof.dts39 hp-det-gpios = <&gpio2 11 GPIO_ACTIVE_HIGH>;
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-plutux.dts55 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
H A Dtegra20-tec.dts63 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2)
H A Dtegra20-medcom-wide.dts90 nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>;
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-t5325.dts119 jack-det-ctrl = <0x4810>;
/linux/arch/arm64/boot/dts/qcom/
H A Dsm4250-oneplus-billie2.dts215 sdc2_card_det_n: sd-card-det-n-state {
/linux/arch/arm/boot/dts/st/
H A Dspear320-hmi.dts259 ts,touch-det-delay = <3>;

12345