/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_ftpm_tee.c | 307 * ftpm_tee_remove() - remove the TPM device 370 .remove = ftpm_plat_tee_remove, 388 .remove = ftpm_tee_remove,
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | rstFlatTable.py | 350 # search and remove cspan, rspan colspec from the first element in 358 elem.parent.remove(elem) 362 elem.parent.remove(elem)
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | Makefile | 104 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | ti-tfp410.c | 371 .remove = tfp410_remove, 413 .remove = tfp410_i2c_remove,
|
H A D | megachips-stdpxxxx-ge-b850v3-fw.c | 297 * removing the bridge in their remove() function in ge_b850v3_lvds_remove() 382 .remove = stdp4028_ge_b850v3_fw_remove, 432 .remove = stdp2690_ge_b850v3_fw_remove,
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | sparcspkr.c | 266 .remove = bbc_remove, 346 .remove = grover_remove,
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-of-aspeed.c | 247 .remove = aspeed_sdhci_remove, 327 .remove = aspeed_sdc_remove,
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_bus.c | 173 * pm_runtime_get_noresume() in its remove routine. in sdio_bus_probe() 211 /* Make sure card is powered before invoking ->remove() */ in sdio_bus_remove() 215 drv->remove(func); in sdio_bus_remove() 219 pr_warn("WARNING: driver %s did not remove its interrupt handler!\n", in sdio_bus_remove() 254 .remove = sdio_bus_remove, 300 * card structure, so remove the reference. in sdio_release_func()
|
H A D | bus.c | 148 drv->remove(card); in mmc_bus_remove() 234 .remove = mmc_bus_remove,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_rdma.c | 112 if (qedr_drv && qedr_drv->remove && edev->rdma_info.qedr_dev) in _qede_rdma_dev_remove() 113 qedr_drv->remove(edev->rdma_info.qedr_dev); in _qede_rdma_dev_remove() 121 /* Cannot remove qedr while recovering since it wasn't fully stopped */ in qede_rdma_dev_remove()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-funnel.c | 356 .remove = static_funnel_remove, 401 .remove = dynamic_funnel_remove,
|
H A D | coresight-replicator.c | 374 .remove = static_replicator_remove, 412 .remove = dynamic_replicator_remove,
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | mmu_rb.c | 223 * mnode->handler->ops->remove() may sleep and mnode->handler->lock is a 230 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate() 246 * Does not remove mmu_rb_node from handler->lru_list or handler->rb_root. 324 * Work queue function to remove all nodes that have been queued up to 326 * and the remove callback can sleep while taking it, if needed. 337 /* remove anything that is queued to get removed */ in handle_remove() 345 handler->ops->remove(handler->ops_arg, node); in handle_remove()
|
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | pti.c | 236 .remove = intel_th_pti_remove, 304 .remove = intel_th_pti_remove,
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_cex2c.c | 309 * This is called to remove the CEX2C/CEX3C card driver information 325 .remove = zcrypt_cex2c_card_remove, 384 * This is called to remove the CEX2C/CEX3C queue driver information 400 .remove = zcrypt_cex2c_queue_remove,
|
/kernel/linux/linux-5.10/drivers/soc/tegra/ |
H A D | powergate-bpmp.c | 206 dev_err(bpmp->dev, "failed to remove power domain %s: %d\n", in tegra_powergate_remove() 271 goto remove; in tegra_bpmp_add_powergates() 284 remove: in tegra_bpmp_add_powergates()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | mux.c | 550 .remove = __exit_p(mux_remove), 557 .remove = __exit_p(mux_remove),
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | skeletonfb.c | 10 * The primary goal is to remove the console code from fbdev and place it 881 .remove = xxxfb_remove, 950 .remove = xxxfb_remove,
|
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | usb3503.c | 393 .remove = usb3503_i2c_remove, 404 .remove = usb3503_platform_remove,
|
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688.c | 204 .remove = snd_es1688_isa_remove, 320 .remove = snd_es968_pnp_remove,
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ak5558.c | 344 .remove = ak5558_remove, 431 .remove = ak5558_i2c_remove,
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | p1022_ds.c | 154 * This function is called to remove the sound device for one SSI. We 369 mdata->card.remove = p1022_ds_machine_remove; in p1022_ds_probe() 395 * p1022_ds_remove: remove the platform device 413 .remove = p1022_ds_remove,
|
H A D | p1022_rdk.c | 158 * This function is called to remove the sound device for one SSI. We 320 mdata->card.remove = p1022_rdk_machine_remove; in p1022_rdk_probe() 344 * p1022_rdk_remove: remove the platform device 362 .remove = p1022_rdk_remove,
|
H A D | mpc8610_hpcd.c | 132 * This function is called to remove the sound device for one SSI. We 360 machine_data->card.remove = mpc8610_hpcd_machine_remove; in mpc8610_hpcd_probe() 386 * mpc8610_hpcd_remove: remove the platform device 404 .remove = mpc8610_hpcd_remove,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | tegra.c | 346 goto remove; in nvkm_device_tegra_new() 363 remove: in nvkm_device_tegra_new()
|