/Linux-v5.10/sound/soc/uniphier/ |
D | aio-ld11.c | 220 .remove = uniphier_aio_dai_remove, 242 .remove = uniphier_aio_dai_remove, 255 .remove = uniphier_aio_dai_remove, 275 .remove = uniphier_aio_dai_remove, 288 .remove = uniphier_aio_dai_remove, 301 .remove = uniphier_aio_dai_remove, 314 .remove = uniphier_aio_dai_remove, 329 .remove = uniphier_aio_dai_remove, 344 .remove = uniphier_aio_dai_remove, 394 .remove = uniphier_aio_remove,
|
D | aio-pxs2.c | 173 .remove = uniphier_aio_dai_remove, 186 .remove = uniphier_aio_dai_remove, 206 .remove = uniphier_aio_dai_remove, 226 .remove = uniphier_aio_dai_remove, 239 .remove = uniphier_aio_dai_remove, 252 .remove = uniphier_aio_dai_remove, 264 .remove = uniphier_aio_dai_remove, 300 .remove = uniphier_aio_remove,
|
/Linux-v5.10/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-v5.10/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 | 580 if (dev->bus->remove) in really_probe() 581 dev->bus->remove(dev); in really_probe() 582 else if (drv->remove) in really_probe() 583 drv->remove(dev); in really_probe() 610 if (dev->bus->remove) in really_probe() 611 dev->bus->remove(dev); in really_probe() 612 else if (drv->remove) in really_probe() 613 drv->remove(dev); in really_probe() 1151 if (dev->bus && dev->bus->remove) in __device_release_driver() 1152 dev->bus->remove(dev); in __device_release_driver() [all …]
|
/Linux-v5.10/scripts/ |
D | bloat-o-meter | 47 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 58 remove += 1 77 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 80 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 84 (add, remove, grow, shrink, up, -down, up-down))
|
D | checkincludes.pl | 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
/Linux-v5.10/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,
|
/Linux-v5.10/sound/soc/qcom/qdsp6/ |
D | q6afe-dai.c | 34 .remove = msm_dai_q6_dai_remove, \ 55 .remove = msm_dai_q6_dai_remove, \ 76 .remove = msm_dai_q6_dai_remove, \ 97 .remove = msm_dai_q6_dai_remove, \ 802 .remove = msm_dai_q6_dai_remove, 808 .remove = msm_dai_q6_dai_remove, 826 .remove = msm_dai_q6_dai_remove, 856 .remove = msm_dai_q6_dai_remove, 862 .remove = msm_dai_q6_dai_remove, 892 .remove = msm_dai_q6_dai_remove, [all …]
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | plat_nand.c | 113 if (pdata->ctrl.remove) in plat_nand_probe() 114 pdata->ctrl.remove(pdev); in plat_nand_probe() 131 if (pdata->ctrl.remove) in plat_nand_remove() 132 pdata->ctrl.remove(pdev); in plat_nand_remove() 145 .remove = plat_nand_remove,
|
/Linux-v5.10/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,
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-dwc-qos-eth.c | 409 int (*remove)(struct platform_device *pdev); member 414 .remove = dwc_qos_remove, 419 .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-v5.10/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
|
/Linux-v5.10/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,
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-pktcdvd | 7 What: /sys/class/pktcdvd/remove 19 remove (WO) Write the pktcdvd device id (major:minor) 20 to remove the pktcdvd device. 96 # remove device, using pktcdvd0 device id 253:0 97 echo "253:0" >/sys/class/pktcdvd/remove
|
/Linux-v5.10/drivers/uio/ |
D | uio_pci_generic.c | 122 static void remove(struct pci_dev *pdev) in remove() function 135 .remove = remove,
|
/Linux-v5.10/drivers/soundwire/ |
D | bus_type.c | 151 if (drv->remove) in sdw_drv_remove() 152 ret = drv->remove(slave); in sdw_drv_remove() 188 if (drv->remove) in __sdw_register_driver() 189 drv->driver.remove = sdw_drv_remove; in __sdw_register_driver()
|
/Linux-v5.10/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, 198 .remove = coreboot_table_remove,
|
/Linux-v5.10/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,
|
/Linux-v5.10/drivers/mmc/core/ |
D | sdio.c | 739 goto remove; in mmc_sdio_init_card() 756 goto remove; in mmc_sdio_init_card() 767 goto remove; in mmc_sdio_init_card() 811 goto remove; in mmc_sdio_init_card() 844 goto remove; in mmc_sdio_init_card() 851 goto remove; in mmc_sdio_init_card() 860 goto remove; in mmc_sdio_init_card() 872 goto remove; in mmc_sdio_init_card() 880 goto remove; in mmc_sdio_init_card() 888 remove: in mmc_sdio_init_card() [all …]
|
/Linux-v5.10/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-v5.10/arch/s390/purgatory/ |
D | Makefile | 43 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*' 44 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment' 45 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
|
/Linux-v5.10/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,
|
/Linux-v5.10/drivers/of/unittest-data/ |
D | testcases.dts | 9 prop-remove = "world"; 10 node-remove {
|
/Linux-v5.10/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() 561 if (port->ops->remove) in tegra_xusb_port_unregister() 562 port->ops->remove(port); in tegra_xusb_port_unregister() 1180 goto remove; in tegra_xusb_padctl_probe() 1186 goto remove; in tegra_xusb_padctl_probe() [all …]
|