Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/Documentation/translations/zh_CN/rust/
A 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.3-rc2/fs/
A Dbinfmt_misc.c46 enum {Enabled, Magic}; enumerator
102 if (!test_bit(Enabled, &e->flags)) in check_file()
325 e->flags = 1 << Enabled; in create_entry()
329 e->flags = (1 << Enabled) | (1 << Magic); in create_entry()
507 if (test_bit(Enabled, &e->flags)) in entry_status()
613 clear_bit(Enabled, &e->flags); in bm_entry_write()
617 set_bit(Enabled, &e->flags); in bm_entry_write()
/linux-6.3-rc2/arch/arm64/boot/dts/allwinner/
A Dsun50i-h616-x96-mate.dts101 /* Enabled by the Android BSP */
109 /* Enabled by the Android BSP */
124 /* Enabled by the Android BSP */
/linux-6.3-rc2/Documentation/rust/
A Dgeneral-information.rst76 #[cfg(CONFIG_X)] // Enabled (`y` or `m`)
77 #[cfg(CONFIG_X="y")] // Enabled as a built-in (`y`)
78 #[cfg(CONFIG_X="m")] // Enabled as a module (`m`)
/linux-6.3-rc2/Documentation/x86/x86_64/
A 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.3-rc2/drivers/misc/mei/
A DKconfig15 tristate "ME Enabled Intel Chipsets"
19 MEI support for ME Enabled Intel chipsets.
/linux-6.3-rc2/Documentation/x86/
A 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
A Damd-memory-encryption.rst81 - Enabled:
85 Supported, Enabled and the Linux kernel is actively applying
109 | Feature Enabled | Guest needs | Guest has | Guest boot |
A Dpat.rst216 E E MTRR -> PAT init Enabled OS
235 Enabled PAT state set to enabled
A 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.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-toshiba_acpi123 * 1 -> Enabled
136 * 1 -> Enabled
186 * 1 -> Enabled
199 * 1 -> Enabled (Full USB 3 functionality)
A Dsysfs-class-ocxl44 Control whether the FPGA is reloaded on a link reset. Enabled
A Dsysfs-driver-ccp53 1: Enabled
/linux-6.3-rc2/drivers/net/wireless/ath/wcn36xx/
A DKconfig17 Enabled debugfs support
/linux-6.3-rc2/Documentation/sound/designs/
A Djack-injection.rst132 Jack: Headphone Jack Inject Enabled: 0
139 Jack: Headphone Jack Inject Enabled: 1
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/powerplay/inc/
A Dsmu8_fusion.h36 uint8_t Enabled; member
A Dsmu74_discrete.h642 uint8_t Enabled; member
739 uint8_t Enabled; member
A Dsmu75_discrete.h670 uint8_t Enabled; member
774 uint8_t Enabled; member
/linux-6.3-rc2/arch/arm/boot/dts/
A Dimx6ull-dhcom-som-cfg-sdcard.dtsi9 * Enabled: Micro SD card on module or
A Dorion5x-maxtor-shared-storage-2.dts162 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
A Dorion5x-lacie-d2-network.dts220 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A DKconfig66 Enabled debugfs support
/linux-6.3-rc2/Documentation/trace/
A Duser_events.rst139 /* Enabled */
162 /* Enabled */
/linux-6.3-rc2/Documentation/scsi/
A Ddpti.rst64 - Enabled hba reset from ioctls (allows a FW flash to reboot and use
/linux-6.3-rc2/Documentation/usb/
A Draw-gadget.rst15 Enabled with CONFIG_USB_RAW_GADGET.

Completed in 47 milliseconds

1234