/openbmc/linux/Documentation/admin-guide/laptops/ |
H A 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | 0006-Workaround-patch-for-missing-Python3-transition-of-t.patch | 16 unload.py | 5 ++++ 119 --- a/unload.py 120 +++ b/unload.py
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | tu102.c | 156 .unload = tu102_acr_unload_fwif, 184 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in tu102_acr_load()
|
H A D | gv100.c | 45 .unload = gv100_acr_unload_fwif,
|
H A D | gp108.c | 90 .unload = gp108_acr_unload_fwif,
|
H A D | gp102.c | 246 .unload = gp102_acr_unload_fwif, 267 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gp102_acr_load()
|
H A D | priv.h | 22 const struct nvkm_acr_hsf_fwif *unload; member
|
H A D | ga102.c | 279 .unload = ga102_acr_unload_fwif, 306 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in ga102_acr_load()
|
H A D | gm200.c | 330 .unload = gm200_acr_unload_fwif, 353 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gm200_acr_load()
|
/openbmc/linux/sound/soc/ |
H A D | soc-topology.c | 362 if (dobj->unload) in soc_tplg_remove_kcontrol() 363 dobj->unload(comp, dobj); in soc_tplg_remove_kcontrol() 376 if (dobj->unload) in soc_tplg_remove_route() 377 dobj->unload(comp, dobj); in soc_tplg_remove_route() 394 if (dobj->unload) in soc_tplg_remove_widget() 395 dobj->unload(comp, dobj); in soc_tplg_remove_widget() 421 if (dobj->unload) in soc_tplg_remove_dai() 422 dobj->unload(comp, dobj); in soc_tplg_remove_dai() 441 if (dobj->unload) in soc_tplg_remove_link() 442 dobj->unload(comp, dobj); in soc_tplg_remove_link() [all …]
|
/openbmc/linux/tools/testing/selftests/kexec/ |
H A D | test_kexec_load.sh | 34 kexec --unload
|
H A D | test_kexec_file_load.sh | 122 kexec --unload --kexec-file-syscall
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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
|
/openbmc/linux/Documentation/scsi/ |
H A D | scsi.rst | 22 loaded, and if you unload the modules, it will have to be the last one 33 and then unload it once you have no further need for the driver (and release
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 117 goto unload; in qxl_pci_probe() 131 unload: in qxl_pci_probe()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_drv.c | 956 if (dev->driver->unload) in drm_dev_register() 957 dev->driver->unload(dev); in drm_dev_register() 998 if (dev->driver->unload) in drm_dev_unregister() 999 dev->driver->unload(dev); in drm_dev_unregister()
|
/openbmc/linux/include/sound/ |
H A D | soc-topology.h | 65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj); member
|
/openbmc/linux/Documentation/networking/ |
H A D | page_pool.rst | 184 Driver unload 189 /* Driver unload */
|
/openbmc/linux/include/linux/mlx5/ |
H A D | eswitch.h | 39 void (*unload)(struct mlx5_eswitch_rep *rep); member
|
/openbmc/linux/drivers/char/mwave/ |
H A D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | aml-debugger.rst | 62 the "quit" or "exit" commands. When finished, unload the module with::
|
/openbmc/linux/include/drm/ |
H A D | drm_drv.h | 274 void (*unload) (struct drm_device *); member
|
/openbmc/linux/Documentation/admin-guide/ |
H A 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.
|
/openbmc/linux/Documentation/driver-api/ |
H A 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
|
/openbmc/linux/Documentation/power/ |
H A 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
|