Home
last modified time | relevance | path

Searched refs:boot_enable (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm3x-core.c40 static int boot_enable; variable
41 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()
Dcoresight-etm.h243 bool boot_enable; member
Dcoresight-etm4x-core.c46 static int boot_enable; variable
47 module_param(boot_enable, int, 0444);
48 MODULE_PARM_DESC(boot_enable, "Enable tracing on boot");
1533 if (etmdrvdata[cpu]->boot_enable && !etmdrvdata[cpu]->sticky_enable) in etm4_online_cpu()
2011 if (boot_enable) { in etm4_probe()
2013 drvdata->boot_enable = true; in etm4_probe()
Dcoresight-etm4x.h1049 bool boot_enable; member
/linux-6.1.9/drivers/ufs/core/
Dufs-sysfs.c668 UFS_DEVICE_DESC_PARAM(boot_enable, _BOOT_ENBL, 1);
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-driver-ufs77 What: /sys/bus/platform/drivers/ufshcd/*/device_descriptor/boot_enable
78 What: /sys/bus/platform/devices/*.ufs/device_descriptor/boot_enable