Searched refs:shrt (Results 1 – 5 of 5) sorted by relevance
/linux/sound/soc/tegra/ |
A D | tegra_wm8903.c | 80 int shrt = 0; in tegra_wm8903_init() local 93 shrt = SND_JACK_MICROPHONE; in tegra_wm8903_init() 96 SND_JACK_MICROPHONE, shrt); in tegra_wm8903_init()
|
/linux/sound/soc/codecs/ |
A D | 88pm860x-codec.c | 1206 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()
|
A D | wm8903.c | 1602 int det, int shrt) in wm8903_mic_detect() argument 1608 det, shrt); in wm8903_mic_detect() 1613 wm8903->mic_short = shrt; in wm8903_mic_detect() 1618 if (shrt) in wm8903_mic_detect() 1625 if (det || shrt) { in wm8903_mic_detect()
|
A D | wm8903.h | 16 int det, int shrt);
|
/linux/drivers/crypto/axis/ |
A D | artpec6_crypto.c | 171 struct pdma_short_descr shrt; member 597 memcpy(d->shrt.data, dst, len); in artpec6_crypto_setup_out_descr_short()
|
Completed in 28 milliseconds