jackpoll_ms       117 sound/pci/hda/hda_intel.c static int jackpoll_ms[SNDRV_CARDS];
jackpoll_ms       146 sound/pci/hda/hda_intel.c module_param_array(jackpoll_ms, int, NULL, 0444);
jackpoll_ms       147 sound/pci/hda/hda_intel.c MODULE_PARM_DESC(jackpoll_ms, "Ms between polling for jack events (default = 0, using unsol events only)");
jackpoll_ms      1736 sound/pci/hda/hda_intel.c 	if (jackpoll_ms[dev] >= 50 && jackpoll_ms[dev] <= 60000)
jackpoll_ms      1737 sound/pci/hda/hda_intel.c 		chip->jackpoll_interval = msecs_to_jiffies(jackpoll_ms[dev]);