/linux-6.1.9/Documentation/admin-guide/laptops/ |
D | disk-shock-protection.rst | 21 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature. 23 unload disk heads. This feature is being used in modern laptops in 42 -EOPNOTSUPP if the device does not support the unload feature. 77 unload operation to complete is vendor specific. The hint in ATA-7 86 be affected too. The only exception is that a subsequent head unload 109 version of the ATA standard than ATA-7, but do support the unload 113 support the unload feature (for instance, because the vendor of your
|
D | toshiba_haps.rst | 26 automatic HDD protection (head unload) on sudden moves or harsh vibrations,
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-block-device | 34 - If the device does not support the unload heads feature, 41 ATA standard, but support the unload feature nonetheless. 44 does support the unload feature, then you can tell the kernel
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
D | tu102.c | 182 .unload = tu102_acr_unload_fwif, 210 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in tu102_acr_load()
|
D | gp102.c | 243 .unload = gp102_acr_unload_fwif, 264 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gp102_acr_load()
|
D | gp108.c | 91 .unload = gp108_acr_unload_fwif,
|
D | priv.h | 22 const struct nvkm_acr_hsf_fwif *unload; member
|
D | gm200.c | 443 .unload = gm200_acr_unload_fwif, 466 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gm200_acr_load()
|
/linux-6.1.9/tools/testing/selftests/kexec/ |
D | test_kexec_load.sh | 34 kexec --unload
|
D | test_kexec_file_load.sh | 122 kexec --unload --kexec-file-syscall
|
/linux-6.1.9/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 116 goto unload; in qxl_pci_probe() 130 unload: in qxl_pci_probe()
|
/linux-6.1.9/Documentation/scsi/ |
D | scsi.rst | 24 loaded, and if you unload the modules, it will have to be the last one 35 and then unload it once you have no further need for the driver (and release
|
/linux-6.1.9/drivers/gpu/drm/savage/ |
D | savage_drv.c | 58 .unload = savage_driver_unload,
|
/linux-6.1.9/drivers/gpu/drm/mga/ |
D | mga_drv.c | 62 .unload = mga_driver_unload,
|
/linux-6.1.9/drivers/gpu/drm/sis/ |
D | sis_drv.c | 106 .unload = sis_driver_unload,
|
/linux-6.1.9/include/linux/mlx5/ |
D | eswitch.h | 39 void (*unload)(struct mlx5_eswitch_rep *rep); member
|
/linux-6.1.9/drivers/char/mwave/ |
D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|
/linux-6.1.9/include/drm/ |
D | drm_drv.h | 256 void (*unload) (struct drm_device *); member
|
/linux-6.1.9/Documentation/firmware-guide/acpi/ |
D | aml-debugger.rst | 62 the "quit" or "exit" commands. When finished, unload the module with::
|
/linux-6.1.9/Documentation/admin-guide/ |
D | dell_rbu.rst | 43 The user should not unload the rbu driver after downloading the BIOS image 127 Also don't unload the rbu driver if the image has to be updated.
|
/linux-6.1.9/Documentation/driver-api/ |
D | console.rst | 26 give_up_console() - unload driver; it will only work if driver 97 developers. By unbinding the driver from the console layer, one can unload the
|
/linux-6.1.9/Documentation/networking/ |
D | page_pool.rst | 216 Driver unload 221 /* Driver unload */
|
/linux-6.1.9/Documentation/power/ |
D | basic-pm-debugging.rst | 120 - if the test fails, unload a half of the drivers currently loaded and repeat 127 them), you have to unload it every time before hibernation. In that case please 169 unload n/2 of the modules and try again (that would probably involve rebooting 242 you will have to unload them every time before an STR transition (ie. before
|
/linux-6.1.9/kernel/module/ |
D | Kconfig | 36 Without this option you will not be able to unload any 45 This option allows you to force a module to unload, even if the 52 bool "Tainted module unload tracking"
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_drv.c | 946 if (dev->driver->unload) in drm_dev_unregister() 947 dev->driver->unload(dev); in drm_dev_unregister()
|