Home
last modified time | relevance | path

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

1234

/linux-6.15/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-6.15/sound/soc/
H A Dsoc-topology.c353 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(comp, dobj); in soc_tplg_remove_link()
[all …]
/linux-6.15/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 Dga102.c280 .unload = ga102_acr_unload_fwif,
307 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in ga102_acr_load()
H A Dgm200.c330 .unload = gm200_acr_unload_fwif,
353 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gm200_acr_load()
/linux-6.15/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-6.15/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-6.15/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
/linux-6.15/drivers/gpu/drm/qxl/
H A Dqxl_drv.c113 goto unload; in qxl_pci_probe()
127 unload: in qxl_pci_probe()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_drv.c1057 if (dev->driver->unload) in drm_dev_register()
1058 dev->driver->unload(dev); in drm_dev_register()
1098 if (dev->driver->unload) in drm_dev_unregister()
1099 dev->driver->unload(dev); in drm_dev_unregister()
/linux-6.15/drivers/accel/amdxdna/
H A Daie2_solver.h101 int (*unload)(void *cb_arg); member
/linux-6.15/drivers/gpu/drm/ci/xfails/
H A Di915-kbl-fails.txt18 perf_pmu@module-unload,Fail
H A Di915-tgl-fails.txt16 perf_pmu@module-unload,Fail
H A Di915-apl-fails.txt40 perf_pmu@module-unload,Fail
/linux-6.15/include/sound/
H A Dsoc-topology.h65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj); member
/linux-6.15/Documentation/networking/
H A Dpage_pool.rst192 Driver unload
197 /* Driver unload */
/linux-6.15/drivers/char/mwave/
H A DREADME5 are not saved by the BIOS and so do not persist after unload and reload.
/linux-6.15/include/linux/mlx5/
H A Deswitch.h40 void (*unload)(struct mlx5_eswitch_rep *rep); member
/linux-6.15/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h43 const struct firmware *unload; member
87 struct nvkm_falcon_fw unload; member
/linux-6.15/include/drm/
H A Ddrm_drv.h249 void (*unload) (struct drm_device *); member

1234