single_cmd        890 sound/pci/hda/hda_controller.c 	chip->single_cmd = 1;
single_cmd        978 sound/pci/hda/hda_controller.c 	if (chip->single_cmd)
single_cmd        992 sound/pci/hda/hda_controller.c 	if (chip->single_cmd)
single_cmd        138 sound/pci/hda/hda_controller.h 	unsigned int single_cmd:1;
single_cmd        118 sound/pci/hda/hda_intel.c static int single_cmd = -1;
single_cmd        148 sound/pci/hda/hda_intel.c module_param(single_cmd, bint, 0444);
single_cmd        149 sound/pci/hda/hda_intel.c MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
single_cmd       1748 sound/pci/hda/hda_intel.c 	if (single_cmd < 0) /* allow fallback to single_cmd at errors */
single_cmd       1751 sound/pci/hda/hda_intel.c 		chip->single_cmd = single_cmd;
single_cmd        391 sound/pci/hda/hda_tegra.c 	chip->single_cmd = false;