| /drivers/base/ |
| D | transport_class.c | 100 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 177 if (tclass->remove) in transport_add_class_device() 178 tclass->remove(tcont, dev, classdev); in transport_add_class_device() 241 if (tclass->remove) in transport_remove_classdev() 242 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 244 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 278 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
| D | isa.c | 53 if (isa_driver && isa_driver->remove) in isa_bus_remove() 54 isa_driver->remove(dev, to_isa_dev(dev)->id); in isa_bus_remove() 89 .remove = isa_bus_remove,
|
| /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/dma/dw/ |
| D | internal.h | 52 int (*remove)(struct dw_dma_chip *chip); member 60 .remove = dw_dma_remove, 78 .remove = idma32_dma_remove, 96 .remove = idma32_dma_remove,
|
| /drivers/mmc/core/ |
| D | sdio.c | 759 goto remove; in mmc_sdio_init_card() 776 goto remove; in mmc_sdio_init_card() 787 goto remove; in mmc_sdio_init_card() 831 goto remove; in mmc_sdio_init_card() 864 goto remove; in mmc_sdio_init_card() 871 goto remove; in mmc_sdio_init_card() 880 goto remove; in mmc_sdio_init_card() 892 goto remove; in mmc_sdio_init_card() 900 goto remove; in mmc_sdio_init_card() 908 remove: in mmc_sdio_init_card() [all …]
|
| /drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac-dwc-qos-eth.c | 401 void (*remove)(struct platform_device *pdev); member 406 .remove = dwc_qos_remove, 411 .remove = tegra_eqos_remove, 450 goto remove; in dwc_eth_dwmac_probe() 454 goto remove; in dwc_eth_dwmac_probe() 458 remove: in dwc_eth_dwmac_probe() 459 data->remove(pdev); in dwc_eth_dwmac_probe() 470 data->remove(pdev); in dwc_eth_dwmac_remove()
|
| /drivers/vfio/mdev/ |
| D | mdev_driver.c | 30 if (drv->remove) in mdev_remove() 31 drv->remove(to_mdev_device(dev)); in mdev_remove() 46 .remove = mdev_remove,
|
| /drivers/gpu/drm/display/ |
| D | drm_dp_aux_bus.c | 88 if (aux_ep_drv->remove) in dp_aux_ep_probe() 89 aux_ep_drv->remove(aux_ep); in dp_aux_ep_probe() 107 if (aux_ep_drv->remove) in dp_aux_ep_remove() 108 aux_ep_drv->remove(aux_ep); in dp_aux_ep_remove() 134 .remove = dp_aux_ep_remove,
|
| /drivers/mtd/nand/raw/ |
| D | plat_nand.c | 117 if (pdata->ctrl.remove) in plat_nand_probe() 118 pdata->ctrl.remove(pdev); in plat_nand_probe() 135 if (pdata->ctrl.remove) in plat_nand_remove() 136 pdata->ctrl.remove(pdev); in plat_nand_remove()
|
| /drivers/xen/events/ |
| D | events_internal.h | 17 void (*remove)(evtchn_port_t port, unsigned int cpu); member 59 if (evtchn_ops->remove) in xen_evtchn_port_remove() 60 evtchn_ops->remove(evtchn, cpu); in xen_evtchn_port_remove()
|
| /drivers/hid/bpf/progs/ |
| D | README | 62 ACTION!="add|remove", GOTO="hid_bpf_end" 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u…
|
| /drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_bus.c | 46 if (driver->remove) in vchiq_bus_remove() 47 driver->remove(device); in vchiq_bus_remove() 55 .remove = vchiq_bus_remove,
|
| /drivers/zorro/ |
| D | zorro-driver.c | 68 if (drv->remove) in zorro_device_remove() 69 drv->remove(z); in zorro_device_remove() 160 .remove = zorro_device_remove,
|
| /drivers/nubus/ |
| D | bus.c | 31 if (ndrv->remove) in nubus_device_remove() 32 ndrv->remove(to_nubus_board(dev)); in nubus_device_remove() 38 .remove = nubus_device_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() 382 drv->link.remove = &card_remove; in pnp_release_card_device() 384 drv->link.remove = &card_remove_first; in pnp_release_card_device() 425 drv->link.remove = &card_remove_first; in pnp_register_card_driver()
|
| /drivers/gpu/drm/tegra/ |
| D | rgb.c | 241 goto remove; in tegra_dc_rgb_probe() 248 goto remove; in tegra_dc_rgb_probe() 254 goto remove; in tegra_dc_rgb_probe() 261 goto remove; in tegra_dc_rgb_probe() 279 remove: in tegra_dc_rgb_probe()
|
| /drivers/phy/tegra/ |
| D | xusb.c | 143 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy() 152 pad->soc->ops->remove(pad); in tegra_xusb_pad_release() 220 goto remove; in tegra_xusb_pad_register() 227 goto remove; in tegra_xusb_pad_register() 238 goto remove; in tegra_xusb_pad_register() 243 remove: in tegra_xusb_pad_register() 574 if (port->ops->remove) in tegra_xusb_port_unregister() 575 port->ops->remove(port); in tegra_xusb_port_unregister() 1208 goto remove; in tegra_xusb_padctl_probe() 1214 goto remove; in tegra_xusb_padctl_probe() [all …]
|
| /drivers/of/unittest-data/ |
| D | testcases_common.dtsi | 7 prop-remove = "world"; 9 node-remove {
|
| /drivers/uio/ |
| D | uio_aec.c | 123 static void remove(struct pci_dev *pdev) in remove() function 143 .remove = remove,
|
| /drivers/rapidio/ |
| D | rio-driver.c | 121 if (rdrv->remove) in rio_device_remove() 122 rdrv->remove(rdev); in rio_device_remove() 236 .remove = rio_device_remove,
|
| /drivers/nvmem/ |
| D | layouts.c | 34 if (!drv->probe || !drv->remove) in nvmem_layout_bus_probe() 45 return drv->remove(layout); in nvmem_layout_bus_remove() 64 .remove = nvmem_layout_bus_remove,
|
| /drivers/phy/cadence/ |
| D | cdns-dphy.c | 95 void (*remove)(struct cdns_dphy *dphy); member 446 if (dphy->ops->remove) in cdns_dphy_probe() 447 dphy->ops->remove(dphy); in cdns_dphy_probe() 462 if (dphy->ops->remove) in cdns_dphy_remove() 463 dphy->ops->remove(dphy); in cdns_dphy_remove()
|
| /drivers/net/phy/ |
| D | mdio_device.c | 181 if (mdiodrv->remove) in mdio_remove() 182 mdiodrv->remove(mdiodev); in mdio_remove() 213 mdiodrv->driver.remove = mdio_remove; in mdio_driver_register()
|
| /drivers/video/fbdev/ |
| D | hecubafb.c | 229 if (par->board->remove) in hecubafb_remove() 230 par->board->remove(par); in hecubafb_remove() 238 .remove = hecubafb_remove,
|
| /drivers/peci/ |
| D | core.c | 199 if (driver->remove) in peci_bus_device_remove() 200 driver->remove(device); in peci_bus_device_remove() 207 .remove = peci_bus_device_remove,
|