boot_enable       243 drivers/hwtracing/coresight/coresight-etm.h 	bool				boot_enable;
boot_enable        40 drivers/hwtracing/coresight/coresight-etm3x.c static int boot_enable;
boot_enable        41 drivers/hwtracing/coresight/coresight-etm3x.c module_param_named(boot_enable, boot_enable, int, S_IRUGO);
boot_enable       684 drivers/hwtracing/coresight/coresight-etm3x.c 	if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable)
boot_enable       882 drivers/hwtracing/coresight/coresight-etm3x.c 	if (boot_enable) {
boot_enable       884 drivers/hwtracing/coresight/coresight-etm3x.c 		drvdata->boot_enable = true;
boot_enable        36 drivers/hwtracing/coresight/coresight-etm4x.c static int boot_enable;
boot_enable        37 drivers/hwtracing/coresight/coresight-etm4x.c module_param(boot_enable, int, 0444);
boot_enable        38 drivers/hwtracing/coresight/coresight-etm4x.c MODULE_PARM_DESC(boot_enable, "Enable tracing on boot");
boot_enable      1051 drivers/hwtracing/coresight/coresight-etm4x.c 	if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable)
boot_enable      1179 drivers/hwtracing/coresight/coresight-etm4x.c 	if (boot_enable) {
boot_enable      1181 drivers/hwtracing/coresight/coresight-etm4x.c 		drvdata->boot_enable = true;
boot_enable       369 drivers/hwtracing/coresight/coresight-etm4x.h 	bool				boot_enable;
boot_enable       277 drivers/scsi/ufs/ufs-sysfs.c UFS_DEVICE_DESC_PARAM(boot_enable, _BOOT_ENBL, 1);