Home
last modified time | relevance | path

Searched refs:jack (Results 1 – 78 of 78) sorted by relevance

/linux-4.1.27/sound/core/
Djack.c39 struct snd_jack *jack = device->device_data; in snd_jack_dev_disconnect() local
41 if (!jack->input_dev) in snd_jack_dev_disconnect()
46 if (jack->registered) in snd_jack_dev_disconnect()
47 input_unregister_device(jack->input_dev); in snd_jack_dev_disconnect()
49 input_free_device(jack->input_dev); in snd_jack_dev_disconnect()
50 jack->input_dev = NULL; in snd_jack_dev_disconnect()
56 struct snd_jack *jack = device->device_data; in snd_jack_dev_free() local
58 if (jack->private_free) in snd_jack_dev_free()
59 jack->private_free(jack); in snd_jack_dev_free()
63 kfree(jack->id); in snd_jack_dev_free()
[all …]
DMakefile11 snd-$(CONFIG_SND_JACK) += jack.o
/linux-4.1.27/sound/pci/hda/
Dhda_jack.c76 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_tbl_get() local
79 if (!nid || !jack) in snd_hda_jack_tbl_get()
81 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get()
82 if (jack->nid == nid) in snd_hda_jack_tbl_get()
83 return jack; in snd_hda_jack_tbl_get()
96 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_tbl_get_from_tag() local
99 if (!tag || !jack) in snd_hda_jack_tbl_get_from_tag()
101 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get_from_tag()
102 if (jack->tag == tag) in snd_hda_jack_tbl_get_from_tag()
103 return jack; in snd_hda_jack_tbl_get_from_tag()
[all …]
Dhda_generic.h333 struct hda_jack_callback *jack);
335 struct hda_jack_callback *jack);
337 struct hda_jack_callback *jack);
Dhda_jack.h45 struct snd_jack *jack; member
Dpatch_sigmatel.c488 struct hda_jack_callback *jack) in jack_update_power() argument
496 if (jack && jack->nid) { in jack_update_power()
497 stac_toggle_power_map(codec, jack->nid, in jack_update_power()
498 snd_hda_jack_detect(codec, jack->nid), in jack_update_power()
3054 struct hda_jack_callback *jack; in stac92hd71bxx_fixup_hp_m4() local
3062 jack = snd_hda_jack_detect_enable_callback(codec, codec->core.afg, in stac92hd71bxx_fixup_hp_m4()
3064 if (!IS_ERR(jack)) in stac92hd71bxx_fixup_hp_m4()
3065 jack->private_data = 0x02; in stac92hd71bxx_fixup_hp_m4()
4089 struct hda_jack_callback *jack; in stac9205_fixup_dell_m43() local
4097 jack = snd_hda_jack_detect_enable_callback(codec, codec->core.afg, in stac9205_fixup_dell_m43()
[all …]
Dpatch_hdmi.c1180 struct hda_jack_callback *jack) in jack_callback() argument
1182 check_presence_and_report(codec, jack->nid); in jack_callback()
1188 struct hda_jack_tbl *jack; in hdmi_intrinsic_event() local
1191 jack = snd_hda_jack_tbl_get_from_tag(codec, tag); in hdmi_intrinsic_event()
1192 if (!jack) in hdmi_intrinsic_event()
1194 jack->jack_dirty = 1; in hdmi_intrinsic_event()
1198 codec->addr, jack->nid, dev_entry, !!(res & AC_UNSOL_RES_IA), in hdmi_intrinsic_event()
1201 check_presence_and_report(codec, jack->nid); in hdmi_intrinsic_event()
1582 struct hda_jack_tbl *jack; in hdmi_present_sense() local
1634 jack = snd_hda_jack_tbl_get(codec, pin_nid); in hdmi_present_sense()
[all …]
Dhda_generic.c2179 struct hda_jack_callback *jack);
4045 struct hda_jack_callback *jack, in pin_power_callback() argument
4048 if (jack && jack->nid) in pin_power_callback()
4050 set_pin_power_jack(codec, jack->nid, on)); in pin_power_callback()
4055 struct hda_jack_callback *jack) in pin_power_up_callback() argument
4057 pin_power_callback(codec, jack, true); in pin_power_up_callback()
4062 struct hda_jack_callback *jack) in pin_power_down_callback() argument
4064 pin_power_callback(codec, jack, false); in pin_power_down_callback()
4368 struct hda_jack_callback *jack) in snd_hda_gen_hp_automute() argument
4393 struct hda_jack_callback *jack) in snd_hda_gen_line_automute() argument
[all …]
DKconfig91 bool "Support jack plugging notification via input layer"
95 Say Y here to enable the jack plugging notification via
Dpatch_conexant.c436 struct hda_jack_callback *jack) in olpc_xo_automic() argument
442 snd_hda_gen_mic_autoswitch(codec, jack); in olpc_xo_automic()
Dpatch_realtek.c268 struct hda_jack_callback *jack) in alc_update_knob_master() argument
280 val = snd_hda_codec_read(codec, jack->nid, 0, in alc_update_knob_master()
3199 struct hda_jack_callback *jack) in alc269_x101_hp_automute_hook() argument
3204 snd_hda_gen_hp_automute(codec, jack); in alc269_x101_hp_automute_hook()
4152 struct hda_jack_callback *jack) in alc_update_headset_jack_cb() argument
4156 snd_hda_gen_hp_automute(codec, jack); in alc_update_headset_jack_cb()
4260 struct hda_jack_callback *jack) in alc288_update_headset_jack_cb() argument
4265 alc_update_headset_jack_cb(codec, jack); in alc288_update_headset_jack_cb()
4472 struct hda_jack_callback *jack) in alc283_hp_automute_hook() argument
4478 snd_hda_gen_hp_automute(codec, jack); in alc283_hp_automute_hook()
Dpatch_ca0132.c3227 struct hda_jack_tbl *jack; in ca0132_unsol_hp_delayed() local
3230 jack = snd_hda_jack_tbl_get(spec->codec, UNSOL_TAG_HP); in ca0132_unsol_hp_delayed()
3231 if (jack) { in ca0132_unsol_hp_delayed()
3232 jack->block_report = 0; in ca0132_unsol_hp_delayed()
/linux-4.1.27/sound/soc/
Dsoc-jack.c40 struct snd_soc_jack *jack, struct snd_soc_jack_pin *pins, in snd_soc_card_jack_new() argument
45 mutex_init(&jack->mutex); in snd_soc_card_jack_new()
46 jack->card = card; in snd_soc_card_jack_new()
47 INIT_LIST_HEAD(&jack->pins); in snd_soc_card_jack_new()
48 INIT_LIST_HEAD(&jack->jack_zones); in snd_soc_card_jack_new()
49 BLOCKING_INIT_NOTIFIER_HEAD(&jack->notifier); in snd_soc_card_jack_new()
51 ret = snd_jack_new(card->snd_card, id, type, &jack->jack); in snd_soc_card_jack_new()
56 return snd_soc_jack_add_pins(jack, num_pins, pins); in snd_soc_card_jack_new()
76 void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask) in snd_soc_jack_report() argument
83 trace_snd_soc_jack_report(jack, mask, status); in snd_soc_jack_report()
[all …]
DMakefile1 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
/linux-4.1.27/Documentation/sound/alsa/soc/
Djack.txt1 ASoC jack detection
5 the kernel side of which can be seen in include/sound/jack.h. ASoC
8 - It allows more than one jack detection method to work together on one
9 user visible jack. In embedded systems it is common for multiple
10 to be present on a single jack but handled by separate bits of
14 automatically based on the detected jack status (eg, turning off the
18 together: the jack itself represented by a struct snd_soc_jack, sets of
20 code providing jack reporting mechanisms.
22 For example, a system may have a stereo headset jack with two reporting
26 headphone when the headphone jack status changes.
[all …]
Doverview.txt93 jack.txt: ASoC jack detection.
Dmachine.txt86 of speaker/HP amplifiers, etc. Codec pins can be connected to the machines jack
DDPCM.txt73 The headset is removed from the jack by user so the speakers must now be used :-
/linux-4.1.27/include/sound/
Djack.h88 struct snd_jack **jack);
89 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent);
90 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type,
93 void snd_jack_report(struct snd_jack *jack, int status);
98 struct snd_jack **jack) in snd_jack_new() argument
103 static inline void snd_jack_set_parent(struct snd_jack *jack, in snd_jack_set_parent() argument
108 static inline int snd_jack_set_key(struct snd_jack *jack, in snd_jack_set_key() argument
115 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() argument
Dsoc.h466 struct snd_soc_jack *jack, struct snd_soc_jack_pin *pins,
469 void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask);
470 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count,
472 void snd_soc_jack_notifier_register(struct snd_soc_jack *jack,
474 void snd_soc_jack_notifier_unregister(struct snd_soc_jack *jack,
476 int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count,
478 int snd_soc_jack_get_type(struct snd_soc_jack *jack, int micbias_voltage);
480 int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
483 struct snd_soc_jack *jack,
485 void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count,
[all …]
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio-Models.txt5 3stack 3-jack in back and a headphone out
6 3stack-digout 3-jack in back, a HP out and a SPDIF out
7 5stack 5-jack in back, 2-jack in front
8 5stack-digout 5-jack in back, 2-jack in front, a SPDIF out
9 6stack 6-jack in back, 2-jack in front
10 6stack-digout 6-jack with a SPDIF out
31 headset-mic Indicates a combined headset (headphone+mic) jack
33 dell-headset-multi Headset jack, which can also be used as mic-in
34 dell-headset-dock Headset jack (without mic-in), and also dock I/O
48 dell-headset-multi Headset jack, which can also be used as mic-in
[all …]
DHD-Audio-Controls.txt11 jack-retasking of multi-I/O jacks.
20 automatically when a jack is plugged.
24 speaker-only is chosen, plugging into a headphone or a line-out jack
26 selected, plugging to a headphone jack mutes both speakers and
51 These enum controls the direction and the bias of the input jack
52 pins. Depending on the jack type, it can set as "Mic In" and "Line
54 when the pin is a multi-I/O jack for surround channels.
82 This control determines whether the dynamic power-control per jack
84 (D0/D3) are changed dynamically depending on the jack plugging
86 doesn't provide a proper jack-detection, this won't work; in such a
[all …]
DCMIPCI.txt47 If your card has an extra output jack for the rear output, the rear
50 via alsamixer or somewhat else. When this switch is on, line-in jack
93 jack. Either "Line-In", "Rear Output" or "Bass Output" can
97 are output to line-in jack.
99 jack. Either "Mic-In" or "Center/LFE Output" can be
102 channels (channels 5 and 6) are output to mic-in jack.
DHD-Audio.txt172 connection type, the jack color, etc. The HD-audio driver can guess
213 headphone jack. In general, you should try a headphone output at
341 This file, however, doesn't show the jack sensing state, so far. This
342 is because the jack-sensing might be depending on the trigger state.
386 will disable the jack detection of the machine completely.
424 via sysfs or a patch file, you can disable the jack detection, thus
431 - jack_detect (bool): specify whether the jack detection is available
433 - inv_jack_detect (bool): indicates that the jack detection logic is
435 - trigger_sense (bool): indicates that the jack detection needs the
467 I/O jack for allowing to change the headphone amp and mic bias VREF
[all …]
DControlNames.txt47 Headset Mic (mic part of combined headset jack - 4-pin headphone + mic)
DREADME.maya44123 Mic/Line input: if switch is on, input jack 1/2 is microphone input (mono), otherwise line input (s…
DAudiophile-Usb.txt28 - When the 1/4" TS (jack) connectors are connected, the RCA connectors
DALSA-Configuration.txt2136 - alc_jack For ALC65x, turn on the jack sense mode
/linux-4.1.27/sound/soc/codecs/
Dts3a227e.c27 struct snd_soc_jack *jack; member
152 if (!ts3a227e->jack) in ts3a227e_jack_report()
163 snd_soc_jack_report(ts3a227e->jack, report, TS3A227E_JACK_MASK); in ts3a227e_jack_report()
225 struct snd_soc_jack *jack) in ts3a227e_enable_jack_detect() argument
229 snd_jack_set_key(jack->jack, SND_JACK_BTN_0, KEY_MEDIA); in ts3a227e_enable_jack_detect()
230 snd_jack_set_key(jack->jack, SND_JACK_BTN_1, KEY_VOICECOMMAND); in ts3a227e_enable_jack_detect()
231 snd_jack_set_key(jack->jack, SND_JACK_BTN_2, KEY_VOLUMEUP); in ts3a227e_enable_jack_detect()
232 snd_jack_set_key(jack->jack, SND_JACK_BTN_3, KEY_VOLUMEDOWN); in ts3a227e_enable_jack_detect()
234 ts3a227e->jack = jack; in ts3a227e_enable_jack_detect()
Dwm8350.h24 struct snd_soc_jack *jack, int report);
26 struct snd_soc_jack *jack,
Dwm8994.h46 int wm8994_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
48 int wm8958_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
60 struct snd_soc_jack *jack; member
Dwm8350.c56 struct snd_soc_jack *jack; member
1243 struct wm8350_jack_data *jack, in wm8350_hp_work() argument
1252 report = jack->report; in wm8350_hp_work()
1256 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work()
1324 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect() argument
1332 priv->hpl.jack = jack; in wm8350_hp_jack_detect()
1338 priv->hpr.jack = jack; in wm8350_hp_jack_detect()
1385 snd_soc_jack_report(priv->mic.jack, report, in wm8350_mic_handler()
1403 struct snd_soc_jack *jack, in wm8350_mic_jack_detect() argument
1409 priv->mic.jack = jack; in wm8350_mic_jack_detect()
[all …]
Dtwl6040.c60 struct snd_soc_jack *jack; member
283 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_report() argument
293 snd_soc_jack_report(jack, report, report); in twl6040_hs_jack_report()
295 snd_soc_jack_report(jack, 0, report); in twl6040_hs_jack_report()
301 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_detect() argument
306 hs_jack->jack = jack; in twl6040_hs_jack_detect()
309 twl6040_hs_jack_report(codec, hs_jack->jack, hs_jack->report); in twl6040_hs_jack_detect()
320 twl6040_hs_jack_report(codec, hs_jack->jack, hs_jack->report); in twl6040_accessory_work()
Drt286.c44 struct snd_soc_jack *jack; member
388 snd_soc_jack_report(rt286->jack, status, in rt286_jack_detect_work()
392 int rt286_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack) in rt286_mic_detect() argument
396 rt286->jack = jack; in rt286_mic_detect()
398 if (jack) { in rt286_mic_detect()
400 if (rt286->jack->status & SND_JACK_HEADPHONE) in rt286_mic_detect()
404 snd_soc_jack_report(rt286->jack, rt286->jack->status, in rt286_mic_detect()
1038 snd_soc_jack_report(rt286->jack, status, in rt286_irq()
Dts3a227e.h15 struct snd_soc_jack *jack);
Dtwl6040.h39 struct snd_soc_jack *jack, int report);
Dwm8994.c746 if (!wm8994->jackdet || !wm8994->micdet[0].jack) in wm1811_jackdet_set_mode()
3356 int wm8994_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8994_mic_detect() argument
3372 if (jack) in wm8994_mic_detect()
3381 if (jack) in wm8994_mic_detect()
3398 micbias, jack); in wm8994_mic_detect()
3401 micdet->jack = jack; in wm8994_mic_detect()
3405 if (wm8994->micdet[0].jack || wm8994->micdet[1].jack) in wm8994_mic_detect()
3463 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work()
3482 snd_soc_jack_report(priv->micdet[1].jack, report, in wm8994_mic_work()
3546 snd_soc_jack_report(wm8994->micdet[0].jack, report, in wm8958_button_det()
[all …]
Dwm5100.c72 struct snd_soc_jack *jack; member
2000 snd_soc_jack_report(wm5100->jack, SND_JACK_HEADPHONE, in wm5100_report_headphone()
2034 snd_soc_jack_report(wm5100->jack, 0, in wm5100_micd_irq()
2053 snd_soc_jack_report(wm5100->jack, in wm5100_micd_irq()
2064 snd_soc_jack_report(wm5100->jack, 0, SND_JACK_BTN_0); in wm5100_micd_irq()
2093 snd_soc_jack_report(wm5100->jack, SND_JACK_BTN_0, in wm5100_micd_irq()
2101 int wm5100_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack) in wm5100_detect() argument
2106 if (jack) { in wm5100_detect()
2107 wm5100->jack = jack; in wm5100_detect()
2147 wm5100->jack = NULL; in wm5100_detect()
Drt5670.c502 struct snd_soc_jack *jack = rt5670->jack; in rt5670_irq_detection() local
503 int val, btn_type, report = jack->status; in rt5670_irq_detection()
563 struct snd_soc_jack *jack) in rt5670_set_jack_detect() argument
568 rt5670->jack = jack; in rt5670_set_jack_detect()
578 ret = snd_soc_jack_add_gpios(rt5670->jack, 1, in rt5670_set_jack_detect()
2692 snd_soc_jack_free_gpios(rt5670->jack, 1, &rt5670->hp_gpio); in rt5670_remove()
Drt286.h202 int rt286_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
D88pm860x-codec.c1273 struct snd_soc_jack *jack, in pm860x_hs_jack_detect() argument
1279 pm860x->det.hp_jack = jack; in pm860x_hs_jack_detect()
1306 struct snd_soc_jack *jack, int det) in pm860x_mic_jack_detect() argument
1310 pm860x->det.mic_jack = jack; in pm860x_mic_jack_detect()
Dmax98090.c2267 snd_soc_jack_report(max98090->jack, status, in max98090_jack_work()
2357 struct snd_soc_jack *jack) in max98090_mic_detect() argument
2363 max98090->jack = jack; in max98090_mic_detect()
2364 if (jack) { in max98090_mic_detect()
2375 snd_soc_jack_report(max98090->jack, 0, in max98090_mic_detect()
Dwm8962.c75 struct snd_soc_jack *jack; member
3007 snd_soc_jack_report(wm8962->jack, status, in wm8962_mic_work()
3118 int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack) in wm8962_mic_detect() argument
3124 wm8962->jack = jack; in wm8962_mic_detect()
3125 if (jack) { in wm8962_mic_detect()
3139 snd_soc_jack_report(wm8962->jack, 0, in wm8962_mic_detect()
3144 if (jack) { in wm8962_mic_detect()
Dwm8996.c89 struct snd_soc_jack *jack; member
2246 int wm8996_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8996_detect() argument
2252 wm8996->jack = jack; in wm8996_detect()
2330 snd_soc_jack_report(wm8996->jack, report, in wm8996_hpdet_irq()
2408 snd_soc_jack_report(wm8996->jack, 0, in wm8996_micd()
2439 snd_soc_jack_report(wm8996->jack, 0, SND_JACK_BTN_0); in wm8996_micd()
2482 snd_soc_jack_report(wm8996->jack, SND_JACK_BTN_0, in wm8996_micd()
Dmax98090.h1537 struct snd_soc_jack *jack; member
1549 struct snd_soc_jack *jack);
Drt5670.h1991 struct snd_soc_jack *jack; member
2013 struct snd_soc_jack *jack);
Dwm8903.h19 struct snd_soc_jack *jack,
Dwm8903.c1599 int wm8903_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8903_mic_detect() argument
1609 wm8903->mic_jack = jack; in wm8903_mic_detect()
Dwm8996.h27 int wm8996_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
Dwm8962.h3782 int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
Dwm5100.h20 int wm5100_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
/linux-4.1.27/include/trace/events/
Dasoc.h252 TP_PROTO(struct snd_soc_jack *jack, int mask, int val),
254 TP_ARGS(jack, mask, val),
257 __string( name, jack->jack->name )
263 __assign_str(name, jack->jack->name);
274 TP_PROTO(struct snd_soc_jack *jack, int val),
276 TP_ARGS(jack, val),
279 __string( name, jack->jack->name )
284 __assign_str(name, jack->jack->name);
/linux-4.1.27/sound/soc/intel/boards/
Dbyt-max98090.c30 struct snd_soc_jack jack; member
89 struct snd_soc_jack *jack = &drv->jack; in byt_max98090_init() local
103 SND_JACK_LINEOUT | SND_JACK_HEADSET, jack, in byt_max98090_init()
108 return snd_soc_jack_add_gpiods(card->dev->parent, jack, in byt_max98090_init()
168 snd_soc_jack_free_gpios(&priv->jack, ARRAY_SIZE(hs_jack_gpios), in byt_max98090_remove()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dnokia,rx51.txt10 - jack-detection-gpios: GPIO for jack detection
24 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
Dalc5623.txt14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect
24 jack-det-ctrl = <0x4810>;
Dimx-audio-es8328.txt7 - jack-gpio : Optional GPIO for headphone jack
47 jack-gpio = <&gpio5 15 0>;
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.
Domap-abe-twl6040.txt15 - ti,jack_detection: Need to be present if the board capable to detect jack
62 ti,jack-detection;
Dsirf-audio.txt13 - hp-switch-gpios: Need to be present if the board capable to detect jack
Dwm8960.txt21 enabled and disabled together with HP_L and HP_R pins in response to jack
Domap-twl4030.txt11 - ti, jack-det-gpio: Jack detect GPIO
Dnvidia,tegra-audio-rt5677.txt32 - nvidia,mic-present-gpios: The GPIO that mic jack is plugged in
/linux-4.1.27/Documentation/DocBook/
D.alsa-driver-api.xml.cmd2 …neric-dmaengine-pcm.c sound/core/hwdep.c include/sound/jack.h sound/core/jack.c sound/soc/soc-jack
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpalm27x.h56 extern void __init palm27x_ac97_init(int minv, int maxv, int jack,
59 static inline void palm27x_ac97_init(int minv, int maxv, int jack, int reset) {} in palm27x_ac97_init() argument
/linux-4.1.27/arch/arm/boot/dts/
Domap3-gta04a5.dts15 ti,jack-det-gpio = <&twl_gpio 2 0>; /* GTA04A5 only */
Dkirkwood-t5325.dts131 jack-det-ctrl = <0x4810>;
Domap4-sdp.dts119 ti,jack-detection = <1>;
Domap3-n900.dts135 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
/linux-4.1.27/drivers/extcon/
DMakefile6 obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
/linux-4.1.27/arch/arm/mach-pxa/
Dpalm27x.c251 void __init palm27x_ac97_init(int minv, int maxv, int jack, int reset) in palm27x_ac97_init() argument
254 palm27x_asoc_pdata.jack_gpio = jack; in palm27x_ac97_init()
/linux-4.1.27/sound/ppc/
DKconfig31 headphone/line jack is plugged, and turned on when unplugged.
/linux-4.1.27/drivers/usb/gadget/function/
Df_midi.c721 int status, n, jack = 1, i = 0; in f_midi_bind() local
799 in_ext->bJackID = jack++; in f_midi_bind()
807 out_emb->bJackID = jack++; in f_midi_bind()
827 in_emb->bJackID = jack++; in f_midi_bind()
835 out_ext->bJackID = jack++; in f_midi_bind()
/linux-4.1.27/drivers/usb/gadget/
DKconfig12 # With help from a special transceiver and a "Mini-AB" jack, systems with
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig12 # With help from a special transceiver and a "Mini-AB" jack, systems with
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig12 # With help from a special transceiver and a "Mini-AB" jack, systems with
/linux-4.1.27/
DCREDITS1809 E: jack@atrey.karlin.mff.cuni.cz
1810 E: jack@suse.cz
1814 W: http://atrey.karlin.mff.cuni.cz/~jack/
DMAINTAINERS3233 M: Jan Kara <jack@suse.cz>
3887 M: Jan Kara <jack@suse.cz>
3895 M: Jan Kara <jack@suse.cz>
5547 M: Jan Kara <jack@suse.cz>
10169 M: Jan Kara <jack@suse.cz>
/linux-4.1.27/Documentation/networking/
Darcnet-hardware.txt2206 | |...........| | RJ-jack