/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
|
/linux/sound/soc/ |
H A D | soc-topology.c | 353 if (dobj->unload) in soc_tplg_remove_kcontrol() 354 dobj->unload(comp, dobj); in soc_tplg_remove_kcontrol() 367 if (dobj->unload) in soc_tplg_remove_route() 368 dobj->unload(comp, dobj); in soc_tplg_remove_route() 385 if (dobj->unload) in soc_tplg_remove_widget() 386 dobj->unload(comp, dobj); in soc_tplg_remove_widget() 408 if (dobj->unload) in soc_tplg_remove_dai() 409 dobj->unload(comp, dobj); in soc_tplg_remove_dai() 428 if (dobj->unload) in soc_tplg_remove_link() 429 dobj->unload(com in soc_tplg_remove_link() [all...] |
/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() 186 "unload"); in tu102_acr_load()
|
H A D | gv100.c | 45 .unload = gv100_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() 269 "unload"); in gp102_acr_load()
|
H A D | gp108.c | 90 .unload = gp108_acr_unload_fwif,
|
H A D | priv.h | 22 const struct nvkm_acr_hsf_fwif *unload; member
|
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() 355 "unload"); in gm200_acr_load()
|
H A D | ga102.c | 280 .unload = ga102_acr_unload_fwif, 307 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in ga102_acr_load() 308 acr, NULL, "acr/ucode_unload", "unload"); in ga102_acr_load()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | base.c | 90 nvkm_firmware_put(gsp->fws.booter.unload); in nvkm_gsp_dtor_fws() 91 gsp->fws.booter.unload = NULL; in nvkm_gsp_dtor_fws()
|
H A D | tu102.c | 43 nvkm_debug(subdev, "WPR2 not set - skipping booter unload\n"); in tu102_gsp_booter_unload() 47 ret = nvkm_falcon_fw_boot(&gsp->booter.unload, &gsp->subdev, true, &mbox0, &mbox1, 0, 0); in tu102_gsp_booter_unload() 300 ret = gsp->func->booter.ctor(gsp, "booter-unload", gsp->fws.booter.unload, in tu102_gsp_oneinit() 301 &device->sec2->falcon, &gsp->booter.unload); in tu102_gsp_oneinit() 419 ret = nvkm_gsp_load_fw(gsp, "booter_unload", fwif->ver, &gsp->fws.booter.unload); in tu102_gsp_load()
|
/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
|
/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
|
/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
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 113 goto unload; in qxl_pci_probe() 127 unload: in qxl_pci_probe()
|
/linux/drivers/gpu/drm/ |
H A D | drm_drv.c | 399 * Drivers that want to support device unplugging (USB, DT overlay unload) should 405 * paths are protected, they will not run on regular driver module unload, 413 * Called at module unload time or when a PCI device is unplugged. 1113 if (dev->driver->unload) in drm_dev_register() 1114 dev->driver->unload(dev); in drm_dev_register() 1154 if (dev->driver->unload) in drm_dev_unregister() 1155 dev->driver->unload(dev); in drm_dev_unregister()
|
/linux/drivers/accel/amdxdna/ |
H A D | aie2_solver.h | 101 int (*unload)(void *cb_arg); member
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | i915-kbl-fails.txt | 18 perf_pmu@module-unload,Fail
|
H A D | i915-tgl-fails.txt | 17 perf_pmu@module-unload,Fail
|
H A D | i915-jsl-fails.txt | 39 perf_pmu@module-unload,Fail
|
H A D | i915-amly-fails.txt | 43 perf_pmu@module-unload,Fail
|
/linux/include/sound/ |
H A D | soc-topology.h | 65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj); member 105 * Public API - Used by component drivers to load and unload dynamic objects
|
/linux/Documentation/networking/ |
H A D | page_pool.rst | 192 Driver unload 197 /* Driver unload */
|
/linux/drivers/char/mwave/ |
H A D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|