Home
last modified time | relevance | path

Searched refs:unload (Results 1 – 25 of 58) sorted by relevance

123

/linux/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst21 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 Dsoc-topology.c357 if (dobj->unload) in soc_tplg_remove_kcontrol()
358 dobj->unload(comp, dobj); in soc_tplg_remove_kcontrol()
371 if (dobj->unload) in soc_tplg_remove_route()
372 dobj->unload(comp, dobj);
389 if (dobj->unload) in soc_tplg_remove_widget()
390 dobj->unload(comp, dobj); in soc_tplg_remove_widget()
412 if (dobj->unload) in soc_tplg_remove_dai()
413 dobj->unload(comp, dobj); in soc_tplg_remove_dai()
432 if (dobj->unload) in soc_tplg_remove_link()
433 dobj->unload(com in soc_tplg_remove_link()
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dtu102.c156 .unload = tu102_acr_unload_fwif,
184 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in tu102_acr_load()
H A Dgv100.c45 .unload = gv100_acr_unload_fwif,
H A Dgp102.c246 .unload = gp102_acr_unload_fwif,
267 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gp102_acr_load()
H A Dgp108.c90 .unload = gp108_acr_unload_fwif,
H A Dpriv.h22 const struct nvkm_acr_hsf_fwif *unload; member
H A Dgm200.c330 .unload = gm200_acr_unload_fwif,
353 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gm200_acr_load()
H A Dga102.c280 .unload = ga102_acr_unload_fwif,
307 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in ga102_acr_load()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dbase.c90 nvkm_firmware_put(gsp->fws.booter.unload); in nvkm_gsp_dtor_fws()
91 gsp->fws.booter.unload = NULL; in nvkm_gsp_dtor_fws()
/linux/tools/testing/selftests/kexec/
H A Dtest_kexec_load.sh34 kexec --unload
H A Dtest_kexec_file_load.sh122 kexec --unload --kexec-file-syscall
/linux/Documentation/ABI/testing/
H A Dsysfs-block-device34 - 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 Dscsi.rst22 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
H A DChangeLog.ips68 4.10.13 - Fix for dynamic unload and proc file system
/linux/drivers/accel/amdxdna/
H A Daie2_solver.h101 int (*unload)(void *cb_arg); member
/linux/include/sound/
H A Dsoc-topology.h65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj); member
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h73 const struct firmware *unload; member
124 struct nvkm_falcon_fw unload; member
/linux/Documentation/firmware-guide/acpi/
H A Daml-debugger.rst62 the "quit" or "exit" commands. When finished, unload the module with::
/linux/Documentation/admin-guide/
H A Ddell_rbu.rst43 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/Documentation/driver-api/
H A Dconsole.rst26 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/Documentation/power/
H A Dbasic-pm-debugging.rst120 - 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
H A Ds2ram.rst13 simple module unload can fix it.
/linux/Documentation/usb/
H A Diuu_phoenix.rst27 To use parameters, just unload the module if it is
/linux/rust/kernel/drm/
H A Ddevice.rs169 unload: None, in as_raw()

123