/linux-3.3/sound/soc/ |
D | soc-jack.c | 37 struct snd_soc_jack *jack) in snd_soc_jack_new() 62 void snd_soc_jack_report(struct snd_soc_jack *jack, int status, int mask) in snd_soc_jack_report() 126 int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_zones() 148 int snd_soc_jack_get_type(struct snd_soc_jack *jack, int micbias_voltage) in snd_soc_jack_get_type() 172 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_pins() 216 void snd_soc_jack_notifier_register(struct snd_soc_jack *jack, in snd_soc_jack_notifier_register() 231 void snd_soc_jack_notifier_unregister(struct snd_soc_jack *jack, in snd_soc_jack_notifier_unregister() 242 struct snd_soc_jack *jack = gpio->jack; in snd_soc_jack_gpio_detect() local 297 int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_add_gpios() 371 void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count, in snd_soc_jack_free_gpios()
|
/linux-3.3/sound/pci/hda/ |
D | hda_jack.c | 43 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_tbl_get() local 61 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_tbl_get_from_tag() local 79 struct hda_jack_tbl *jack = snd_hda_jack_tbl_get(codec, nid); in snd_hda_jack_tbl_new() local 98 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_tbl_clear() local 111 struct hda_jack_tbl *jack) in jack_detect_update() 127 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_set_dirty_all() local 146 struct hda_jack_tbl *jack = snd_hda_jack_tbl_get(codec, nid); in snd_hda_pin_sense() local 177 struct hda_jack_tbl *jack = snd_hda_jack_tbl_new(codec, nid); in snd_hda_jack_detect_enable() local 196 struct hda_jack_tbl *jack = codec->jacktbl.list; in snd_hda_jack_report_sync() local 236 static void hda_free_jack_priv(struct snd_jack *jack) in hda_free_jack_priv() [all …]
|
D | hda_jack.h | 27 struct snd_jack *jack; member 49 struct hda_jack_tbl *jack = snd_hda_jack_tbl_get_from_tag(codec, tag); in snd_hda_jack_get_action() local
|
D | patch_hdmi.c | 763 struct hda_jack_tbl *jack; in hdmi_intrinsic_event() local
|
/linux-3.3/sound/core/ |
D | jack.c | 39 struct snd_jack *jack = device->device_data; in snd_jack_dev_free() local 59 struct snd_jack *jack = device->device_data; in snd_jack_dev_register() local 107 struct snd_jack *jack; in snd_jack_new() local 162 void snd_jack_set_parent(struct snd_jack *jack, struct device *parent) in snd_jack_set_parent() 190 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, in snd_jack_set_key() 213 void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report()
|
/linux-3.3/include/sound/ |
D | jack.h | 80 struct snd_jack **jack) in snd_jack_new() 85 static inline void snd_jack_set_parent(struct snd_jack *jack, in snd_jack_set_parent() 90 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report()
|
D | soc.h | 483 struct snd_soc_jack *jack; member 491 struct snd_jack *jack; member
|
/linux-3.3/sound/soc/codecs/ |
D | wm8350.c | 56 struct snd_soc_jack *jack; member 1309 struct wm8350_jack_data *jack, in wm8350_hp_work() 1346 struct wm8350_jack_data *jack = NULL; in wm8350_hp_jack_handler() local 1387 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect() 1462 struct snd_soc_jack *jack, in wm8350_mic_jack_detect()
|
D | twl6040.c | 81 struct snd_soc_jack *jack; member 699 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_report() 717 struct snd_soc_jack *jack, int report) in twl6040_hs_jack_detect()
|
D | 88pm860x-codec.c | 1311 struct snd_soc_jack *jack, in pm860x_hs_jack_detect() 1344 struct snd_soc_jack *jack, int det) in pm860x_mic_jack_detect()
|
D | wm8994.h | 48 struct snd_soc_jack *jack; member
|
D | wm5100.c | 72 struct snd_soc_jack *jack; member 2240 int wm5100_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack) in wm5100_detect()
|
D | wm8962.c | 70 struct snd_soc_jack *jack; member 3633 int wm8962_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack) in wm8962_mic_detect()
|
D | wm8996.c | 90 struct snd_soc_jack *jack; member 2433 int wm8996_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8996_detect()
|
D | wm8994.c | 2965 int wm8994_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8994_mic_detect() 3201 int wm8958_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8958_mic_detect()
|
D | wm8903.c | 1597 int wm8903_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, in wm8903_mic_detect()
|
/linux-3.3/arch/arm/mach-pxa/include/mach/ |
D | palm27x.h | 59 static inline void palm27x_ac97_init(int minv, int maxv, int jack, int reset) {} in palm27x_ac97_init()
|
/linux-3.3/sound/soc/samsung/ |
D | goni_wm8994.c | 35 static struct snd_soc_jack jack; variable
|
/linux-3.3/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()
|
/linux-3.3/drivers/usb/gadget/ |
D | f_midi.c | 747 int status, n, jack = 1, i = 0; in f_midi_bind() local
|