/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
H A D | kutf_mem.c | 52 struct list_head *remove; in kutf_mempool_destroy() local 60 list_for_each_safe(remove, tmp, &pool->head) { in kutf_mempool_destroy() 63 remove_alloc = list_entry(remove, struct kutf_alloc_entry, node); in kutf_mempool_destroy()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/ |
H A D | kutf_mem.c | 57 struct list_head *remove; in kutf_mempool_destroy() local 66 list_for_each_safe(remove, tmp, &pool->head) { in kutf_mempool_destroy() 69 remove_alloc = list_entry(remove, struct kutf_alloc_entry, node); in kutf_mempool_destroy()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | sdio.c | 109 * It is okay to remove the function here even though we hold in sdio_init_func() 720 goto remove; in mmc_sdio_init_card() 728 goto remove; in mmc_sdio_init_card() 760 goto remove; in mmc_sdio_init_card() 802 goto remove; in mmc_sdio_init_card() 836 goto remove; in mmc_sdio_init_card() 844 goto remove; in mmc_sdio_init_card() 854 goto remove; in mmc_sdio_init_card() 867 goto remove; in mmc_sdio_init_card() 874 goto remove; in mmc_sdio_init_card() [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | himedia.h | 52 HI_S32 (*remove)(pm_basedev *); member 64 HI_S32 (*remove)(pm_basedev *); member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 100 os.remove(name) 238 temp.remove(cfg) 247 except_list.remove('others') 295 val_list.remove('others') if 'others' in val_list else None
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_utils.py | 100 os.remove(name) 238 temp.remove(cfg) 247 except_list.remove('others') 295 val_list.remove('others') if 'others' in val_list else None
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia_base.c | 578 return pdrv->remove(pdev); in himedia_drv_remove() 612 if (drv->remove) { in himedia_driver_register() 613 drv->driver.remove = himedia_drv_remove; in himedia_driver_register() 661 if (ops != NULL && ops->remove != NULL) { in himedia_driver_alloc() 662 pa->pdrv.remove = ops->remove; in himedia_driver_alloc() 664 pa->pdrv.remove = NULL; in himedia_driver_alloc()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/init/hi3516cv500/linux/ |
H A D | hdmi_init.c | 56 .remove = hi35xx_hdmi_remove,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/init/linux/ |
H A D | irq_init.c | 49 .remove = hi_irq_remove,
|
H A D | wtdg_init.c | 70 .remove = hi_wdg_remove,
|
H A D | adc_init.c | 66 .remove = hi_adc_remove,
|
H A D | ir_init.c | 65 .remove = hi_ir_remove,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/init/linux/ |
H A D | mipi_tx_init.c | 67 .remove = hi35xx_mipi_tx_remove,
|
H A D | mipi_rx_init.c | 69 .remove = hi35xx_mipi_rx_remove,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/init/hi3516cv500/linux/ |
H A D | sys_init.c | 70 .remove = hi35xx_sys_remove,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/init/hi3516cv500/linux/ |
H A D | tde_init.c | 87 .remove = hi35xx_tde_remove,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/ |
H A D | irq_init.c | 78 .remove = hi_irq_remove,
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | clang-wrapper.py | 60 # If there is a warning, remove any object if it exists. 63 os.remove(ofile)
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
H A D | device.h | 69 INT32 (*remove)(struct device *dev); member 96 INT32 (*remove)(struct device *dev); member 326 * <li>The param remove function is used when device or driver is deleted.</li>
|
H A D | platform_device.h | 70 int (*remove)(struct platform_device *);
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/ |
H A D | cipher_initdevice.c | 100 .remove = hi35xx_cipher_remove,
|
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
H A D | es8323_linux_driver.c | 94 .remove = es8323_i2c_remove,
|
/device/soc/rockchip/common/sdk_linux/drivers/power/reset/ |
H A D | gpio-poweroff.c | 98 .remove = gpio_poweroff_remove,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmsdh_sdmmc_linux.c | 297 .remove = dummy_remove, 318 .remove = bcmsdh_sdmmc_remove,
|
/device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/src/ |
H A D | rk809_codec_linux_driver.c | 54 .remove = rk817_platform_remove,
|