Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra_wm8903.c180 int shrt = 0; in tegra_wm8903_init() local
194 shrt = SND_JACK_MICROPHONE; in tegra_wm8903_init()
201 shrt); in tegra_wm8903_init()
/kernel/linux/linux-5.10/sound/soc/codecs/
D88pm860x-codec.c1206 int status, shrt, report = 0, mic_report = 0; in pm860x_component_handler() local
1210 shrt = pm860x_reg_read(pm860x->i2c, REG_SHORTS); in pm860x_component_handler()
1228 if (pm860x->det.hs_shrt && (shrt & (SHORT_HS1 | SHORT_HS2))) in pm860x_component_handler()
1234 if (pm860x->det.lo_shrt && (shrt & (SHORT_LO1 | SHORT_LO2))) in pm860x_component_handler()
Dwm8903.c1604 int det, int shrt) in wm8903_mic_detect() argument
1610 det, shrt); in wm8903_mic_detect()
1615 wm8903->mic_short = shrt; in wm8903_mic_detect()
1620 if (shrt) in wm8903_mic_detect()
1627 if (det || shrt) { in wm8903_mic_detect()
Dwm8903.h16 int det, int shrt);
/kernel/linux/linux-5.10/drivers/crypto/axis/
Dartpec6_crypto.c170 struct pdma_short_descr shrt; member
596 memcpy(d->shrt.data, dst, len); in artpec6_crypto_setup_out_descr_short()