Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A Dcommands-boot-Add-API-to-pass-context-to-loader.patch7 in the boot hook and freed in the unload hook. In the case where a loader
9 the unload hook, but in some cases this runs when the loader's global
15 context that is passed to its boot and unload hooks. This is an alternative
51 + grub_err_t (*unload) (void);
81 + ret = hooks->unload ();
95 - grub_err_t (*unload) (void),
98 + grub_err_t (*unload) (void *context),
107 grub_loader_unload_func = unload;
116 + grub_err_t (*unload) (void),
125 + simple_loader_hooks.unload = unload;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Dcheck_con_ap.sh12 ./unload.sh
27 ./unload.sh
42 ./unload.sh
H A Dap-tkip.sh6 ./unload.sh
45 ./unload.sh
H A Dap-aes.sh6 ./unload.sh
47 ./unload.sh
H A Dload_ap_sta.sh12 ./unload.sh
90 ./unload.sh
H A Dunload.sh3 ../unload.sh
H A Dload_unload.sh8 ./unload.sh
H A Dredodrv9 ./unload.sh
H A Dap.sh11 ./unload.sh
H A Dsta.sh11 ./unload.sh
H A Dscan_test.sh99 ./unload.sh
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/
H A Dplughandler.cpp51 qDebug() <<"unload "+ list.last()<< loader.unload(); in getShowPlugins()
90 loader->unload(); in loadPlugins()
102 if(loader && loader->unload()) in unloadPlugins()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
H A Dgp102.c243 .unload = gp102_acr_unload_fwif,
264 hsfwif = nvkm_firmware_load(subdev, fwif->func->unload, "AcrUnload", in gp102_acr_load()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0047-dl-Only-allow-unloading-modules-that-are-not-depende.patch34 return grub_error (GRUB_ERR_BAD_ARGUMENT, "cannot unload persistent module");
39 + return grub_error (GRUB_ERR_BAD_ARGUMENT, "cannot unload referenced module");
/OK3568_Linux_fs/kernel/tools/testing/selftests/kexec/
H A Dtest_kexec_load.sh34 kexec --unload
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi.rst24 loaded, and if you unload the modules, it will have to be the last one
35 and then unload it once you have no further need for the driver (and release
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_drv.c113 goto unload; in qxl_pci_probe()
127 unload: in qxl_pci_probe()
/OK3568_Linux_fs/buildroot/package/python-smmap2/
H A DConfig.in8 it will automatically unload unused maps to allow continued
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoserviceprovider.cpp702 d_ptr->unload(); in setAllowExperimental()
727 d_ptr->unload(); in setParameters()
782 void QGeoServiceProviderPrivate::unload() in unload() function in QGeoServiceProviderPrivate
/OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/
H A Dsavage_drv.c58 .unload = savage_driver_unload,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_drv.c62 .unload = mga_driver_unload,
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpage_pool.rst152 Driver unload
157 /* Driver unload */

12345