/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 | 100 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 226 if (tclass->remove) in transport_remove_classdev() 227 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 229 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 263 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
D | dd.c | 587 if (dev->bus->remove) in really_probe() 588 dev->bus->remove(dev); in really_probe() 589 else if (drv->remove) in really_probe() 590 drv->remove(dev); in really_probe() 620 if (dev->bus->remove) in really_probe() 621 dev->bus->remove(dev); in really_probe() 622 else if (drv->remove) in really_probe() 623 drv->remove(dev); in really_probe() 1185 if (dev->bus && dev->bus->remove) in __device_release_driver() 1186 dev->bus->remove(dev); in __device_release_driver() [all …]
|
/drivers/platform/x86/ |
D | intel_cht_int33fe_common.c | 105 data->remove = cht_int33fe_microb_remove; in cht_int33fe_probe() 110 data->remove = cht_int33fe_typec_remove; in cht_int33fe_probe() 123 return data->remove(data); in cht_int33fe_remove() 138 .remove = cht_int33fe_remove,
|
/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-dwc-qos-eth.c | 410 int (*remove)(struct platform_device *pdev); member 415 .remove = dwc_qos_remove, 420 .remove = tegra_eqos_remove, 465 goto remove; in dwc_eth_dwmac_probe() 469 goto remove; in dwc_eth_dwmac_probe() 473 remove: in dwc_eth_dwmac_probe() 474 data->remove(pdev); in dwc_eth_dwmac_probe() 494 err = data->remove(pdev); in dwc_eth_dwmac_remove() 512 .remove = dwc_eth_dwmac_remove,
|
/drivers/mtd/nand/raw/ |
D | plat_nand.c | 119 if (pdata->ctrl.remove) in plat_nand_probe() 120 pdata->ctrl.remove(pdev); in plat_nand_probe() 137 if (pdata->ctrl.remove) in plat_nand_remove() 138 pdata->ctrl.remove(pdev); in plat_nand_remove() 151 .remove = plat_nand_remove,
|
/drivers/mmc/core/ |
D | sdio.c | 741 goto remove; in mmc_sdio_init_card() 758 goto remove; in mmc_sdio_init_card() 769 goto remove; in mmc_sdio_init_card() 813 goto remove; in mmc_sdio_init_card() 846 goto remove; in mmc_sdio_init_card() 853 goto remove; in mmc_sdio_init_card() 862 goto remove; in mmc_sdio_init_card() 874 goto remove; in mmc_sdio_init_card() 882 goto remove; in mmc_sdio_init_card() 890 remove: in mmc_sdio_init_card() [all …]
|
/drivers/dma/dw/ |
D | internal.h | 52 int (*remove)(struct dw_dma_chip *chip); member 58 .remove = dw_dma_remove, 74 .remove = idma32_dma_remove,
|
/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 GHz. Most of the obvious 5 - find and remove any code for other chips that is left over
|
/drivers/phy/cadence/ |
D | cdns-dphy.c | 77 void (*remove)(struct cdns_dphy *dphy); member 351 if (dphy->ops->remove) in cdns_dphy_probe() 352 dphy->ops->remove(dphy); in cdns_dphy_probe() 367 if (dphy->ops->remove) in cdns_dphy_remove() 368 dphy->ops->remove(dphy); in cdns_dphy_remove() 381 .remove = cdns_dphy_remove,
|
/drivers/phy/tegra/ |
D | xusb.c | 137 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() 146 pad->soc->ops->remove(pad); in tegra_xusb_pad_release() 214 goto remove; in tegra_xusb_pad_register() 221 goto remove; in tegra_xusb_pad_register() 232 goto remove; in tegra_xusb_pad_register() 237 remove: in tegra_xusb_pad_register() 562 if (port->ops->remove) in tegra_xusb_port_unregister() 563 port->ops->remove(port); in tegra_xusb_port_unregister() 1186 goto remove; in tegra_xusb_padctl_probe() 1192 goto remove; in tegra_xusb_padctl_probe() [all …]
|
/drivers/vfio/mdev/ |
D | mdev_driver.c | 64 if (drv && drv->remove) in mdev_remove() 65 drv->remove(dev); in mdev_remove() 75 .remove = mdev_remove,
|
/drivers/xen/events/ |
D | events_internal.h | 17 void (*remove)(evtchn_port_t port, unsigned int cpu); member 60 if (evtchn_ops->remove) in xen_evtchn_port_remove() 61 evtchn_ops->remove(evtchn, cpu); in xen_evtchn_port_remove()
|
/drivers/uio/ |
D | uio_pci_generic.c | 122 static void remove(struct pci_dev *pdev) in remove() function 135 .remove = remove,
|
D | uio_aec.c | 125 static void remove(struct pci_dev *pdev) in remove() function 147 .remove = remove,
|
/drivers/firmware/google/ |
D | coreboot_table.c | 53 if (driver->remove) in coreboot_bus_remove() 54 ret = driver->remove(device); in coreboot_bus_remove() 63 .remove = coreboot_bus_remove, 193 .remove = coreboot_table_remove,
|
/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,
|
/drivers/zorro/ |
D | zorro-driver.c | 71 if (drv->remove) in zorro_device_remove() 72 drv->remove(z); in zorro_device_remove() 166 .remove = zorro_device_remove,
|
/drivers/vdpa/ |
D | vdpa.c | 34 if (drv && drv->remove) in vdpa_dev_remove() 35 drv->remove(vdev); in vdpa_dev_remove() 43 .remove = vdpa_dev_remove,
|
/drivers/of/unittest-data/ |
D | testcases.dts | 9 prop-remove = "world"; 10 node-remove {
|
/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 | 121 if (rdrv->remove) in rio_device_remove() 122 rdrv->remove(rdev); in rio_device_remove() 239 .remove = rio_device_remove,
|
/drivers/staging/vt6655/ |
D | TODO | 2 - remove __cplusplus ifdefs -- done 7 - remove dead code
|
/drivers/media/pci/bt8xx/ |
D | bttv-gpio.c | 54 if (sub->remove) in bttv_sub_remove() 55 sub->remove(sdev); in bttv_sub_remove() 63 .remove = bttv_sub_remove,
|
/drivers/net/phy/ |
D | mdio_device.c | 173 if (mdiodrv->remove) in mdio_remove() 174 mdiodrv->remove(mdiodev); in mdio_remove() 205 mdiodrv->driver.remove = mdio_remove; in mdio_driver_register()
|