input_mux         256 drivers/media/usb/cx231xx/cx231xx-avcore.c int cx231xx_afe_set_input_mux(struct cx231xx *dev, u32 input_mux)
input_mux         258 drivers/media/usb/cx231xx/cx231xx-avcore.c 	u8 ch1_setting = (u8) input_mux;
input_mux         259 drivers/media/usb/cx231xx/cx231xx-avcore.c 	u8 ch2_setting = (u8) (input_mux >> 8);
input_mux         260 drivers/media/usb/cx231xx/cx231xx-avcore.c 	u8 ch3_setting = (u8) (input_mux >> 16);
input_mux         782 drivers/media/usb/cx231xx/cx231xx.h int cx231xx_afe_set_input_mux(struct cx231xx *dev, u32 input_mux);
input_mux        3166 sound/pci/hda/hda_generic.c 	struct hda_input_mux *imux = &spec->input_mux;
input_mux        3236 sound/pci/hda/hda_generic.c 	struct hda_input_mux *imux = &spec->input_mux;
input_mux        3403 sound/pci/hda/hda_generic.c 	return snd_hda_input_mux_info(&spec->input_mux, uinfo);
input_mux        3453 sound/pci/hda/hda_generic.c 	imux = &spec->input_mux;
input_mux        3704 sound/pci/hda/hda_generic.c 	struct hda_input_mux *imux = &spec->input_mux;
input_mux        3733 sound/pci/hda/hda_generic.c 	struct hda_input_mux *imux = &spec->input_mux;
input_mux        3850 sound/pci/hda/hda_generic.c 	struct hda_input_mux *imux = &spec->input_mux;
input_mux        4130 sound/pci/hda/hda_generic.c 	imux = &spec->input_mux;
input_mux        4838 sound/pci/hda/hda_generic.c 	imux = &spec->input_mux;
input_mux        5106 sound/pci/hda/hda_generic.c 	    spec->input_mux.num_items > 1) {
input_mux        5127 sound/pci/hda/hda_generic.c 	    (spec->auto_mic || spec->input_mux.num_items == 1 ||
input_mux        5939 sound/pci/hda/hda_generic.c 	struct hda_input_mux *imux = &spec->input_mux;
input_mux         136 sound/pci/hda/hda_generic.h 	struct hda_input_mux input_mux;
input_mux         364 sound/pci/hda/patch_cirrus.c 		for (i = 0; i < spec->gen.input_mux.num_items; i++) {
input_mux        5535 sound/pci/hda/patch_realtek.c 	struct hda_input_mux *imux = &spec->gen.input_mux;