Home
last modified time | relevance | path

Searched full:jack (Results 651 - 675 of 2014) sorted by relevance

1...<<21222324252627282930>>...81

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
H A Domap-twl4030.txt11 - ti, jack-det-gpio: Jack detect GPIO
H A Dimx-audio-spdif.txt17 or jack on the board or it's connecting to some
23 is a physical S/PDIF in connector/jack on the board.
H A Dimx-audio-hdmi.yaml31 connector or jack on the board or it's connecting to some other IP
39 connector/jack on the board.
/kernel/linux/linux-5.10/include/sound/
H A Dmax98095.h48 /* Pin5 is the mechanical method of sensing jack insertion
55 /* Slew amount for jack detection. Calculated as 4 * (delay + 1).
/kernel/linux/linux-6.6/include/sound/
H A Dmax98095.h48 /* Pin5 is the mechanical method of sensing jack insertion
55 /* Slew amount for jack detection. Calculated as 4 * (delay + 1).
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
H A Danalog-input-mic.conf.common55 [Element Mic Jack Mode]
58 [Option Mic Jack Mode:Mic In]
/third_party/openGLES/extensions/SUN/
H A DSUN_slice_accum.txt11 Jack Middleton, Sun (Jack.Middleton 'at' sun.com)
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
H A DSUN_slice_accum.txt11 Jack Middleton, Sun (Jack.Middleton 'at' sun.com)
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/satisfies_support_in_jsdoc/
H A Dsatisfies_support_in_jsdoc_1.ts44 const myGreeter = greeter('Jack');
45 Assert.equal(myGreeter, 'Hello Jack')
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/named_and_anonymous_tuple_elements/
H A Danonymous_tuple_elements_8.ts29 Assert.equal(args[0], 'Jack');
35 foo('Jack', 12, 'singing', 2)
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/decorators/
H A Ddecorators.ts43 let man = new Man("jack");
45 Assert.notEqual(man.name,"jack");
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdmi-codec.c10 #include <sound/jack.h>
279 struct snd_soc_jack *jack; member
685 if (hcp->jack && jack_status != hcp->jack_status) { in hdmi_codec_jack_report()
686 snd_soc_jack_report(hcp->jack, jack_status, SND_JACK_LINEOUT); in hdmi_codec_jack_report()
702 struct snd_soc_jack *jack, in hdmi_codec_set_jack()
709 hcp->jack = jack; in hdmi_codec_set_jack()
715 hcp->jack = NULL; in hdmi_codec_set_jack()
701 hdmi_codec_set_jack(struct snd_soc_component *component, struct snd_soc_jack *jack, void *data) hdmi_codec_set_jack() argument
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c13 #include <sound/jack.h>
381 ret = snd_soc_card_jack_new(rtd->card, "HDMI Jack", SND_JACK_LINEOUT, in mt8183_da7219_max98357_hdmi_init()
589 /* Enable Headset and 4 Buttons Jack detection */ in mt8183_da7219_max98357_headset_init()
591 "Headset Jack", in mt8183_da7219_max98357_headset_init()
603 priv->headset_jack.jack, SND_JACK_BTN_0, KEY_PLAYPAUSE); in mt8183_da7219_max98357_headset_init()
605 priv->headset_jack.jack, SND_JACK_BTN_1, KEY_VOLUMEUP); in mt8183_da7219_max98357_headset_init()
607 priv->headset_jack.jack, SND_JACK_BTN_2, KEY_VOLUMEDOWN); in mt8183_da7219_max98357_headset_init()
609 priv->headset_jack.jack, SND_JACK_BTN_3, KEY_VOICECOMMAND); in mt8183_da7219_max98357_headset_init()
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dcht_bsw_rt5645.c24 #include <sound/jack.h>
41 struct snd_soc_jack jack; member
95 * runtime suspended. Codec needs clock for jack detection and button in platform_clock_control()
306 &ctx->jack, cht_bsw_jack_pins, in cht_codec_init()
309 dev_err(runtime->dev, "Headset jack creation failed %d\n", ret); in cht_codec_init()
313 rt5645_set_jack_detect(component, &ctx->jack, &ctx->jack, &ctx->jack); in cht_codec_init()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dpalm27x.h52 extern void __init palm27x_ac97_init(int minv, int maxv, int jack,
55 static inline void palm27x_ac97_init(int minv, int maxv, int jack, int reset) {} in palm27x_ac97_init() argument
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
H A Dwm8960.txt21 enabled and disabled together with HP_L and HP_R pins in response to jack
24 - wlf,hp-cfg: A list of headphone jack detect configuration register values.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
H A Dstarfive,jh7110-dphy-rx.yaml10 - Jack Zhu <jack.zhu@starfivetech.com>
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsky81452.c6 * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>
88 MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@skyworksinc.com>");
/kernel/linux/linux-5.10/drivers/regulator/
H A Dsky81452-regulator.c6 // Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>
89 MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@skyworksinc.com>");
/kernel/linux/linux-6.6/drivers/mfd/
H A Dsky81452.c6 * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>
87 MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@skyworksinc.com>");
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l42.h22 #include <sound/jack.h>
33 struct snd_soc_jack *jack; member
H A Dmt6359-accdet.h104 struct snd_soc_jack *jack; member
127 struct snd_soc_jack *jack);
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api12/entry/src/main/ets/MainAbility/pages/Monitor/
H A DMonitor0300.ets60 this.info.person = new Monitor0300Person('Jack', 23)
65 this.info.person = new Monitor0300Person('Jack', 18)
/third_party/e2fsprogs/
H A D0002-libss-add-newer-libreadline.so.8-to-dlopen-path.patch2 From: Jan Kara <jack@suse.cz>
9 Signed-off-by: Jan Kara <jack@suse.cz>
/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitExportAliasVisibiilityMarking.js5 type Rank = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 'Jack' | 'Queen' | 'King';
34 type Rank = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 'Jack' | 'Queen' | 'King';

Completed in 17 milliseconds

1...<<21222324252627282930>>...81