Searched refs:boot_enable (Results 1 – 5 of 5) sorted by relevance
40 static int boot_enable; variable41 module_param_named(boot_enable, boot_enable, int, S_IRUGO);688 if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable) in etm_online_cpu()904 if (boot_enable) { in etm_probe()906 drvdata->boot_enable = true; in etm_probe()
46 static int boot_enable; variable47 module_param(boot_enable, int, 0444);48 MODULE_PARM_DESC(boot_enable, "Enable tracing on boot");1531 if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable) in etm4_online_cpu()2013 if (boot_enable) { in etm4_probe()2015 drvdata->boot_enable = true; in etm4_probe()
243 bool boot_enable; member
1041 bool boot_enable; member
670 UFS_DEVICE_DESC_PARAM(boot_enable, _BOOT_ENBL, 1);