/Linux-v4.19/sound/soc/uniphier/ |
D | aio-ld11.c | 220 .remove = uniphier_aio_dai_remove, 244 .remove = uniphier_aio_dai_remove, 259 .remove = uniphier_aio_dai_remove, 281 .remove = uniphier_aio_dai_remove, 296 .remove = uniphier_aio_dai_remove, 311 .remove = uniphier_aio_dai_remove, 326 .remove = uniphier_aio_dai_remove, 343 .remove = uniphier_aio_dai_remove, 360 .remove = uniphier_aio_dai_remove, 412 .remove = uniphier_aio_remove,
|
D | aio-pxs2.c | 173 .remove = uniphier_aio_dai_remove, 188 .remove = uniphier_aio_dai_remove, 210 .remove = uniphier_aio_dai_remove, 232 .remove = uniphier_aio_dai_remove, 247 .remove = uniphier_aio_dai_remove, 262 .remove = uniphier_aio_dai_remove, 276 .remove = uniphier_aio_dai_remove, 314 .remove = uniphier_aio_remove,
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | TODO | 2 - remove __cplusplus ifdefs -- done 3 - remove kernel version compatibility wrappers 4 - remove support for older wireless extensions 6 - remove PRINT_K() macro
|
/Linux-v4.19/sound/soc/qcom/qdsp6/ |
D | q6afe-dai.c | 34 .remove = msm_dai_q6_dai_remove, \ 55 .remove = msm_dai_q6_dai_remove, \ 637 .remove = msm_dai_q6_dai_remove, 643 .remove = msm_dai_q6_dai_remove, 661 .remove = msm_dai_q6_dai_remove, 691 .remove = msm_dai_q6_dai_remove, 697 .remove = msm_dai_q6_dai_remove, 727 .remove = msm_dai_q6_dai_remove, 734 .remove = msm_dai_q6_dai_remove, 764 .remove = msm_dai_q6_dai_remove, [all …]
|
/Linux-v4.19/drivers/base/ |
D | transport_class.c | 96 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 221 if (tclass->remove) in transport_remove_classdev() 222 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 224 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 258 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
/Linux-v4.19/scripts/ |
D | checkincludes.pl | 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
D | bloat-o-meter | 44 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 55 remove += 1 74 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 77 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 81 (add, remove, grow, shrink, up, -down, up-down))
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | plat_nand.c | 102 if (pdata->ctrl.remove) in plat_nand_probe() 103 pdata->ctrl.remove(pdev); in plat_nand_probe() 116 if (pdata->ctrl.remove) in plat_nand_remove() 117 pdata->ctrl.remove(pdev); in plat_nand_remove() 130 .remove = plat_nand_remove,
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-dwc-qos-eth.c | 406 int (*remove)(struct platform_device *pdev); member 411 .remove = dwc_qos_remove, 416 .remove = tegra_eqos_remove, 464 goto remove; in dwc_eth_dwmac_probe() 468 goto remove; in dwc_eth_dwmac_probe() 472 remove: in dwc_eth_dwmac_probe() 473 data->remove(pdev); in dwc_eth_dwmac_probe() 493 err = data->remove(pdev); in dwc_eth_dwmac_remove() 511 .remove = dwc_eth_dwmac_remove,
|
/Linux-v4.19/drivers/staging/rtl8723bs/ |
D | TODO | 2 - find and remove code blocks guarded by never set CONFIG_FOO defines 3 - find and remove remaining code valid only for 5 HGz. Most of the obvious 5 - find and remove any code for other chips that is left over
|
/Linux-v4.19/Documentation/ |
D | sgi-ioc4.txt | 31 needs to provide a probe and remove function, which are invoked 33 IOC4 function probe and remove operations isn't precisely the same 34 as PCI device probe and remove operations, but is logically the 43 remove functions. 49 probe, and remove functions.
|
D | vfio-mediated-device.txt | 38 * Add a mediated device to and remove it from a mediated bus driver 39 * Add a mediated device to and remove it from an IOMMU group 56 | | driver | | probe()/remove() | | APIs 103 * @remove: called when device removed 109 void (*remove) (struct device *dev); 146 * remove: free resources in a driver when a mediated device is destroyed 148 (Note that mdev-core provides no implicit serialization of create/remove 270 |--- remove 274 * remove (write only) 276 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can [all …]
|
/Linux-v4.19/drivers/vfio/mdev/ |
D | mdev_driver.c | 67 if (drv && drv->remove) in mdev_remove() 68 drv->remove(dev); in mdev_remove() 78 .remove = mdev_remove,
|
/Linux-v4.19/arch/arm/mach-integrator/ |
D | lm.c | 38 if (lmdrv->remove) in lm_bus_remove() 39 lmdrv->remove(lmdev); in lm_bus_remove() 47 .remove = lm_bus_remove,
|
/Linux-v4.19/drivers/soundwire/ |
D | bus_type.c | 121 if (drv->remove) in sdw_drv_remove() 122 ret = drv->remove(slave); in sdw_drv_remove() 158 if (drv->remove) in __sdw_register_driver() 159 drv->driver.remove = sdw_drv_remove; in __sdw_register_driver()
|
/Linux-v4.19/drivers/uio/ |
D | uio_pci_generic.c | 105 static void remove(struct pci_dev *pdev) in remove() function 118 .remove = remove,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-pktcdvd | 7 What: /sys/class/pktcdvd/remove 18 remove: (WO) Write the pktcdvd device id (major:minor) 19 to remove the pktcdvd device. 92 # remove device, using pktcdvd0 device id 253:0 93 echo "253:0" >/sys/class/pktcdvd/remove
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio.c | 665 goto remove; in mmc_sdio_init_card() 693 goto remove; in mmc_sdio_init_card() 724 goto remove; in mmc_sdio_init_card() 733 goto remove; in mmc_sdio_init_card() 765 goto remove; in mmc_sdio_init_card() 772 goto remove; in mmc_sdio_init_card() 781 goto remove; in mmc_sdio_init_card() 793 goto remove; in mmc_sdio_init_card() 801 goto remove; in mmc_sdio_init_card() 808 remove: in mmc_sdio_init_card() [all …]
|
/Linux-v4.19/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 75 goto remove; in regulator_quirk_notify() 99 goto remove; in regulator_quirk_notify() 103 remove: in regulator_quirk_notify()
|
/Linux-v4.19/drivers/of/unittest-data/ |
D | testcases.dts | 9 prop-remove = "world"; 10 node-remove {
|
/Linux-v4.19/drivers/nubus/ |
D | bus.c | 37 if (dev->driver && ndrv->remove) in nubus_device_remove() 38 err = ndrv->remove(to_nubus_board(dev)); in nubus_device_remove() 46 .remove = nubus_device_remove,
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-ic-common.c | 74 ic_ops[priv->task_id]->remove(priv); in imx_ic_probe() 86 ic_ops[priv->task_id]->remove(priv); in imx_ic_remove() 102 .remove = imx_ic_remove,
|
/Linux-v4.19/drivers/zorro/ |
D | zorro-driver.c | 72 if (drv->remove) in zorro_device_remove() 73 drv->remove(z); in zorro_device_remove() 172 .remove = zorro_device_remove,
|
/Linux-v4.19/drivers/phy/tegra/ |
D | xusb.c | 133 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() 142 pad->soc->ops->remove(pad); in tegra_xusb_pad_release() 210 goto remove; in tegra_xusb_pad_register() 217 goto remove; in tegra_xusb_pad_register() 228 goto remove; in tegra_xusb_pad_register() 233 remove: in tegra_xusb_pad_register() 870 goto remove; in tegra_xusb_padctl_probe() 876 goto remove; in tegra_xusb_padctl_probe() 881 goto remove; in tegra_xusb_padctl_probe() 901 remove: in tegra_xusb_padctl_probe() [all …]
|
/Linux-v4.19/drivers/firmware/google/ |
D | coreboot_table.c | 60 if (driver->remove) in coreboot_bus_remove() 61 ret = driver->remove(device); in coreboot_bus_remove() 70 .remove = coreboot_bus_remove,
|