Home
last modified time | relevance | path

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

123

/linux/rust/kernel/
H A Dregulator.rs31 impl Sealed for super::Enabled {} implementation
45 pub struct Enabled; struct
52 impl RegulatorState for Enabled { implementation
304 pub fn try_into_enabled(self) -> Result<Regulator<Enabled>, Error<Disabled>> { in try_into_enabled() argument
322 impl Regulator<Enabled> {
333 pub fn try_into_disabled(self) -> Result<Regulator<Disabled>, Error<Enabled>> { in try_into_disabled() argument
/linux/Documentation/translations/zh_CN/rust/
H A Dgeneral-information.rst73 #[cfg(CONFIG_X)] // Enabled (`y` or `m`)
74 #[cfg(CONFIG_X="y")] // Enabled as a built-in (`y`)
75 #[cfg(CONFIG_X="m")] // Enabled as a module (`m`)
/linux/Documentation/driver-api/cxl/platform/example-configurations/
H A Dflexible.rst150 Enabled : 1
162 Enabled : 1
174 Enabled : 1
186 Enabled : 1
198 Enabled : 1
210 Enabled : 1
222 Enabled : 1
H A Dmulti-dev-per-hb.rst52 Enabled : 1
H A Dhb-interleave.rst61 Enabled : 1
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs115 let mali_regulator = Regulator::<regulator::Enabled>::get(pdev.as_ref(), c_str!("mali"))?; in probe()
116 let sram_regulator = Regulator::<regulator::Enabled>::get(pdev.as_ref(), c_str!("sram"))?; in probe()
203 mali: Regulator<regulator::Enabled>,
204 sram: Regulator<regulator::Enabled>,
/linux/fs/
H A Dbinfmt_misc.c43 enum {Enabled, Magic}; enumerator
102 if (!test_bit(Enabled, &e->flags)) in search_binfmt_handler()
400 e->flags = 1 << Enabled; in create_entry()
404 e->flags = (1 << Enabled) | (1 << Magic); in create_entry()
582 if (test_bit(Enabled, &e->flags)) in entry_status()
728 clear_bit(Enabled, &e->flags); in bm_entry_write()
732 set_bit(Enabled, &e->flags); in bm_entry_write()
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h616-x96-mate.dts117 /* Enabled by the Android BSP */
125 /* Enabled by the Android BSP */
140 /* Enabled by the Android BSP */
/linux/Documentation/arch/x86/x86_64/
H 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/Documentation/arch/x86/
H 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
H A Dpat.rst216 E E MTRR -> PAT init Enabled OS
235 Enabled PAT state set to enabled
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-toshiba_acpi123 * 1 -> Enabled
136 * 1 -> Enabled
186 * 1 -> Enabled
199 * 1 -> Enabled (Full USB 3 functionality)
H A Dsysfs-class-ocxl44 Control whether the FPGA is reloaded on a link reset. Enabled
H A Dsysfs-driver-ccp53 1: Enabled
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dsrat.rst42 Enabled : 1
64 Flags : 00000001 <- Bit 0 (Enabled)
/linux/Documentation/rust/
H A 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/drivers/misc/mei/
H A DKconfig18 tristate "ME Enabled Intel Chipsets"
21 MEI support for ME Enabled Intel chipsets.
/linux/drivers/net/wireless/ath/wcn36xx/
H A DKconfig17 Enabled debugfs support
/linux/Documentation/sound/designs/
H A Djack-injection.rst132 Jack: Headphone Jack Inject Enabled: 0
139 Jack: Headphone Jack Inject Enabled: 1
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu8_fusion.h36 uint8_t Enabled; member
H A Dsmu74_discrete.h642 uint8_t Enabled; member
739 uint8_t Enabled; member
/linux/fs/resctrl/
H A DKconfig37 Enabled by the architecture when the RMID values depend on the CLOSID.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-dhcom-som-cfg-sdcard.dtsi9 * Enabled: Micro SD card on module or
/linux/drivers/net/wireless/ath/ath10k/
H A DKconfig67 Enabled debugfs support
/linux/arch/arm/boot/dts/marvell/
H A Dorion5x-maxtor-shared-storage-2.dts161 * GPIO 24: Inhibit board power off (0 = Disabled, 1 = Enabled)

123