Searched refs:det (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/drivers/isdn/mISDN/ |
D | dsp_ecdis.h | 47 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-2.6.39/sound/soc/codecs/ |
D | 88pm860x-codec.c | 145 struct pm860x_det det; member 1262 mask = pm860x->det.hs_shrt | pm860x->det.hook_det | pm860x->det.lo_shrt in pm860x_codec_handler() 1263 | pm860x->det.hp_det; in pm860x_codec_handler() 1271 if ((pm860x->det.hp_det & SND_JACK_HEADPHONE) in pm860x_codec_handler() 1275 if ((pm860x->det.mic_det & SND_JACK_MICROPHONE) in pm860x_codec_handler() 1279 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_codec_handler() 1280 report |= pm860x->det.hs_shrt; in pm860x_codec_handler() 1282 if (pm860x->det.hook_det && (status & HOOK_STATUS)) in pm860x_codec_handler() 1283 report |= pm860x->det.hook_det; in pm860x_codec_handler() 1285 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_codec_handler() [all …]
|
D | wm8994.h | 34 int micbias, int det, int shrt);
|
D | wm8903.c | 1608 int det, int shrt) in wm8903_mic_detect() argument 1614 det, shrt); in wm8903_mic_detect() 1618 wm8903->mic_det = det; in wm8903_mic_detect() 1622 if (det) in wm8903_mic_detect() 1631 if (det || shrt) { in wm8903_mic_detect()
|
D | wm8994.c | 64 int det; member 2925 int micbias, int det, int shrt) in wm8994_mic_detect() argument 2947 micbias, det, shrt); in wm8994_mic_detect() 2951 micdet->det = det; in wm8994_mic_detect() 2988 report |= priv->micdet[0].det; in wm8994_mic_irq() 2992 priv->micdet[0].det | priv->micdet[0].shrt); in wm8994_mic_irq() 2996 report |= priv->micdet[1].det; in wm8994_mic_irq() 3000 priv->micdet[1].det | priv->micdet[1].shrt); in wm8994_mic_irq()
|
D | wm8903.h | 20 int det, int shrt);
|
/linux-2.6.39/drivers/gpu/drm/i2c/ |
D | ch7006_drv.c | 181 int det; in ch7006_encoder_detect() local 197 det = ch7006_read(client, CH7006_DETECT); in ch7006_encoder_detect() 203 if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect() 207 else if ((det & (CH7006_DETECT_SVIDEO_Y_TEST| in ch7006_encoder_detect() 210 else if ((det & CH7006_DETECT_CVBS_TEST) == 0) in ch7006_encoder_detect()
|
/linux-2.6.39/drivers/telephony/ |
D | ixj.h | 257 unsigned int det:1; member 289 unsigned int det:1; member 406 unsigned int det:1; member
|
D | ixj.c | 1779 j->pslic.bits.led2 = j->pslic.bits.det ? 1 : 0; in ixj_pcmcia_cable_check() 1958 fOffHook = j->pld_scrr.pcib.det ? 1 : 0; in ixj_hookstate() 1960 fOffHook = j->pld_slicr.bits.det ? 1 : 0; in ixj_hookstate()
|
/linux-2.6.39/Documentation/uml/ |
D | UserModeLinux-HOWTO.txt | 2512 (UML gdb) det 3108 (gdb) det
|