/kernel/linux/linux-6.6/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 | gp108.c | 90 .unload = gp108_acr_unload_fwif,
|
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() 307 acr, NULL, "acr/ucode_unload", "unload"); in ga102_acr_load()
|
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 | priv.h | 22 const struct nvkm_acr_hsf_fwif *unload; member
|
/kernel/linux/linux-6.6/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(com in soc_tplg_remove_link() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | tu102.c | 182 .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 D | gp108.c | 91 .unload = gp108_acr_unload_fwif,
|
H A D | gp102.c | 243 .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 D | priv.h | 22 const struct nvkm_acr_hsf_fwif *unload; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_drv.c | 374 * 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 D | qxl_drv.c | 113 goto unload; in qxl_pci_probe() 127 unload: in qxl_pci_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 117 goto unload; in qxl_pci_probe() 131 unload: in qxl_pci_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mga/ |
H A D | mga_drv.c | 62 .unload = mga_driver_unload,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/savage/ |
H A D | savage_drv.c | 58 .unload = savage_driver_unload,
|
/kernel/linux/linux-6.6/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. 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 D | eswitch.h | 35 void (*unload)(struct mlx5_eswitch_rep *rep); member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_drv.c | 78 .unload = via_driver_unload,
|
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
H A D | test_kexec_file_load.sh | 121 kexec --unload --kexec-file-syscall
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sis/ |
H A D | sis_drv.c | 105 .unload = sis_driver_unload,
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | eswitch.h | 39 void (*unload)(struct mlx5_eswitch_rep *rep); member
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/ |
H A D | test_kexec_file_load.sh | 122 kexec --unload --kexec-file-syscall
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | ib_rep.c | 93 .unload = mlx5_ib_vport_rep_unload,
|