Home
last modified time | relevance | path

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

12345678910>>...158

/Linux-v5.15/sound/soc/uniphier/
Daio-ld11.c220 .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,
Daio-pxs2.c173 .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.15/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.15/drivers/platform/x86/intel/int33fe/
Dintel_cht_int33fe_common.c78 data->remove = cht_int33fe_microb_remove; in cht_int33fe_probe()
83 data->remove = cht_int33fe_typec_remove; in cht_int33fe_probe()
96 return data->remove(data); in cht_int33fe_remove()
111 .remove = cht_int33fe_remove,
/Linux-v5.15/drivers/dma/dw/
Dinternal.h52 int (*remove)(struct dw_dma_chip *chip); member
58 .remove = dw_dma_remove,
74 .remove = idma32_dma_remove,
90 .remove = idma32_dma_remove,
/Linux-v5.15/sound/soc/qcom/qdsp6/
Dq6afe-dai.c34 .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, \
805 .remove = msm_dai_q6_dai_remove,
811 .remove = msm_dai_q6_dai_remove,
829 .remove = msm_dai_q6_dai_remove,
859 .remove = msm_dai_q6_dai_remove,
865 .remove = msm_dai_q6_dai_remove,
895 .remove = msm_dai_q6_dai_remove,
[all …]
/Linux-v5.15/drivers/base/
Dtransport_class.c100 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()
Ddd.c626 if (dev->bus->remove) in really_probe()
627 dev->bus->remove(dev); in really_probe()
628 else if (drv->remove) in really_probe()
629 drv->remove(dev); in really_probe()
655 if (dev->bus->remove) in really_probe()
656 dev->bus->remove(dev); in really_probe()
657 else if (drv->remove) in really_probe()
658 drv->remove(dev); in really_probe()
1202 if (dev->bus && dev->bus->remove) in __device_release_driver()
1203 dev->bus->remove(dev); in __device_release_driver()
[all …]
/Linux-v5.15/scripts/
Dbloat-o-meter47 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))
Dcheckincludes.pl24 my $remove = 0;
33 $remove = 1;
59 if (!$remove) {
/Linux-v5.15/drivers/mtd/nand/raw/
Dplat_nand.c113 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.15/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c404 int (*remove)(struct platform_device *pdev); member
409 .remove = dwc_qos_remove,
414 .remove = tegra_eqos_remove,
456 goto remove; in dwc_eth_dwmac_probe()
460 goto remove; in dwc_eth_dwmac_probe()
464 remove: in dwc_eth_dwmac_probe()
465 data->remove(pdev); in dwc_eth_dwmac_probe()
485 err = data->remove(pdev); in dwc_eth_dwmac_remove()
503 .remove = dwc_eth_dwmac_remove,
/Linux-v5.15/drivers/mmc/core/
Dsdio.c739 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.15/drivers/xen/events/
Devents_internal.h17 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()
/Linux-v5.15/drivers/vfio/mdev/
Dmdev_driver.c66 if (drv->remove) in mdev_remove()
67 drv->remove(mdev); in mdev_remove()
84 .remove = mdev_remove,
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-pktcdvd7 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.15/drivers/zorro/
Dzorro-driver.c68 if (drv->remove) in zorro_device_remove()
69 drv->remove(z); in zorro_device_remove()
160 .remove = zorro_device_remove,
/Linux-v5.15/drivers/firmware/google/
Dcoreboot_table.c52 if (driver->remove) in coreboot_bus_remove()
53 driver->remove(device); in coreboot_bus_remove()
60 .remove = coreboot_bus_remove,
195 .remove = coreboot_table_remove,
/Linux-v5.15/drivers/phy/cadence/
Dcdns-dphy.c77 void (*remove)(struct cdns_dphy *dphy); member
349 if (dphy->ops->remove) in cdns_dphy_probe()
350 dphy->ops->remove(dphy); in cdns_dphy_probe()
365 if (dphy->ops->remove) in cdns_dphy_remove()
366 dphy->ops->remove(dphy); in cdns_dphy_remove()
379 .remove = cdns_dphy_remove,
/Linux-v5.15/drivers/nubus/
Dbus.c36 if (ndrv->remove) in nubus_device_remove()
37 ndrv->remove(to_nubus_board(dev)); in nubus_device_remove()
44 .remove = nubus_device_remove,
/Linux-v5.15/drivers/of/unittest-data/
Dtestcases_common.dtsi7 prop-remove = "world";
8 node-remove {
/Linux-v5.15/drivers/soundwire/
Dbus_type.c155 if (drv->remove) in sdw_drv_remove()
156 ret = drv->remove(slave); in sdw_drv_remove()
197 if (drv->remove) in __sdw_register_driver()
198 drv->driver.remove = sdw_drv_remove; in __sdw_register_driver()
/Linux-v5.15/arch/s390/purgatory/
DMakefile45 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*'
46 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment'
47 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'
/Linux-v5.15/Documentation/driver-api/
Dvfio-mediated-device.rst38 * Add a mediated device to and remove it from a mediated bus driver
39 * Add a mediated device to and remove it from an IOMMU group
56 | | driver | | probe()/remove() | | APIs
102 * @remove: called when device removed
107 void (*remove) (struct mdev_device *dev);
154 When the driver needs to remove itself it calls::
158 Which will unbind and destroy all the created mdevs and remove the sysfs files.
256 |--- remove
260 * remove (write only)
262 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can
[all …]
/Linux-v5.15/sound/hda/ext/
Dhdac_ext_bus.c156 return (get_hdrv(dev))->remove(get_hdev(dev)); in hdac_ext_drv_remove()
177 if (drv->remove) in snd_hda_ext_driver_register()
178 drv->driver.remove = hdac_ext_drv_remove; in snd_hda_ext_driver_register()

12345678910>>...158