Searched refs:pin_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_realtek.c4972 unsigned int pin_type)
4975 pin_type);
4982 hda_nid_t nid, int pin_type,
4985 alc_set_pin_output(codec, nid, pin_type);
5011 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
5012 alc880_auto_set_output_and_unmute(codec, nid, pin_type, i);
6585 hda_nid_t nid, int pin_type,
6588 alc_set_pin_output(codec, nid, pin_type);
6604 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
6605 alc260_auto_set_output_and_unmute(codec, nid, pin_type,
4971 alc_set_pin_output(struct hda_codec *codec, hda_nid_t nid, unsigned int pin_type) argument
4981 alc880_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, int dac_idx) argument
6584 alc260_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, int sel_idx) argument
10424 alc882_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, hda_nid_t dac) argument
10449 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
13198 alc268_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type) argument
13216 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
15432 alc861_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, hda_nid_t dac) argument
15466 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
16442 alc861vd_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, int dac_idx) argument
16455 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
18642 alc662_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, hda_nid_t dac) argument
18665 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
19200 alc680_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type) argument
19211 int pin_type = get_pin_type(spec->autocfg.line_out_type); local
[all...]
H A Dpatch_analog.c2934 hda_nid_t nid, int pin_type,
2938 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
2933 ad1988_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, int dac_idx) argument
H A Dpatch_sigmatel.c2473 static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type) argument
2477 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
H A Dpatch_via.c515 hda_nid_t nid, int pin_type,
520 pin_type);
514 via_auto_set_output_and_unmute(struct hda_codec *codec, hda_nid_t nid, int pin_type, int dac_idx) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-avcore.c537 u8 pin_type, u8 input)
542 if (pin_type != dev->video_input) {
543 status = cx231xx_afe_adjust_ref_count(dev, pin_type);
561 switch (pin_type) {
536 cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input) argument
H A Dcx231xx.h719 int cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input);

Completed in 156 milliseconds