Searched refs:shrt (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H 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()
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra_wm8903.c | 180 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/ |
H 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()
|
H A D | wm8903.c | 1592 * @shrt: value to report for short detection 1604 int det, int shrt) in wm8903_mic_detect() 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() 1603 wm8903_mic_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, int det, int shrt) wm8903_mic_detect() argument
|
H A D | wm8903.h | 16 int det, int shrt);
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H 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()
|
H A D | wm8903.c | 1589 * @shrt: value to report for short detection 1601 int det, int shrt) in wm8903_mic_detect() 1607 det, shrt); in wm8903_mic_detect() 1612 wm8903->mic_short = shrt; in wm8903_mic_detect() 1617 if (shrt) in wm8903_mic_detect() 1624 if (det || shrt) { in wm8903_mic_detect() 1600 wm8903_mic_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, int det, int shrt) wm8903_mic_detect() argument
|
H A D | wm8903.h | 16 int det, int shrt);
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 170 struct pdma_short_descr shrt; member 596 memcpy(d->shrt.data, dst, len); in artpec6_crypto_setup_out_descr_short()
|
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H 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 27 milliseconds