Home
last modified time | relevance | path

Searched refs:hotpluggable (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/acpi/numa/
H A Dsrat.c259 u32 hotpluggable; in acpi_parse_memory_affinity() local
275 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_parse_memory_affinity()
302 hotpluggable ? " hotplug" : "", in acpi_parse_memory_affinity()
306 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_parse_memory_affinity()
/linux/arch/mips/kernel/
H A Dtopology.c18 c->hotpluggable = !!i; in topology_init()
/linux/drivers/base/
H A Dcpu.c400 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu()
404 if (cpu->hotpluggable) in register_cpu()
522 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()
539 c->hotpluggable = arch_cpu_is_hotpluggable(cpu); in arch_register_cpu()
/linux/arch/sh/kernel/
H A Dtopology.c52 c->hotpluggable = 1; in topology_init()
/linux/arch/parisc/kernel/
H A Dtopology.c40 per_cpu(cpu_devices, cpuid).hotpluggable = 1; in store_cpu_topology()
/linux/Documentation/driver-api/media/
H A Dv4l2-device.rst58 If you have a hotpluggable device (e.g. a USB device), then when a disconnect
68 hotpluggable, then there is no need to call :c:func:`v4l2_device_disconnect`.
120 safe to unregister :c:type:`v4l2_device` for hotpluggable devices. For this
/linux/Documentation/arch/x86/x86_64/
H A Dcpu-hotplug-spec.rst16 For CPU hotplug Linux/x86-64 expects now that any possible future hotpluggable
/linux/include/linux/
H A Dcpu.h29 int hotpluggable; /* creates sysfs control file if hotpluggable */ member
/linux/drivers/of/
H A Dfdt.c994 bool hotpluggable; in early_init_dt_scan_memory() local
1010 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory()
1029 if (!hotpluggable) in early_init_dt_scan_memory()
/linux/arch/powerpc/kernel/
H A Dsysfs.c941 if (WARN_RATELIMIT(!c->hotpluggable, "cpu %d can't be offlined\n", cpu)) in unregister_cpu_online()
1165 c->hotpluggable = 1; in topology_init()
1168 if (cpu_online(cpu) || c->hotpluggable) { in topology_init()
/linux/Documentation/fb/
H A Dsh7760fb.rst19 (displays aren't hotpluggable anyway)
/linux/arch/xtensa/kernel/
H A Dsetup.c382 cpu->hotpluggable = !!i; in topology_init()
/linux/Documentation/driver-api/usb/
H A Dhotplug.rst8 In hotpluggable busses like USB (and Cardbus PCI), end-users plug devices
/linux/arch/arm/kernel/
H A Dsetup.c1211 cpuinfo->cpu.hotpluggable = platform_can_hotplug_cpu(cpu); in topology_init()
/linux/Documentation/driver-api/driver-model/
H A Dplatform.rst186 this interface is only for use with non-hotpluggable devices.)
H A Dporting.rst176 This should happen on buses that support hotpluggable devices.
/linux/arch/s390/kernel/
H A Dsmp.c1135 c->hotpluggable = !!cpu; in smp_add_present_cpu()
/linux/Documentation/driver-api/
H A Dxillybus.rst237 Even though PCI Express is hotpluggable in general, a typical motherboard