Home
last modified time | relevance | path

Searched refs:Enabled (Results 1 – 25 of 77) sorted by relevance

1234

/linux-6.12.1/Documentation/translations/zh_CN/rust/
Dgeneral-information.rst72 #[cfg(CONFIG_X)] // Enabled (`y` or `m`)
73 #[cfg(CONFIG_X="y")] // Enabled as a built-in (`y`)
74 #[cfg(CONFIG_X="m")] // Enabled as a module (`m`)
/linux-6.12.1/arch/arm64/boot/dts/allwinner/
Dsun50i-h616-x96-mate.dts106 /* Enabled by the Android BSP */
114 /* Enabled by the Android BSP */
129 /* Enabled by the Android BSP */
/linux-6.12.1/fs/
Dbinfmt_misc.c43 enum {Enabled, Magic}; enumerator
102 if (!test_bit(Enabled, &e->flags)) in search_binfmt_handler()
397 e->flags = 1 << Enabled; in create_entry()
401 e->flags = (1 << Enabled) | (1 << Magic); in create_entry()
579 if (test_bit(Enabled, &e->flags)) in entry_status()
763 clear_bit(Enabled, &e->flags); in bm_entry_write()
767 set_bit(Enabled, &e->flags); in bm_entry_write()
/linux-6.12.1/Documentation/arch/x86/x86_64/
Dcpu-hotplug-spec.rst14 objects by setting the Enabled bit in the LAPIC object to zero.
18 it should have its LAPIC Enabled bit set to 0. Linux will use the number
/linux-6.12.1/Documentation/arch/x86/
Dtsx_async_abort.rst87 … 0 1 1 Enabled Yes None Same as MDS
88 … 1 X 1 Enabled X None needed None needed
103 …1 X 1 Enabled X None needed None needed
Damd-memory-encryption.rst81 - Enabled:
85 Supported, Enabled and the Linux kernel is actively applying
109 | Feature Enabled | Guest needs | Guest has | Guest boot |
Dpat.rst216 E E MTRR -> PAT init Enabled OS
235 Enabled PAT state set to enabled
Dsgx.rst31 support is enabled in the BIOS. If a BIOS presents a choice between "Enabled"
32 and "Software Enabled" modes for SGX, choose "Enabled".
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-toshiba_acpi123 * 1 -> Enabled
136 * 1 -> Enabled
186 * 1 -> Enabled
199 * 1 -> Enabled (Full USB 3 functionality)
Dsysfs-class-ocxl44 Control whether the FPGA is reloaded on a link reset. Enabled
Dsysfs-driver-ccp53 1: Enabled
/linux-6.12.1/drivers/misc/mei/
DKconfig18 tristate "ME Enabled Intel Chipsets"
21 MEI support for ME Enabled Intel chipsets.
/linux-6.12.1/drivers/net/wireless/ath/wcn36xx/
DKconfig17 Enabled debugfs support
/linux-6.12.1/Documentation/rust/
Dgeneral-information.rst150 #[cfg(CONFIG_X)] // Enabled (`y` or `m`)
151 #[cfg(CONFIG_X="y")] // Enabled as a built-in (`y`)
152 #[cfg(CONFIG_X="m")] // Enabled as a module (`m`)
/linux-6.12.1/Documentation/sound/designs/
Djack-injection.rst132 Jack: Headphone Jack Inject Enabled: 0
139 Jack: Headphone Jack Inject Enabled: 1
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu8_fusion.h36 uint8_t Enabled; member
Dsmu74_discrete.h642 uint8_t Enabled; member
739 uint8_t Enabled; member
Dsmu75_discrete.h670 uint8_t Enabled; member
774 uint8_t Enabled; member
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx6ull-dhcom-som-cfg-sdcard.dtsi9 * Enabled: Micro SD card on module or
/linux-6.12.1/drivers/net/wireless/ath/ath10k/
DKconfig67 Enabled debugfs support
/linux-6.12.1/arch/arm/boot/dts/marvell/
Dorion5x-maxtor-shared-storage-2.dts161 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
Dorion5x-lacie-d2-network.dts219 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
/linux-6.12.1/Documentation/scsi/
Ddpti.rst64 - Enabled hba reset from ioctls (allows a FW flash to reboot and use
Dadvansys.rst69 1. ADVANSYS_ASSERT - Enable driver assertions (Def: Enabled)
148 3. ADVANSYS_STATS - Enable statistics (Def: Enabled)
/linux-6.12.1/Documentation/usb/
Draw-gadget.rst15 Enabled with CONFIG_USB_RAW_GADGET.

1234