Home
last modified time | relevance | path

Searched refs:boot_timeout (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/sound/soc/sof/
H A Dcore.c58 module_param_named(boot_timeout, sof_boot_timeout_ms, uint, 0444);
59 MODULE_PARM_DESC(boot_timeout,
685 if (plat_data->desc->boot_timeout == 0) in snd_sof_device_probe()
686 sdev->boot_timeout = TIMEOUT_DEFAULT_BOOT_MS; in snd_sof_device_probe()
688 sdev->boot_timeout = plat_data->desc->boot_timeout; in snd_sof_device_probe()
696 sdev->boot_timeout = sof_boot_timeout_ms; in snd_sof_device_probe()
H A Dloader.c156 msecs_to_jiffies(sdev->boot_timeout)); in snd_sof_run_firmware()
H A Dsof-priv.h638 int boot_timeout; member
/linux-6.15/include/sound/
H A Dsof.h146 int boot_timeout; member