Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 4122) sorted by relevance

12345678910>>...165

/Linux-v5.4/sound/soc/uniphier/
Daio-ld11.c220 .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,
Daio-pxs2.c173 .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-v5.4/drivers/staging/vt6656/
DTODO2 - remove __cplusplus ifdefs -- done
3 - remove kernel version compatibility wrappers
4 - remove support for older wireless extensions
6 - remove PRINT_K() macro
/Linux-v5.4/sound/soc/qcom/qdsp6/
Dq6afe-dai.c34 .remove = msm_dai_q6_dai_remove, \
55 .remove = msm_dai_q6_dai_remove, \
640 .remove = msm_dai_q6_dai_remove,
646 .remove = msm_dai_q6_dai_remove,
664 .remove = msm_dai_q6_dai_remove,
694 .remove = msm_dai_q6_dai_remove,
700 .remove = msm_dai_q6_dai_remove,
730 .remove = msm_dai_q6_dai_remove,
737 .remove = msm_dai_q6_dai_remove,
767 .remove = msm_dai_q6_dai_remove,
[all …]
/Linux-v5.4/drivers/base/
Dtransport_class.c96 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()
Ddd.c567 if (dev->bus->remove) in really_probe()
568 dev->bus->remove(dev); in really_probe()
569 else if (drv->remove) in really_probe()
570 drv->remove(dev); in really_probe()
595 if (dev->bus->remove) in really_probe()
596 dev->bus->remove(dev); in really_probe()
597 else if (drv->remove) in really_probe()
598 drv->remove(dev); in really_probe()
1131 if (dev->bus && dev->bus->remove) in __device_release_driver()
1132 dev->bus->remove(dev); in __device_release_driver()
[all …]
/Linux-v5.4/scripts/
Dcheckincludes.pl24 my $remove = 0;
33 $remove = 1;
59 if (!$remove) {
Dbloat-o-meter45 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
56 remove += 1
75 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
78 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
82 (add, remove, grow, shrink, up, -down, up-down))
/Linux-v5.4/drivers/mtd/nand/raw/
Dplat_nand.c97 if (pdata->ctrl.remove) in plat_nand_probe()
98 pdata->ctrl.remove(pdev); in plat_nand_probe()
111 if (pdata->ctrl.remove) in plat_nand_remove()
112 pdata->ctrl.remove(pdev); in plat_nand_remove()
125 .remove = plat_nand_remove,
/Linux-v5.4/drivers/dma/dw/
Dinternal.h52 int (*remove)(struct dw_dma_chip *chip); member
58 .remove = dw_dma_remove,
74 .remove = idma32_dma_remove,
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c403 int (*remove)(struct platform_device *pdev); member
408 .remove = dwc_qos_remove,
413 .remove = tegra_eqos_remove,
458 goto remove; in dwc_eth_dwmac_probe()
462 goto remove; in dwc_eth_dwmac_probe()
466 remove: in dwc_eth_dwmac_probe()
467 data->remove(pdev); in dwc_eth_dwmac_probe()
487 err = data->remove(pdev); in dwc_eth_dwmac_remove()
505 .remove = dwc_eth_dwmac_remove,
/Linux-v5.4/drivers/staging/rtl8723bs/
DTODO2 - 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.4/drivers/vfio/mdev/
Dmdev_driver.c64 if (drv && drv->remove) in mdev_remove()
65 drv->remove(dev); in mdev_remove()
75 .remove = mdev_remove,
/Linux-v5.4/arch/arm/mach-integrator/
Dlm.c35 if (lmdrv->remove) in lm_bus_remove()
36 lmdrv->remove(lmdev); in lm_bus_remove()
44 .remove = lm_bus_remove,
/Linux-v5.4/drivers/soundwire/
Dbus_type.c122 if (drv->remove) in sdw_drv_remove()
123 ret = drv->remove(slave); in sdw_drv_remove()
159 if (drv->remove) in __sdw_register_driver()
160 drv->driver.remove = sdw_drv_remove; in __sdw_register_driver()
/Linux-v5.4/drivers/mmc/core/
Dsdio.c663 goto remove; in mmc_sdio_init_card()
691 goto remove; in mmc_sdio_init_card()
722 goto remove; in mmc_sdio_init_card()
731 goto remove; in mmc_sdio_init_card()
766 goto remove; in mmc_sdio_init_card()
773 goto remove; in mmc_sdio_init_card()
782 goto remove; in mmc_sdio_init_card()
794 goto remove; in mmc_sdio_init_card()
802 goto remove; in mmc_sdio_init_card()
809 remove: in mmc_sdio_init_card()
[all …]
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-pktcdvd7 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-v5.4/drivers/uio/
Duio_pci_generic.c122 static void remove(struct pci_dev *pdev) in remove() function
135 .remove = remove,
/Linux-v5.4/arch/s390/purgatory/
DMakefile34 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*'
35 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment'
36 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
/Linux-v5.4/drivers/firmware/google/
Dcoreboot_table.c53 if (driver->remove) in coreboot_bus_remove()
54 ret = driver->remove(device); in coreboot_bus_remove()
63 .remove = coreboot_bus_remove,
191 .remove = coreboot_table_remove,
/Linux-v5.4/drivers/phy/cadence/
Dcdns-dphy.c77 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.4/drivers/of/unittest-data/
Dtestcases.dts9 prop-remove = "world";
10 node-remove {
/Linux-v5.4/drivers/phy/tegra/
Dxusb.c131 lane->pad->ops->remove(lane); in tegra_xusb_lane_destroy()
140 pad->soc->ops->remove(pad); in tegra_xusb_pad_release()
208 goto remove; in tegra_xusb_pad_register()
215 goto remove; in tegra_xusb_pad_register()
226 goto remove; in tegra_xusb_pad_register()
231 remove: in tegra_xusb_pad_register()
894 goto remove; in tegra_xusb_padctl_probe()
900 goto remove; in tegra_xusb_padctl_probe()
907 goto remove; in tegra_xusb_padctl_probe()
917 goto remove; in tegra_xusb_padctl_probe()
[all …]
/Linux-v5.4/drivers/nubus/
Dbus.c37 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.4/drivers/zorro/
Dzorro-driver.c72 if (drv->remove) in zorro_device_remove()
73 drv->remove(z); in zorro_device_remove()
172 .remove = zorro_device_remove,

12345678910>>...165