Home
last modified time | relevance | path

Searched refs:unload (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-6.6/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()
186 "unload"); in tu102_acr_load()
H A Dgv100.c45 .unload = gv100_acr_unload_fwif,
H A Dgp108.c90 .unload = gp108_acr_unload_fwif,
H A Dga102.c279 .unload = ga102_acr_unload_fwif,
306 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in ga102_acr_load()
307 acr, NULL, "acr/ucode_unload", "unload"); in ga102_acr_load()
H A Dgp102.c246 .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 Dpriv.h22 const struct nvkm_acr_hsf_fwif *unload; member
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-topology.c362 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(com in soc_tplg_remove_link()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dtu102.c182 .unload = tu102_acr_unload_fwif,
210 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in tu102_acr_load()
212 "unload"); in tu102_acr_load()
H A Dgp108.c91 .unload = gp108_acr_unload_fwif,
H A Dgp102.c243 .unload = gp102_acr_unload_fwif,
264 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gp102_acr_load()
266 "unload"); in gp102_acr_load()
H A Dpriv.h22 const struct nvkm_acr_hsf_fwif *unload; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_drv.c374 * Drivers that want to support device unplugging (USB, DT overlay unload) should
380 * paths are protected, they will not run on regular driver module unload,
388 * Called at module unload time or when a PCI device is unplugged.
912 if (dev->driver->unload) in drm_dev_register()
913 dev->driver->unload(dev); in drm_dev_register()
951 if (dev->driver->unload) in drm_dev_unregister()
952 dev->driver->unload(dev); in drm_dev_unregister()
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H A Dqxl_drv.c113 goto unload; in qxl_pci_probe()
127 unload: in qxl_pci_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H A Dqxl_drv.c117 goto unload; in qxl_pci_probe()
131 unload: in qxl_pci_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/
H A Dmga_drv.c62 .unload = mga_driver_unload,
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/
H A Dsavage_drv.c58 .unload = savage_driver_unload,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_drv.c399 * 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.
958 if (dev->driver->unload) in drm_dev_register()
959 dev->driver->unload(dev); in drm_dev_register()
1000 if (dev->driver->unload) in drm_dev_unregister()
1001 dev->driver->unload(dev); in drm_dev_unregister()
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Deswitch.h35 void (*unload)(struct mlx5_eswitch_rep *rep); member
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
H A Dvia_drv.c78 .unload = via_driver_unload,
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh121 kexec --unload --kexec-file-syscall
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/
H A Dsis_drv.c105 .unload = sis_driver_unload,
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Deswitch.h39 void (*unload)(struct mlx5_eswitch_rep *rep); member
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-topology.h65 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
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh122 kexec --unload --kexec-file-syscall
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dib_rep.c93 .unload = mlx5_ib_vport_rep_unload,

Completed in 11 milliseconds

123