Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
D88pm860x-codec.c1222 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local
1226 shrt = pm860x_reg_read(pm860x->i2c, REG_SHORTS); in pm860x_component_handler()
1244 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_component_handler()
1250 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_component_handler()
Dwm8903.c1607 int det, int shrt) in wm8903_mic_detect() argument
1613 det, shrt); in wm8903_mic_detect()
1618 wm8903->mic_short = shrt; in wm8903_mic_detect()
1623 if (shrt) in wm8903_mic_detect()
1630 if (det || shrt) { in wm8903_mic_detect()
Dwm8903.h20 int det, int shrt);
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c173 struct pdma_short_descr shrt; member
600 memcpy(d->shrt.data, dst, len); in artpec6_crypto_setup_out_descr_short()