Home
last modified time | relevance | path

Searched refs:shrt (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/codecs/
H A D88pm860x-codec.c1207 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler()
1211 shrt = pm860x_reg_read(pm860x->i2c, REG_SHORTS); in pm860x_component_handler()
1229 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_component_handler()
1235 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_component_handler()
1206 int status, shrt, report = 0, mic_report = 0; pm860x_component_handler() local
H A Dwm8903.c1591 * @shrt: value to report for short detection
1603 int det, int shrt) in wm8903_mic_detect()
1609 det, shrt); in wm8903_mic_detect()
1614 wm8903->mic_short = shrt; in wm8903_mic_detect()
1619 if (shrt) 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
H A Dwm8903.h16 int det, int shrt);
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c171 struct pdma_short_descr shrt; member
597 memcpy(d->shrt.data, dst, len); in artpec6_crypto_setup_out_descr_short()