/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
|
/drivers/base/ |
D | transport_class.c | 97 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 222 if (tclass->remove) in transport_remove_classdev() 223 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 225 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 259 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
D | dd.c | 420 if (dev->bus->remove) in really_probe() 421 dev->bus->remove(dev); in really_probe() 422 else if (drv->remove) in really_probe() 423 drv->remove(dev); in really_probe() 849 if (dev->bus && dev->bus->remove) in __device_release_driver() 850 dev->bus->remove(dev); in __device_release_driver() 851 else if (drv->remove) in __device_release_driver() 852 drv->remove(dev); in __device_release_driver()
|
D | isa.c | 52 if (isa_driver && isa_driver->remove) in isa_bus_remove() 53 return isa_driver->remove(dev, to_isa_dev(dev)->id); in isa_bus_remove() 90 .remove = isa_bus_remove,
|
/drivers/staging/wilc1000/ |
D | TODO | 2 - remove the defined feature as kernel versions 3 - remove OS wrapper functions 4 - remove custom debug and tracing functions 7 into a separate 'struct work_struct' and completely remove the multiplexer
|
/drivers/mtd/nand/ |
D | plat_nand.c | 104 if (pdata->ctrl.remove) in plat_nand_probe() 105 pdata->ctrl.remove(pdev); in plat_nand_probe() 118 if (pdata->ctrl.remove) in plat_nand_remove() 119 pdata->ctrl.remove(pdev); in plat_nand_remove() 132 .remove = plat_nand_remove,
|
/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,
|
/drivers/mmc/core/ |
D | sdio.c | 666 goto remove; in mmc_sdio_init_card() 694 goto remove; in mmc_sdio_init_card() 730 goto remove; in mmc_sdio_init_card() 747 goto remove; in mmc_sdio_init_card() 782 goto remove; in mmc_sdio_init_card() 789 goto remove; in mmc_sdio_init_card() 798 goto remove; in mmc_sdio_init_card() 810 goto remove; in mmc_sdio_init_card() 817 remove: in mmc_sdio_init_card() 1081 .remove = mmc_sdio_remove, [all …]
|
/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
|
/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,
|
/drivers/uio/ |
D | uio_pci_generic.c | 106 static void remove(struct pci_dev *pdev) in remove() function 119 .remove = remove,
|
D | uio_aec.c | 137 static void remove(struct pci_dev *pdev) in remove() function 159 .remove = remove,
|
/drivers/phy/tegra/ |
D | xusb.c | 146 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() 155 pad->soc->ops->remove(pad); in tegra_xusb_pad_release() 223 goto remove; in tegra_xusb_pad_register() 230 goto remove; in tegra_xusb_pad_register() 241 goto remove; in tegra_xusb_pad_register() 246 remove: in tegra_xusb_pad_register() 883 goto remove; in tegra_xusb_padctl_probe() 889 goto remove; in tegra_xusb_padctl_probe() 894 goto remove; in tegra_xusb_padctl_probe() 914 remove: in tegra_xusb_padctl_probe() [all …]
|
/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,
|
/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,
|
/drivers/net/phy/ |
D | mdio_device.c | 143 if (mdiodrv->remove) in mdio_remove() 144 mdiodrv->remove(mdiodev); in mdio_remove() 162 mdiodrv->driver.remove = mdio_remove; in mdio_driver_register()
|
/drivers/pnp/ |
D | card.c | 64 if (drv->remove) in card_remove_first() 65 drv->remove(dev->card_link); in card_remove_first() 66 drv->link.remove = &card_remove; in card_remove_first() 381 drv->link.remove = &card_remove; in pnp_release_card_device() 383 drv->link.remove = &card_remove_first; in pnp_release_card_device() 423 drv->link.remove = &card_remove_first; in pnp_register_card_driver()
|
/drivers/rapidio/ |
D | rio-driver.c | 124 if (rdrv->remove) in rio_device_remove() 125 rdrv->remove(rdev); in rio_device_remove() 242 .remove = rio_device_remove,
|
/drivers/staging/vt6655/ |
D | TODO | 2 - remove __cplusplus ifdefs -- done 7 - remove dead code
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vxlan.c | 133 bool remove = false; in mlx5e_vxlan_del_port() local 143 remove = true; in mlx5e_vxlan_del_port() 149 if (remove) { in mlx5e_vxlan_del_port()
|
/drivers/media/pci/bt8xx/ |
D | bttv-gpio.c | 66 if (sub->remove) in bttv_sub_remove() 67 sub->remove(sdev); in bttv_sub_remove() 75 .remove = bttv_sub_remove,
|
/drivers/sh/superhyway/ |
D | superhyway.c | 158 if (shyway_drv && shyway_drv->remove) { in superhyway_device_remove() 159 shyway_drv->remove(shyway_dev); in superhyway_device_remove() 215 .remove = superhyway_device_remove,
|
/drivers/base/power/ |
D | clock_ops.c | 274 goto remove; in pm_clk_remove() 278 goto remove; in pm_clk_remove() 284 remove: in pm_clk_remove() 312 goto remove; in pm_clk_remove_clk() 318 remove: in pm_clk_remove_clk()
|
/drivers/usb/host/whci/ |
D | asl.c | 130 if (!qset->remove) in process_qset() 138 if (qset->remove && qset->ntds == 0) { in process_qset() 285 if (!qset->in_sw_list && !qset->remove) in asl_urb_enqueue() 350 qset->remove = 1; in asl_qset_delete()
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_core.c | 81 if (subdrv->remove) in exynos_drm_device_subdrv_remove() 82 subdrv->remove(dev, subdrv->dev); in exynos_drm_device_subdrv_remove()
|