/linux-4.1.27/sound/core/ |
D | jack.c | 39 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 …]
|
D | Makefile | 11 snd-$(CONFIG_SND_JACK) += jack.o
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_jack.c | 76 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 …]
|
D | hda_generic.h | 333 struct hda_jack_callback *jack); 335 struct hda_jack_callback *jack); 337 struct hda_jack_callback *jack);
|
D | hda_jack.h | 45 struct snd_jack *jack; member
|
D | patch_sigmatel.c | 488 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 …]
|
D | patch_hdmi.c | 1180 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 …]
|
D | hda_generic.c | 2179 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 …]
|
D | Kconfig | 91 bool "Support jack plugging notification via input layer" 95 Say Y here to enable the jack plugging notification via
|
D | patch_conexant.c | 436 struct hda_jack_callback *jack) in olpc_xo_automic() argument 442 snd_hda_gen_mic_autoswitch(codec, jack); in olpc_xo_automic()
|
D | patch_realtek.c | 268 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()
|
D | patch_ca0132.c | 3227 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/ |
D | soc-jack.c | 40 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 …]
|
D | Makefile | 1 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/ |
D | jack.txt | 1 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 …]
|
D | overview.txt | 93 jack.txt: ASoC jack detection.
|
D | machine.txt | 86 of speaker/HP amplifiers, etc. Codec pins can be connected to the machines jack
|
D | DPCM.txt | 73 The headset is removed from the jack by user so the speakers must now be used :-
|
/linux-4.1.27/include/sound/ |
D | jack.h | 88 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
|
D | soc.h | 466 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/ |
D | HD-Audio-Models.txt | 5 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 …]
|
D | HD-Audio-Controls.txt | 11 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 …]
|
D | CMIPCI.txt | 47 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.
|
D | HD-Audio.txt | 172 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 …]
|
D | ControlNames.txt | 47 Headset Mic (mic part of combined headset jack - 4-pin headphone + mic)
|
D | README.maya44 | 123 Mic/Line input: if switch is on, input jack 1/2 is microphone input (mono), otherwise line input (s…
|
D | Audiophile-Usb.txt | 28 - When the 1/4" TS (jack) connectors are connected, the RCA connectors
|
D | ALSA-Configuration.txt | 2136 - alc_jack For ALC65x, turn on the jack sense mode
|
/linux-4.1.27/sound/soc/codecs/ |
D | ts3a227e.c | 27 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()
|
D | wm8350.h | 24 struct snd_soc_jack *jack, int report); 26 struct snd_soc_jack *jack,
|
D | wm8994.h | 46 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
|
D | wm8350.c | 56 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 …]
|
D | twl6040.c | 60 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()
|
D | rt286.c | 44 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()
|
D | ts3a227e.h | 15 struct snd_soc_jack *jack);
|
D | twl6040.h | 39 struct snd_soc_jack *jack, int report);
|
D | wm8994.c | 746 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 …]
|
D | wm5100.c | 72 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()
|
D | rt5670.c | 502 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()
|
D | rt286.h | 202 int rt286_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
|
D | 88pm860x-codec.c | 1273 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()
|
D | max98090.c | 2267 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()
|
D | wm8962.c | 75 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()
|
D | wm8996.c | 89 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()
|
D | max98090.h | 1537 struct snd_soc_jack *jack; member 1549 struct snd_soc_jack *jack);
|
D | rt5670.h | 1991 struct snd_soc_jack *jack; member 2013 struct snd_soc_jack *jack);
|
D | wm8903.h | 19 struct snd_soc_jack *jack,
|
D | wm8903.c | 1599 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()
|
D | wm8996.h | 27 int wm8996_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
|
D | wm8962.h | 3782 int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
|
D | wm5100.h | 20 int wm5100_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
|
/linux-4.1.27/include/trace/events/ |
D | asoc.h | 252 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/ |
D | byt-max98090.c | 30 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/ |
D | nokia,rx51.txt | 10 - jack-detection-gpios: GPIO for jack detection 24 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
|
D | alc5623.txt | 14 - jack-det-ctrl: Default register value for Reg-5Ah, Jack Detect 24 jack-det-ctrl = <0x4810>;
|
D | imx-audio-es8328.txt | 7 - jack-gpio : Optional GPIO for headphone jack 47 jack-gpio = <&gpio5 15 0>;
|
D | imx-audio-spdif.txt | 17 or jack on the board or it's connecting to some 23 is a physical S/PDIF in connector/jack on the board.
|
D | omap-abe-twl6040.txt | 15 - ti,jack_detection: Need to be present if the board capable to detect jack 62 ti,jack-detection;
|
D | sirf-audio.txt | 13 - hp-switch-gpios: Need to be present if the board capable to detect jack
|
D | wm8960.txt | 21 enabled and disabled together with HP_L and HP_R pins in response to jack
|
D | omap-twl4030.txt | 11 - ti, jack-det-gpio: Jack detect GPIO
|
D | nvidia,tegra-audio-rt5677.txt | 32 - nvidia,mic-present-gpios: The GPIO that mic jack is plugged in
|
/linux-4.1.27/Documentation/DocBook/ |
D | .alsa-driver-api.xml.cmd | 2 …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/ |
D | palm27x.h | 56 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/ |
D | omap3-gta04a5.dts | 15 ti,jack-det-gpio = <&twl_gpio 2 0>; /* GTA04A5 only */
|
D | kirkwood-t5325.dts | 131 jack-det-ctrl = <0x4810>;
|
D | omap4-sdp.dts | 119 ti,jack-detection = <1>;
|
D | omap3-n900.dts | 135 jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
|
/linux-4.1.27/drivers/extcon/ |
D | Makefile | 6 obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | palm27x.c | 251 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/ |
D | Kconfig | 31 headphone/line jack is plugged, and turned on when unplugged.
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_midi.c | 721 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/ |
D | Kconfig | 12 # With help from a special transceiver and a "Mini-AB" jack, systems with
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 12 # With help from a special transceiver and a "Mini-AB" jack, systems with
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 12 # With help from a special transceiver and a "Mini-AB" jack, systems with
|
/linux-4.1.27/ |
D | CREDITS | 1809 E: jack@atrey.karlin.mff.cuni.cz 1810 E: jack@suse.cz 1814 W: http://atrey.karlin.mff.cuni.cz/~jack/
|
D | MAINTAINERS | 3233 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/ |
D | arcnet-hardware.txt | 2206 | |...........| | RJ-jack
|