Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 200 of 4330) sorted by relevance

12345678910>>...22

/linux-4.1.27/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-4.1.27/scripts/
Dcheckincludes.pl23 my $remove = 0;
32 $remove = 1;
56 if (!$remove) {
Dbloat-o-meter33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 variable
42 remove += 1
62 (add, remove, grow, shrink, up, -down, up-down))
/linux-4.1.27/drivers/base/
Dtransport_class.c97 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register()
222 if (tclass->remove) in transport_remove_classdev()
223 tclass->remove(tcont, dev, classdev); in transport_remove_classdev()
225 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev()
259 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
Disa.c52 if (isa_driver->remove) in isa_bus_remove()
53 return isa_driver->remove(dev, to_isa_dev(dev)->id); in isa_bus_remove()
90 .remove = isa_bus_remove,
Ddd.c536 if (dev->bus && dev->bus->remove) in __device_release_driver()
537 dev->bus->remove(dev); in __device_release_driver()
538 else if (drv->remove) in __device_release_driver()
539 drv->remove(dev); in __device_release_driver()
Ddriver.c156 (drv->bus->remove && drv->remove) || in driver_register()
/linux-4.1.27/drivers/mtd/nand/
Dplat_nand.c110 if (pdata->ctrl.remove) in plat_nand_probe()
111 pdata->ctrl.remove(pdev); in plat_nand_probe()
124 if (pdata->ctrl.remove) in plat_nand_remove()
125 pdata->ctrl.remove(pdev); in plat_nand_remove()
138 .remove = plat_nand_remove,
/linux-4.1.27/Documentation/
Dsgi-ioc4.txt27 needs to provide a probe and remove function, which are invoked
29 IOC4 function probe and remove operations isn't precisely the same
30 as PCI device probe and remove operations, but is logically the
39 remove functions.
45 probe, and remove functions.
Dpnp.txt113 - use this function to remove a PnP protocol from the Plug and Play Layer
156 - call this to remove a device from the Plug and Play Layer.
197 2.) Optionally define probe and remove functions. It may make sense not to
222 .remove = serial_pnp_remove,
/linux-4.1.27/arch/arm/mach-integrator/
Dlm.c38 if (lmdrv->remove) in lm_bus_remove()
39 lmdrv->remove(lmdev); in lm_bus_remove()
47 .remove = lm_bus_remove,
Dlm.h12 void (*remove)(struct lm_device *); member
/linux-4.1.27/drivers/uio/
Duio_pci_generic.c108 static void remove(struct pci_dev *pdev) in remove() function
121 .remove = remove,
Duio_aec.c137 static void remove(struct pci_dev *pdev) in remove() function
159 .remove = remove,
/linux-4.1.27/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c88 goto remove; in regulator_quirk_notify()
105 goto remove; in regulator_quirk_notify()
109 remove: in regulator_quirk_notify()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-pktcdvd19 remove (0200) Write the pktcdvd device id (major:minor)
20 to it to remove the pktcdvd device.
71 # remove device, using pktcdvd0 device id 253:0
72 echo "253:0" >/sys/class/pktcdvd/remove
Dsysfs-devices-memory7 added or removed dynamically to represent hot-add/remove
9 Users: hotplug memory add/remove tools
20 potentially expensive hot-remove memory operation
21 Users: hotplug memory remove tools
60 Users: hotplug memory remove tools
Dsysfs-bus-rbd19 $ echo <dev-id> > /sys/bus/rbd/remove
38 Usage is the same as for /sys/bus/rbd/remove. If present,
40 /sys/bus/rbd/remove if /sys/bus/rbd/remove_single_major is
Dconfigfs-usb-gadget-ffs4 Description: The purpose of this directory is to create and remove it.
/linux-4.1.27/drivers/zorro/
Dzorro-driver.c70 if (drv->remove) in zorro_device_remove()
71 drv->remove(z); in zorro_device_remove()
169 .remove = zorro_device_remove,
/linux-4.1.27/drivers/mmc/core/
Dsdio.c686 goto remove; in mmc_sdio_init_card()
714 goto remove; in mmc_sdio_init_card()
738 goto remove; in mmc_sdio_init_card()
745 goto remove; in mmc_sdio_init_card()
777 goto remove; in mmc_sdio_init_card()
784 goto remove; in mmc_sdio_init_card()
793 goto remove; in mmc_sdio_init_card()
805 goto remove; in mmc_sdio_init_card()
812 remove: in mmc_sdio_init_card()
1060 .remove = mmc_sdio_remove,
[all …]
/linux-4.1.27/arch/cris/boot/
DMakefile6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
/linux-4.1.27/drivers/staging/dgnc/
DTODO2 * remove unecessary comments
3 * remove unecessary error messages. Example kzalloc() has its
/linux-4.1.27/drivers/staging/vt6655/
DTODO2 - remove __cplusplus ifdefs -- done
7 - remove dead code
/linux-4.1.27/drivers/rapidio/
Drio-driver.c124 if (rdrv->remove) in rio_device_remove()
125 rdrv->remove(rdev); in rio_device_remove()
231 .remove = rio_device_remove,
/linux-4.1.27/drivers/video/fbdev/
Dssd1307fb.c45 int (*remove)(struct ssd1307fb_par *); member
297 .remove = ssd1307fb_ssd1307_remove,
558 if (par->ops->remove) in ssd1307fb_probe()
559 par->ops->remove(par); in ssd1307fb_probe()
573 if (par->ops->remove) in ssd1307fb_remove()
574 par->ops->remove(par); in ssd1307fb_remove()
590 .remove = ssd1307fb_remove,
Dhecubafb.c291 if (par->board->remove) in hecubafb_remove()
292 par->board->remove(par); in hecubafb_remove()
301 .remove = hecubafb_remove,
/linux-4.1.27/drivers/staging/rtl8723au/
DTODO2 - find and remove code valid only for 5 HGz. Many of the obvious
4 - find and remove any code for other chips that is left over
/linux-4.1.27/drivers/pnp/
Dcard.c63 if (drv->remove) in card_remove_first()
64 drv->remove(dev->card_link); in card_remove_first()
65 drv->link.remove = &card_remove; in card_remove_first()
380 drv->link.remove = &card_remove; in pnp_release_card_device()
382 drv->link.remove = &card_remove_first; in pnp_release_card_device()
422 drv->link.remove = &card_remove_first; in pnp_register_card_driver()
Ddriver.c130 if (drv->remove) in pnp_device_remove()
131 drv->remove(pnp_dev); in pnp_device_remove()
256 .remove = pnp_device_remove,
/linux-4.1.27/include/linux/
Dtransport_class.h24 int (*remove)(struct transport_container *, struct device *, member
34 .remove = rm, \
Disa.h14 int (*remove)(struct device *, unsigned int); member
Dbtree-type.h57 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
99 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) in BTREE_FN() argument
Dmei_cl_bus.h18 int (*remove)(struct mei_cl_device *dev); member
Dpcieport_if.h47 void (*remove) (struct pcie_device *dev); member
Dioc3.h61 int (*remove) (struct ioc3_submodule *, struct ioc3_driver_data *); member
Dntb.h54 void (*remove)(struct pci_dev *pdev); member
Dmic_bus.h70 void (*remove)(struct mbus_device *dev); member
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-gpio.c66 if (sub->remove) in bttv_sub_remove()
67 sub->remove(sdev); in bttv_sub_remove()
75 .remove = bttv_sub_remove,
/linux-4.1.27/drivers/sh/superhyway/
Dsuperhyway.c158 if (shyway_drv && shyway_drv->remove) { in superhyway_device_remove()
159 shyway_drv->remove(shyway_dev); in superhyway_device_remove()
215 .remove = superhyway_device_remove,
/linux-4.1.27/drivers/staging/rtl8188eu/
DTODO2 - find and remove remaining code valid only for 5 HGz. Most of the obvious
4 - find and remove any code for other chips that is left over
/linux-4.1.27/arch/um/drivers/
Dnet_kern.c363 if (lp->remove != NULL) in net_device_release()
364 (*lp->remove)(&lp->user); in net_device_release()
463 .remove = transport->user->remove, in eth_configure()
501 if (transport->user->remove != NULL) in eth_configure()
502 (*transport->user->remove)(&lp->user); in eth_configure()
740 .remove = net_remove,
833 if (lp->remove != NULL) in close_devices()
834 (*lp->remove)(&lp->user); in close_devices()
Dmconsole_kern.h24 int (*remove)(int, char **); member
/linux-4.1.27/tools/perf/Documentation/
Dperf-buildid-cache.txt15 This command manages the build-id cache. It can add, remove, update and purge
38 --remove=::
50 Update specified file of the cache. Note that this doesn't remove
/linux-4.1.27/sound/aoa/soundbus/
Dcore.c113 if (dev->driver && drv->remove) in soundbus_device_remove()
114 drv->remove(soundbus_dev); in soundbus_device_remove()
157 .remove = soundbus_device_remove,
/linux-4.1.27/drivers/of/unittest-data/
Dtestcases.dts6 prop-remove = "world";
7 node-remove {
/linux-4.1.27/drivers/usb/host/whci/
Dasl.c130 if (!qset->remove) in process_qset()
138 if (qset->remove && qset->ntds == 0) { in process_qset()
285 if (!qset->in_sw_list && !qset->remove) in asl_urb_enqueue()
350 qset->remove = 1; in asl_qset_delete()
Dpzl.c136 if (!qset->remove) in pzl_process_qset()
143 if (qset->remove && qset->ntds == 0) { in pzl_process_qset()
313 if (!qset->in_sw_list && !qset->remove) in pzl_urb_enqueue()
379 qset->remove = 1; in pzl_qset_delete()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_core.c120 if (subdrv->remove) in exynos_drm_device_subdrv_remove()
121 subdrv->remove(dev, subdrv->dev); in exynos_drm_device_subdrv_remove()
Dexynos_drm_drv.h126 void (*remove)(struct exynos_drm_display *display); member
278 void (*remove)(struct drm_device *drm_dev, struct device *dev); member
/linux-4.1.27/Documentation/filesystems/
Dsysfs-pci.txt15 | |-- remove
40 remove remove device from kernel's list (ascii, wo)
82 The 'remove' file is used to remove the PCI device, by writing a non-zero
/linux-4.1.27/arch/sparc/kernel/
Dvio.c81 if (drv->remove) in vio_device_remove()
82 return drv->remove(vdev); in vio_device_remove()
119 .remove = vio_device_remove,
362 .remove = vio_remove,
393 .remove = vio_remove,
/linux-4.1.27/arch/x86/platform/olpc/
Dolpc-xo1-pm.c175 .remove = xo1_pm_remove,
183 .remove = xo1_pm_remove,
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dintf.c80 intf->remove(&priv->dev, dev_ctx->context); in mlx4_remove_device()
90 if (!intf->add || !intf->remove) in mlx4_register_interface()
164 dev_ctx->intf->remove(dev, dev_ctx->context); in mlx4_do_bond()
/linux-4.1.27/Documentation/sound/alsa/soc/
Dmachine.txt20 int (*remove)(struct platform_device *pdev);
38 probe()/remove()
40 probe/remove are optional. Do any machine specific probe here.
/linux-4.1.27/Documentation/i2c/
Dupgrading-clients115 Add the probe and remove methods to the i2c_driver, as so:
119 + .remove = example_remove,
173 And remove the change after our client is attached, as the driver no
198 can also remove the ret variable as it is not needed for any
278 .remove = example_remove,
/linux-4.1.27/sound/soc/pxa/
Dhx4700.c168 .remove = hx4700_card_remove,
221 .remove = hx4700_audio_remove,
/linux-4.1.27/drivers/staging/board/
DTODO2 * remove staging board code when no more platform devices are needed
/linux-4.1.27/drivers/s390/cio/
Dscm.c35 return scmdrv->remove ? scmdrv->remove(scmdev) : -ENODEV; in scmdev_remove()
46 .remove = scmdev_remove,
/linux-4.1.27/drivers/mcb/
Dmcb-core.c77 mdrv->remove(mdev); in mcb_remove()
98 .remove = mcb_remove,
114 if (!drv->probe || !drv->remove) in __mcb_register_driver()
/linux-4.1.27/Documentation/devicetree/
Doverlay-notes.txt95 2. Call of_overlay_destroy() to remove and cleanup the overlay previously
99 Finally, if you need to remove all overlays in one-go, just call
100 of_overlay_destroy_all() which will remove every single one in the correct
/linux-4.1.27/Documentation/trace/
Devents-power.txt68 The PM QoS events are used for QoS add/update/remove request and for
87 And, there are also events used for device PM QoS add/update/remove request.
93 The first parameter gives the device name which tries to add/update/remove
/linux-4.1.27/drivers/base/power/
Dclock_ops.c178 goto remove; in pm_clk_remove()
182 goto remove; in pm_clk_remove()
188 remove: in pm_clk_remove()
/linux-4.1.27/drivers/uwb/
Dumc-bus.c161 umc_driver->remove(umc); in umc_device_remove()
193 .remove = umc_device_remove,
/linux-4.1.27/sound/soc/codecs/
Dak5386.c74 .remove = ak5386_soc_remove,
205 .remove = ak5386_remove,
Des8328-spi.c43 .remove = es8328_spi_remove,
Dssm2602-spi.c42 .remove = ssm2602_spi_remove,
Dadav803.c42 .remove = adav803_remove,
Dad193x-spi.c42 .remove = ad193x_spi_remove,
Dad193x-i2c.c47 .remove = ad193x_i2c_remove,
Dadav801.c45 .remove = adav80x_spi_remove,
Des8328-i2c.c52 .remove = es8328_i2c_remove,
Dcs4271-spi.c49 .remove = cs4271_spi_remove,
Dtlv320aic23-spi.c49 .remove = aic23_spi_remove,
Dcs42l51-i2c.c52 .remove = cs42l51_i2c_remove,
Dwm8804-spi.c50 .remove = wm8804_spi_remove
Dcs4271-i2c.c55 .remove = cs4271_i2c_remove,
Dadau1977-i2c.c52 .remove = adau1977_i2c_remove,
Dadau1781-i2c.c51 .remove = adau1781_i2c_remove,
Dtlv320aic23-i2c.c59 .remove = tlv320aic23_i2c_remove,
Dssm2602-i2c.c59 .remove = ssm2602_i2c_remove,
Dadau1761-i2c.c53 .remove = adau1761_i2c_remove,
Dpcm512x-spi.c63 .remove = pcm512x_spi_remove,
Dwm8804-i2c.c57 .remove = wm8804_i2c_remove,
Dcs42xx8-i2c.c56 .remove = cs42xx8_i2c_remove,
Dad1980.c312 .remove = ad1980_soc_remove,
340 .remove = ad1980_remove,
Ddmic.c79 .remove = dmic_dev_remove,
Dwm8782.c77 .remove = wm8782_remove,
Dpcm512x-i2c.c66 .remove = pcm512x_i2c_remove,
Dwm8727.c81 .remove = wm8727_remove,
Dadau1781-spi.c68 .remove = adau1781_spi_remove,
Dad73311.c82 .remove = ad73311_remove,
Dads117x.c84 .remove = ads117x_remove,
Dspdif_receiver.c80 .remove = spdif_dir_remove,
Dbt-sco.c82 .remove = bt_sco_remove,
Dadau1977-spi.c69 .remove = adau1977_spi_remove,
Dadau1761-spi.c70 .remove = adau1761_spi_remove,
Dspdif_transmitter.c80 .remove = spdif_dit_remove,
Dak4554.c99 .remove = ak4554_soc_remove,
/linux-4.1.27/tools/power/acpi/
DMakefile92 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-4.1.27/include/video/
Dhecubafb.h43 void (*remove)(struct hecubafb_par *); member
/linux-4.1.27/net/wireless/
Dwext-compat.c434 const u8 *addr, bool remove, bool tx_key, in __cfg80211_set_encryption() argument
470 if (remove) { in __cfg80211_set_encryption()
574 const u8 *addr, bool remove, bool tx_key, in cfg80211_set_encryption() argument
581 remove, tx_key, idx, params); in cfg80211_set_encryption()
594 bool remove = false; in cfg80211_wext_siwencode() local
618 remove = true; in cfg80211_wext_siwencode()
639 else if (!remove) in cfg80211_wext_siwencode()
642 return cfg80211_set_encryption(rdev, dev, false, NULL, remove, in cfg80211_wext_siwencode()
656 bool remove = false; in cfg80211_wext_siwencodeext() local
672 remove = true; in cfg80211_wext_siwencodeext()
[all …]
/linux-4.1.27/drivers/cpufreq/
Dvexpress-spc-cpufreq.c65 .remove = ve_spc_cpufreq_remove,
/linux-4.1.27/drivers/hid/
Dhid-wiimote-modules.c108 .remove = NULL,
186 .remove = wiimod_rumble_remove,
286 .remove = wiimod_battery_remove,
403 .remove = wiimod_led_remove,
409 .remove = wiimod_led_remove,
415 .remove = wiimod_led_remove,
421 .remove = wiimod_led_remove,
543 .remove = wiimod_accel_remove,
805 .remove = wiimod_ir_remove,
1002 .remove = wiimod_nunchuk_remove,
[all …]
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_roce.c104 if (ocrdma_drv && ocrdma_drv->remove && adapter->ocrdma_dev) in _be_roce_dev_remove()
105 ocrdma_drv->remove(adapter->ocrdma_dev); in _be_roce_dev_remove()
Dbe_roce.h59 void (*remove) (struct ocrdma_dev *); member
/linux-4.1.27/drivers/mfd/
Dmcp-core.c44 drv->remove(mcp); in mcp_bus_remove()
52 .remove = mcp_bus_remove,
/linux-4.1.27/drivers/staging/comedi/
DTODO4 - remove all wrappers
/linux-4.1.27/drivers/power/reset/
Drestart-poweroff.c54 .remove = restart_poweroff_remove,
Drmobile-reset.c80 .remove = rmobile_reset_remove,
Dgpio-poweroff.c99 .remove = gpio_poweroff_remove,
Dsyscon-poweroff.c91 .remove = syscon_poweroff_remove,
Das3722-poweroff.c87 .remove = as3722_poweroff_remove,
/linux-4.1.27/arch/mips/sgi-ip22/
Dip22-gio.c150 if (dev->driver && drv->remove) in gio_device_remove()
151 drv->remove(gio_dev); in gio_device_remove()
380 .remove = gio_device_remove,
/linux-4.1.27/drivers/target/
Dtarget_core_tmr.c84 bool remove = true, send_tas; in core_tmr_handle_tas_abort() local
93 remove = false; in core_tmr_handle_tas_abort()
97 transport_cmd_finish_abort(cmd, remove); in core_tmr_handle_tas_abort()
/linux-4.1.27/drivers/ide/
Dide.c138 if (drv->remove) in generic_ide_remove()
139 drv->remove(drive); in generic_ide_remove()
158 .remove = generic_ide_remove,
Drz1000.c80 .remove = rz1000_remove,
/linux-4.1.27/fs/xfs/
Dxfs_extfree_item.c141 int remove) in xfs_efi_item_unpin() argument
145 if (remove) { in xfs_efi_item_unpin()
402 int remove) in xfs_efd_item_unpin() argument
/linux-4.1.27/drivers/pci/pcie/
Dportdrv_core.c531 if (driver && driver->remove) { in pcie_port_remove_service()
534 driver->remove(pciedev); in pcie_port_remove_service()
563 new->driver.remove = pcie_port_remove_service; in pcie_port_service_register()
/linux-4.1.27/drivers/misc/
Dtifm_core.c100 if (dev->driver && drv->remove) { in tifm_device_remove()
103 drv->remove(sock); in tifm_device_remove()
162 .remove = tifm_device_remove,
Dbmp085-spi.c73 .remove = bmp085_spi_remove
Dbmp085-i2c.c74 .remove = bmp085_i2c_remove,
/linux-4.1.27/drivers/md/persistent-data/
DMakefile11 dm-btree-remove.o \
/linux-4.1.27/drivers/misc/mic/card/
Dmic_virtio.c515 static void mic_scan_devices(struct mic_driver *mdrv, bool remove) in mic_scan_devices() argument
547 if (remove) in mic_scan_devices()
553 if (!ret && !remove) in mic_scan_devices()
555 if (remove) { in mic_scan_devices()
565 if (!remove) in mic_scan_devices()
/linux-4.1.27/Documentation/driver-model/
Ddriver.txt36 .remove = eepro100_remove,
68 .remove = eepro100_remove,
167 int (*remove) (struct device * dev);
169 remove is called to unbind a driver from a device. This may be
210 This can then be used to add and remove the attribute from the
/linux-4.1.27/sound/soc/au1x/
Ddb1000.c57 .remove = db1000_audio_remove,
/linux-4.1.27/drivers/bus/
Dsimple-pm-bus.c47 .remove = simple_pm_bus_remove,
/linux-4.1.27/drivers/leds/
Dleds-rb532.c53 .remove = rb532_led_remove,
Dleds-sunfire.c223 .remove = sunfire_led_generic_remove,
231 .remove = sunfire_led_generic_remove,
Dleds-net48xx.c53 .remove = net48xx_led_remove,
Dleds-hp6xx.c83 .remove = hp6xxled_remove,
/linux-4.1.27/drivers/staging/sm7xxfb/
DTODO5 - refine the code and remove unused code
/linux-4.1.27/drivers/hwmon/pmbus/
Dtps40422.c56 .remove = pmbus_do_remove,
/linux-4.1.27/Documentation/ide/
D00-INDEX14 - using sysfs to remove and add IDE devices.
/linux-4.1.27/drivers/iio/pressure/
Dst_pressure_spi.c63 .remove = st_press_spi_remove,
Dst_pressure_i2c.c87 .remove = st_press_i2c_remove,
/linux-4.1.27/drivers/misc/mic/bus/
Dmic_bus.c116 drv->remove(dev); in mbus_dev_remove()
126 .remove = mbus_dev_remove,
/linux-4.1.27/sound/soc/tegra/
Dtegra_rt5640.c154 .remove = tegra_rt5640_card_remove,
258 .remove = tegra_rt5640_remove,
Dtegra_alc5632.c149 .remove = tegra_alc5632_card_remove,
253 .remove = tegra_alc5632_remove,
Dtegra_max98090.c209 .remove = tegra_max98090_card_remove,
317 .remove = tegra_max98090_remove,
/linux-4.1.27/drivers/net/wireless/
Datmel_pci.c47 .remove = atmel_pci_remove,
/linux-4.1.27/drivers/iio/gyro/
Dst_gyro_spi.c67 .remove = st_gyro_spi_remove,
/linux-4.1.27/drivers/usb/chipidea/
Dci_hdrc_zevio.c61 .remove = ci_hdrc_zevio_remove,
/linux-4.1.27/drivers/iio/magnetometer/
Dst_magn_spi.c64 .remove = st_magn_spi_remove,
Dst_magn_i2c.c88 .remove = st_magn_i2c_remove,
/linux-4.1.27/arch/arm/mach-nspire/
Dnspire.c50 .remove = nspire_clcd_remove,
/linux-4.1.27/drivers/clk/
Dclk-max77686.c78 .remove = max77686_clk_remove,
Dclk-max77802.c89 .remove = max77802_clk_remove,
/linux-4.1.27/arch/mips/include/asm/
Dcdmm.h45 int (*remove)(struct mips_cdmm_device *); member
Dgio_device.h27 void (*remove)(struct gio_device *); member
/linux-4.1.27/drivers/staging/xgifb/
DTODO9 - remove useless/wrong/unused code...
/linux-4.1.27/sound/soc/txx9/
Dtxx9aclc-generic.c66 .remove = __exit_p(txx9aclc_generic_remove),
Dtxx9aclc-ac97.c157 .remove = txx9aclc_ac97_remove,
224 .remove = txx9aclc_ac97_dev_remove,
/linux-4.1.27/drivers/iio/accel/
Dst_accel_spi.c70 .remove = st_accel_spi_remove,
/linux-4.1.27/drivers/acpi/
Dhed.c83 .remove = acpi_hed_remove,
/linux-4.1.27/drivers/char/hw_random/
Dpowernv-rng.c76 .remove = powernv_rng_remove,
Dpseries-rng.c85 .remove = pseries_rng_remove,
/linux-4.1.27/drivers/cpuidle/
Dcpuidle-kirkwood.c76 .remove = kirkwood_cpuidle_remove,
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class30 : remove second param('dev'). if edev has parent device, should store
56 2. (Recommended) remove print_state callback.
60 cable. Same for set_state. This way, you can remove the usage of
/linux-4.1.27/drivers/pwm/
Dpwm-lpss-pci.c59 .remove = pwm_lpss_remove_pci,
Dpwm-lpss-platform.c62 .remove = pwm_lpss_remove_platform,
/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp_i2c.c81 .remove = cyttsp_i2c_remove,
Dcyttsp4_i2c.c81 .remove = cyttsp4_i2c_remove,
/linux-4.1.27/sound/soc/samsung/
Ds3c24xx_simtec_tlv320aic23.c94 .remove = simtec_audio_remove,
Ds3c24xx_simtec_hermes.c106 .remove = simtec_audio_remove,
/linux-4.1.27/tools/usb/usbip/src/
Dusbip_detach.c64 remove(path); in detach_port()
/linux-4.1.27/sound/soc/cirrus/
Dsimone.c79 .remove = simone_remove,
/linux-4.1.27/arch/um/include/shared/
Dnet_user.h20 void (*remove)(void *); member
Dnet_kern.h36 void (*remove)(void *); member
/linux-4.1.27/arch/mips/mti-sead3/
Dleds-sead3.c67 .remove = sead3_led_remove,
/linux-4.1.27/net/batman-adv/
DKconfig26 more than one mesh node in the same LAN, you can safely remove
37 this option you can safely remove it and save some space.
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-if.c183 .remove = isp1761_pci_remove,
273 .remove = isp1760_plat_remove,
/linux-4.1.27/drivers/video/fbdev/omap/
Dlcd_palmte.c101 .remove = palmte_panel_remove,
Dlcd_palmz71.c103 .remove = palmz71_panel_remove,
Dlcd_inn1510.c104 .remove = innovator1510_panel_remove,
Dlcd_palmtt.c107 .remove = palmtt_panel_remove,
Dlcd_htcherald.c109 .remove = htcherald_panel_remove,
Dlcd_osk.c124 .remove = osk_panel_remove,
/linux-4.1.27/arch/s390/include/asm/
Dccwgroup.h47 void (*remove) (struct ccwgroup_device *); member
/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_daq_dio24.c88 .remove = comedi_pcmcia_auto_unconfig,
Ddas08_pci.c99 .remove = comedi_pci_auto_unconfig,
Ddas08_cs.c107 .remove = comedi_pcmcia_auto_unconfig,
Dni_labpc_cs.c122 .remove = comedi_pcmcia_auto_unconfig,
/linux-4.1.27/drivers/platform/x86/
Dxo1-rfkill.c76 .remove = xo1_rfkill_remove,
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dsystem-bus.c407 if (drv->remove) in ps3_system_bus_remove()
408 result = drv->remove(dev); in ps3_system_bus_remove()
442 else if (drv->remove) { in ps3_system_bus_shutdown()
445 drv->remove(dev); in ps3_system_bus_shutdown()
485 .remove = ps3_system_bus_remove,
/linux-4.1.27/drivers/sn/
Dioc3.c560 if(is->remove) in ioc3_unregister_submodule()
561 if(is->remove(is, idd)) in ioc3_unregister_submodule()
766 if(ioc3_submodules[id] && ioc3_submodules[id]->remove) in ioc3_remove()
767 if(ioc3_submodules[id]->remove(ioc3_submodules[id], in ioc3_remove()
808 .remove = ioc3_remove,
/linux-4.1.27/drivers/nfc/pn544/
Dmei.c82 .remove = pn544_mei_remove,
/linux-4.1.27/drivers/staging/lustre/
DTODO5 * Clean up libcfs layer. Ideally we can remove include/linux/libcfs entirely.
/linux-4.1.27/arch/parisc/include/asm/
Dparisc-device.h37 int (*remove) (struct parisc_device *dev); member
/linux-4.1.27/drivers/nfc/microread/
Dmei.c82 .remove = microread_mei_remove,
/linux-4.1.27/include/linux/mfd/
Dmcp.h52 void (*remove)(struct mcp *); member
/linux-4.1.27/drivers/thermal/
Ddb8500_cpufreq_cooling.c85 .remove = db8500_cpufreq_cooling_remove,
/linux-4.1.27/drivers/infiniband/core/
Ddevice.c346 if (client->remove) in ib_unregister_device()
347 client->remove(device); in ib_unregister_device()
414 if (client->remove) in ib_unregister_client()
415 client->remove(device); in ib_unregister_client()
/linux-4.1.27/drivers/pcmcia/
Dsa1100_generic.c105 .remove = sa11x0_drv_pcmcia_remove,
/linux-4.1.27/drivers/staging/sm750fb/
DTODO4 - refine the code and remove unused code
/linux-4.1.27/drivers/ata/
Dahci_platform.c86 .remove = ata_platform_remove_one,
/linux-4.1.27/arch/cris/boot/compressed/
DMakefile21 OBJCOPYFLAGS = -O binary --remove-section=.bss
/linux-4.1.27/drivers/staging/unisys/virtpci/
Dvirtpci.h84 void (*remove)(struct virtpci_dev *dev); /* Device removed (NULL if member
/linux-4.1.27/drivers/mmc/host/
Dsdhci-of-hlwd.c91 .remove = sdhci_pltfm_unregister,
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/
Dmain.c73 .remove = bcm47xxnflash_remove,

12345678910>>...22