| /linux/include/sound/ |
| H A D | soc-jack.h | 70 struct snd_soc_jack *jack; 80 struct snd_soc_jack { struct 91 void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask); argument 92 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count, 94 void snd_soc_jack_notifier_register(struct snd_soc_jack *jack, 96 void snd_soc_jack_notifier_unregister(struct snd_soc_jack *jack, 98 int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count, 100 int snd_soc_jack_get_type(struct snd_soc_jack *jack, int micbias_voltage); 102 int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, 105 struct snd_soc_jack *jack, [all …]
|
| H A D | soc-usb.h | 75 struct snd_soc_jack *jack); 111 struct snd_soc_jack *jack) in snd_soc_usb_setup_offload_jack()
|
| H A D | soc-card.h | 34 struct snd_soc_jack *jack); 36 int type, struct snd_soc_jack *jack,
|
| /linux/sound/soc/ |
| H A D | soc-jack.c | 33 void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask) in snd_soc_jack_report() 89 int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_zones() 112 int snd_soc_jack_get_type(struct snd_soc_jack *jack, int micbias_voltage) in snd_soc_jack_get_type() 136 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_pins() 180 void snd_soc_jack_notifier_register(struct snd_soc_jack *jack, in snd_soc_jack_notifier_register() 195 void snd_soc_jack_notifier_unregister(struct snd_soc_jack *jack, in snd_soc_jack_notifier_unregister() 205 struct snd_soc_jack *jack; 212 struct snd_soc_jack *jack = gpio->jack; in snd_soc_jack_gpio_detect() 278 static void jack_free_gpios(struct snd_soc_jack *jack, int count, in jack_free_gpios() 310 int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_gpios() [all …]
|
| H A D | soc-card.c | 33 struct snd_soc_jack *jack, bool initial_kctl) in jack_new() 60 struct snd_soc_jack *jack) in snd_soc_card_jack_new() 83 int type, struct snd_soc_jack *jack, in snd_soc_card_jack_new_pins()
|
| /linux/sound/soc/codecs/ |
| H A D | mt6359-accdet.h | 104 struct snd_soc_jack *jack; 128 struct snd_soc_jack *jack); 132 struct snd_soc_jack *jack) in mt6359_accdet_enable_jack_detect()
|
| H A D | wm8350.h | 20 struct snd_soc_jack *jack, int report); 22 struct snd_soc_jack *jack,
|
| H A D | wm8994.h | 50 int wm8994_mic_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, 52 int wm8958_mic_detect(struct snd_soc_component *component, struct snd_soc_jack *jack, 64 struct snd_soc_jack *jack;
|
| H A D | cs42l43.h | 39 struct snd_soc_jack; 79 struct snd_soc_jack *jack_hp; 133 struct snd_soc_jack *jack, void *d);
|
| H A D | 88pm860x-codec.h | 88 extern int pm860x_hs_jack_detect(struct snd_soc_component *, struct snd_soc_jack *, 90 extern int pm860x_mic_jack_detect(struct snd_soc_component *, struct snd_soc_jack *,
|
| H A D | da7219-aad.h | 203 struct snd_soc_jack *jack; 209 void da7219_aad_jack_det(struct snd_soc_component *component, struct snd_soc_jack *jack);
|
| /linux/sound/soc/qcom/ |
| H A D | common.h | 14 struct snd_soc_jack *jack, bool *jack_setup); 16 struct snd_soc_jack *dp_jack, int id);
|
| H A D | usb_offload_utils.h | 12 struct snd_soc_jack *jack, bool *jack_setup); 18 struct snd_soc_jack *jack, in qcom_snd_usb_offload_jack_setup()
|
| H A D | sc8280xp.c | 21 struct snd_soc_jack jack; 22 struct snd_soc_jack dp_jack[8]; 31 struct snd_soc_jack *dp_jack = NULL; in sc8280xp_snd_init()
|
| H A D | x1e80100.c | 21 struct snd_soc_jack jack; 22 struct snd_soc_jack dp_jack[8]; 30 struct snd_soc_jack *dp_jack = NULL; in x1e80100_snd_init()
|
| H A D | sm8250.c | 24 struct snd_soc_jack jack; 25 struct snd_soc_jack usb_offload_jack; 27 struct snd_soc_jack dp_jack;
|
| /linux/sound/soc/tegra/ |
| H A D | tegra_asoc_machine.h | 9 struct snd_soc_jack; 44 struct snd_soc_jack *mic_jack;
|
| /linux/Documentation/sound/soc/ |
| H A D | jack.rst | 19 together: the jack itself represented by a struct snd_soc_jack, sets of 29 The jack - struct snd_soc_jack 42 bits supported by the jack. Each snd_soc_jack has zero or more of these 70 system hardware. The machine driver will set up the snd_soc_jack and
|
| /linux/sound/soc/intel/boards/ |
| H A D | cht_bsw_max98090_ti.c | 37 struct snd_soc_jack jack; 131 struct snd_soc_jack *jack = (struct snd_soc_jack *)data; in cht_ti_jack_event() 190 struct snd_soc_jack *jack = &ctx->jack; in cht_codec_init() 293 struct snd_soc_jack *jack = &ctx->jack; in cht_max98090_headset_init()
|
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_max98090.c | 23 static struct snd_soc_jack headset_jack; 110 struct snd_soc_jack *jack = (struct snd_soc_jack *)data; in rk_jack_event() 222 static struct snd_soc_jack rk_hdmi_jack;
|
| /linux/include/trace/events/ |
| H A D | asoc.h | 18 struct snd_soc_jack; 238 TP_PROTO(struct snd_soc_jack *jack, int mask, int val), 260 TP_PROTO(struct snd_soc_jack *jack, int val),
|
| /linux/sound/soc/intel/avs/boards/ |
| H A D | rt286.c | 56 struct snd_soc_jack *jack; in avs_rt286_codec_init() 172 struct snd_soc_jack *jack = snd_soc_card_get_drvdata(card); in avs_card_resume_post() 183 struct snd_soc_jack *jack; in avs_rt286_probe()
|
| H A D | rt5663.c | 23 struct snd_soc_jack jack; 62 struct snd_soc_jack *jack; in avs_rt5663_codec_init() 191 struct snd_soc_jack *jack = snd_soc_card_get_drvdata(card); in avs_card_resume_post()
|
| H A D | rt298.c | 67 struct snd_soc_jack *jack; in avs_rt298_codec_init() 192 struct snd_soc_jack *jack = snd_soc_card_get_drvdata(card); in avs_card_resume_post() 203 struct snd_soc_jack *jack; in avs_rt298_probe()
|
| H A D | rt5640.c | 55 struct snd_soc_jack *jack; in avs_rt5640_codec_init() 195 struct snd_soc_jack *jack = snd_soc_card_get_drvdata(card); in avs_card_resume_post() 206 struct snd_soc_jack *jack; in avs_rt5640_probe()
|