Home
last modified time | relevance | path

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

12345678910>>...191

/Linux-v5.10/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.10/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.10/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.c580 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/
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.10/drivers/platform/x86/
Dintel_cht_int33fe_common.c105 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/
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, \
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/
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.10/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.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-dwc-qos-eth.c409 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/
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.10/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.10/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.10/drivers/uio/
Duio_pci_generic.c122 static void remove(struct pci_dev *pdev) in remove() function
135 .remove = remove,
/Linux-v5.10/drivers/soundwire/
Dbus_type.c151 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/
Dcoreboot_table.c53 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/
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.10/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.10/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.10/arch/s390/purgatory/
DMakefile43 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/
Dzorro-driver.c71 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/
Dtestcases.dts9 prop-remove = "world";
10 node-remove {
/Linux-v5.10/drivers/phy/tegra/
Dxusb.c137 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 …]

12345678910>>...191