/linux-4.1.27/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-4.1.27/scripts/ |
D | checkincludes.pl | 23 my $remove = 0; 32 $remove = 1; 56 if (!$remove) {
|
D | bloat-o-meter | 33 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/ |
D | transport_class.c | 97 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()
|
D | isa.c | 52 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,
|
D | dd.c | 536 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()
|
D | driver.c | 156 (drv->bus->remove && drv->remove) || in driver_register()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | plat_nand.c | 110 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/ |
D | sgi-ioc4.txt | 27 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.
|
D | pnp.txt | 113 - 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/ |
D | lm.c | 38 if (lmdrv->remove) in lm_bus_remove() 39 lmdrv->remove(lmdev); in lm_bus_remove() 47 .remove = lm_bus_remove,
|
D | lm.h | 12 void (*remove)(struct lm_device *); member
|
/linux-4.1.27/drivers/uio/ |
D | uio_pci_generic.c | 108 static void remove(struct pci_dev *pdev) in remove() function 121 .remove = remove,
|
D | uio_aec.c | 137 static void remove(struct pci_dev *pdev) in remove() function 159 .remove = remove,
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | regulator-quirk-rcar-gen2.c | 88 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/ |
D | sysfs-class-pktcdvd | 19 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
|
D | sysfs-devices-memory | 7 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
|
D | sysfs-bus-rbd | 19 $ 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
|
D | configfs-usb-gadget-ffs | 4 Description: The purpose of this directory is to create and remove it.
|
/linux-4.1.27/drivers/zorro/ |
D | zorro-driver.c | 70 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/ |
D | sdio.c | 686 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/ |
D | Makefile | 6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | TODO | 2 * remove unecessary comments 3 * remove unecessary error messages. Example kzalloc() has its
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 2 - remove __cplusplus ifdefs -- done 7 - remove dead code
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-driver.c | 124 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/ |
D | ssd1307fb.c | 45 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,
|
D | hecubafb.c | 291 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/ |
D | TODO | 2 - 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/ |
D | card.c | 63 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()
|
D | driver.c | 130 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/ |
D | transport_class.h | 24 int (*remove)(struct transport_container *, struct device *, member 34 .remove = rm, \
|
D | isa.h | 14 int (*remove)(struct device *, unsigned int); member
|
D | btree-type.h | 57 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
|
D | mei_cl_bus.h | 18 int (*remove)(struct mei_cl_device *dev); member
|
D | pcieport_if.h | 47 void (*remove) (struct pcie_device *dev); member
|
D | ioc3.h | 61 int (*remove) (struct ioc3_submodule *, struct ioc3_driver_data *); member
|
D | ntb.h | 54 void (*remove)(struct pci_dev *pdev); member
|
D | mic_bus.h | 70 void (*remove)(struct mbus_device *dev); member
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-gpio.c | 66 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/ |
D | superhyway.c | 158 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/ |
D | TODO | 2 - 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/ |
D | net_kern.c | 363 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()
|
D | mconsole_kern.h | 24 int (*remove)(int, char **); member
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 15 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/ |
D | core.c | 113 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/ |
D | testcases.dts | 6 prop-remove = "world"; 7 node-remove {
|
/linux-4.1.27/drivers/usb/host/whci/ |
D | asl.c | 130 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()
|
D | pzl.c | 136 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/ |
D | exynos_drm_core.c | 120 if (subdrv->remove) in exynos_drm_device_subdrv_remove() 121 subdrv->remove(dev, subdrv->dev); in exynos_drm_device_subdrv_remove()
|
D | exynos_drm_drv.h | 126 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/ |
D | sysfs-pci.txt | 15 | |-- 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/ |
D | vio.c | 81 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/ |
D | olpc-xo1-pm.c | 175 .remove = xo1_pm_remove, 183 .remove = xo1_pm_remove,
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | intf.c | 80 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/ |
D | machine.txt | 20 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/ |
D | upgrading-clients | 115 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/ |
D | hx4700.c | 168 .remove = hx4700_card_remove, 221 .remove = hx4700_audio_remove,
|
/linux-4.1.27/drivers/staging/board/ |
D | TODO | 2 * remove staging board code when no more platform devices are needed
|
/linux-4.1.27/drivers/s390/cio/ |
D | scm.c | 35 return scmdrv->remove ? scmdrv->remove(scmdev) : -ENODEV; in scmdev_remove() 46 .remove = scmdev_remove,
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-core.c | 77 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/ |
D | overlay-notes.txt | 95 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/ |
D | events-power.txt | 68 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/ |
D | clock_ops.c | 178 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/ |
D | umc-bus.c | 161 umc_driver->remove(umc); in umc_device_remove() 193 .remove = umc_device_remove,
|
/linux-4.1.27/sound/soc/codecs/ |
D | ak5386.c | 74 .remove = ak5386_soc_remove, 205 .remove = ak5386_remove,
|
D | es8328-spi.c | 43 .remove = es8328_spi_remove,
|
D | ssm2602-spi.c | 42 .remove = ssm2602_spi_remove,
|
D | adav803.c | 42 .remove = adav803_remove,
|
D | ad193x-spi.c | 42 .remove = ad193x_spi_remove,
|
D | ad193x-i2c.c | 47 .remove = ad193x_i2c_remove,
|
D | adav801.c | 45 .remove = adav80x_spi_remove,
|
D | es8328-i2c.c | 52 .remove = es8328_i2c_remove,
|
D | cs4271-spi.c | 49 .remove = cs4271_spi_remove,
|
D | tlv320aic23-spi.c | 49 .remove = aic23_spi_remove,
|
D | cs42l51-i2c.c | 52 .remove = cs42l51_i2c_remove,
|
D | wm8804-spi.c | 50 .remove = wm8804_spi_remove
|
D | cs4271-i2c.c | 55 .remove = cs4271_i2c_remove,
|
D | adau1977-i2c.c | 52 .remove = adau1977_i2c_remove,
|
D | adau1781-i2c.c | 51 .remove = adau1781_i2c_remove,
|
D | tlv320aic23-i2c.c | 59 .remove = tlv320aic23_i2c_remove,
|
D | ssm2602-i2c.c | 59 .remove = ssm2602_i2c_remove,
|
D | adau1761-i2c.c | 53 .remove = adau1761_i2c_remove,
|
D | pcm512x-spi.c | 63 .remove = pcm512x_spi_remove,
|
D | wm8804-i2c.c | 57 .remove = wm8804_i2c_remove,
|
D | cs42xx8-i2c.c | 56 .remove = cs42xx8_i2c_remove,
|
D | ad1980.c | 312 .remove = ad1980_soc_remove, 340 .remove = ad1980_remove,
|
D | dmic.c | 79 .remove = dmic_dev_remove,
|
D | wm8782.c | 77 .remove = wm8782_remove,
|
D | pcm512x-i2c.c | 66 .remove = pcm512x_i2c_remove,
|
D | wm8727.c | 81 .remove = wm8727_remove,
|
D | adau1781-spi.c | 68 .remove = adau1781_spi_remove,
|
D | ad73311.c | 82 .remove = ad73311_remove,
|
D | ads117x.c | 84 .remove = ads117x_remove,
|
D | spdif_receiver.c | 80 .remove = spdif_dir_remove,
|
D | bt-sco.c | 82 .remove = bt_sco_remove,
|
D | adau1977-spi.c | 69 .remove = adau1977_spi_remove,
|
D | adau1761-spi.c | 70 .remove = adau1761_spi_remove,
|
D | spdif_transmitter.c | 80 .remove = spdif_dit_remove,
|
D | ak4554.c | 99 .remove = ak4554_soc_remove,
|
/linux-4.1.27/tools/power/acpi/ |
D | Makefile | 92 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
/linux-4.1.27/include/video/ |
D | hecubafb.h | 43 void (*remove)(struct hecubafb_par *); member
|
/linux-4.1.27/net/wireless/ |
D | wext-compat.c | 434 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/ |
D | vexpress-spc-cpufreq.c | 65 .remove = ve_spc_cpufreq_remove,
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-modules.c | 108 .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/ |
D | be_roce.c | 104 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()
|
D | be_roce.h | 59 void (*remove) (struct ocrdma_dev *); member
|
/linux-4.1.27/drivers/mfd/ |
D | mcp-core.c | 44 drv->remove(mcp); in mcp_bus_remove() 52 .remove = mcp_bus_remove,
|
/linux-4.1.27/drivers/staging/comedi/ |
D | TODO | 4 - remove all wrappers
|
/linux-4.1.27/drivers/power/reset/ |
D | restart-poweroff.c | 54 .remove = restart_poweroff_remove,
|
D | rmobile-reset.c | 80 .remove = rmobile_reset_remove,
|
D | gpio-poweroff.c | 99 .remove = gpio_poweroff_remove,
|
D | syscon-poweroff.c | 91 .remove = syscon_poweroff_remove,
|
D | as3722-poweroff.c | 87 .remove = as3722_poweroff_remove,
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | ip22-gio.c | 150 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/ |
D | target_core_tmr.c | 84 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/ |
D | ide.c | 138 if (drv->remove) in generic_ide_remove() 139 drv->remove(drive); in generic_ide_remove() 158 .remove = generic_ide_remove,
|
D | rz1000.c | 80 .remove = rz1000_remove,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_extfree_item.c | 141 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/ |
D | portdrv_core.c | 531 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/ |
D | tifm_core.c | 100 if (dev->driver && drv->remove) { in tifm_device_remove() 103 drv->remove(sock); in tifm_device_remove() 162 .remove = tifm_device_remove,
|
D | bmp085-spi.c | 73 .remove = bmp085_spi_remove
|
D | bmp085-i2c.c | 74 .remove = bmp085_i2c_remove,
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | Makefile | 11 dm-btree-remove.o \
|
/linux-4.1.27/drivers/misc/mic/card/ |
D | mic_virtio.c | 515 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/ |
D | driver.txt | 36 .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/ |
D | db1000.c | 57 .remove = db1000_audio_remove,
|
/linux-4.1.27/drivers/bus/ |
D | simple-pm-bus.c | 47 .remove = simple_pm_bus_remove,
|
/linux-4.1.27/drivers/leds/ |
D | leds-rb532.c | 53 .remove = rb532_led_remove,
|
D | leds-sunfire.c | 223 .remove = sunfire_led_generic_remove, 231 .remove = sunfire_led_generic_remove,
|
D | leds-net48xx.c | 53 .remove = net48xx_led_remove,
|
D | leds-hp6xx.c | 83 .remove = hp6xxled_remove,
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
D | TODO | 5 - refine the code and remove unused code
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | tps40422.c | 56 .remove = pmbus_do_remove,
|
/linux-4.1.27/Documentation/ide/ |
D | 00-INDEX | 14 - using sysfs to remove and add IDE devices.
|
/linux-4.1.27/drivers/iio/pressure/ |
D | st_pressure_spi.c | 63 .remove = st_press_spi_remove,
|
D | st_pressure_i2c.c | 87 .remove = st_press_i2c_remove,
|
/linux-4.1.27/drivers/misc/mic/bus/ |
D | mic_bus.c | 116 drv->remove(dev); in mbus_dev_remove() 126 .remove = mbus_dev_remove,
|
/linux-4.1.27/sound/soc/tegra/ |
D | tegra_rt5640.c | 154 .remove = tegra_rt5640_card_remove, 258 .remove = tegra_rt5640_remove,
|
D | tegra_alc5632.c | 149 .remove = tegra_alc5632_card_remove, 253 .remove = tegra_alc5632_remove,
|
D | tegra_max98090.c | 209 .remove = tegra_max98090_card_remove, 317 .remove = tegra_max98090_remove,
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel_pci.c | 47 .remove = atmel_pci_remove,
|
/linux-4.1.27/drivers/iio/gyro/ |
D | st_gyro_spi.c | 67 .remove = st_gyro_spi_remove,
|
/linux-4.1.27/drivers/usb/chipidea/ |
D | ci_hdrc_zevio.c | 61 .remove = ci_hdrc_zevio_remove,
|
/linux-4.1.27/drivers/iio/magnetometer/ |
D | st_magn_spi.c | 64 .remove = st_magn_spi_remove,
|
D | st_magn_i2c.c | 88 .remove = st_magn_i2c_remove,
|
/linux-4.1.27/arch/arm/mach-nspire/ |
D | nspire.c | 50 .remove = nspire_clcd_remove,
|
/linux-4.1.27/drivers/clk/ |
D | clk-max77686.c | 78 .remove = max77686_clk_remove,
|
D | clk-max77802.c | 89 .remove = max77802_clk_remove,
|
/linux-4.1.27/arch/mips/include/asm/ |
D | cdmm.h | 45 int (*remove)(struct mips_cdmm_device *); member
|
D | gio_device.h | 27 void (*remove)(struct gio_device *); member
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | TODO | 9 - remove useless/wrong/unused code...
|
/linux-4.1.27/sound/soc/txx9/ |
D | txx9aclc-generic.c | 66 .remove = __exit_p(txx9aclc_generic_remove),
|
D | txx9aclc-ac97.c | 157 .remove = txx9aclc_ac97_remove, 224 .remove = txx9aclc_ac97_dev_remove,
|
/linux-4.1.27/drivers/iio/accel/ |
D | st_accel_spi.c | 70 .remove = st_accel_spi_remove,
|
/linux-4.1.27/drivers/acpi/ |
D | hed.c | 83 .remove = acpi_hed_remove,
|
/linux-4.1.27/drivers/char/hw_random/ |
D | powernv-rng.c | 76 .remove = powernv_rng_remove,
|
D | pseries-rng.c | 85 .remove = pseries_rng_remove,
|
/linux-4.1.27/drivers/cpuidle/ |
D | cpuidle-kirkwood.c | 76 .remove = kirkwood_cpuidle_remove,
|
/linux-4.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 30 : 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/ |
D | pwm-lpss-pci.c | 59 .remove = pwm_lpss_remove_pci,
|
D | pwm-lpss-platform.c | 62 .remove = pwm_lpss_remove_platform,
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | cyttsp_i2c.c | 81 .remove = cyttsp_i2c_remove,
|
D | cyttsp4_i2c.c | 81 .remove = cyttsp4_i2c_remove,
|
/linux-4.1.27/sound/soc/samsung/ |
D | s3c24xx_simtec_tlv320aic23.c | 94 .remove = simtec_audio_remove,
|
D | s3c24xx_simtec_hermes.c | 106 .remove = simtec_audio_remove,
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbip_detach.c | 64 remove(path); in detach_port()
|
/linux-4.1.27/sound/soc/cirrus/ |
D | simone.c | 79 .remove = simone_remove,
|
/linux-4.1.27/arch/um/include/shared/ |
D | net_user.h | 20 void (*remove)(void *); member
|
D | net_kern.h | 36 void (*remove)(void *); member
|
/linux-4.1.27/arch/mips/mti-sead3/ |
D | leds-sead3.c | 67 .remove = sead3_led_remove,
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 26 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/ |
D | isp1760-if.c | 183 .remove = isp1761_pci_remove, 273 .remove = isp1760_plat_remove,
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | lcd_palmte.c | 101 .remove = palmte_panel_remove,
|
D | lcd_palmz71.c | 103 .remove = palmz71_panel_remove,
|
D | lcd_inn1510.c | 104 .remove = innovator1510_panel_remove,
|
D | lcd_palmtt.c | 107 .remove = palmtt_panel_remove,
|
D | lcd_htcherald.c | 109 .remove = htcherald_panel_remove,
|
D | lcd_osk.c | 124 .remove = osk_panel_remove,
|
/linux-4.1.27/arch/s390/include/asm/ |
D | ccwgroup.h | 47 void (*remove) (struct ccwgroup_device *); member
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_daq_dio24.c | 88 .remove = comedi_pcmcia_auto_unconfig,
|
D | das08_pci.c | 99 .remove = comedi_pci_auto_unconfig,
|
D | das08_cs.c | 107 .remove = comedi_pcmcia_auto_unconfig,
|
D | ni_labpc_cs.c | 122 .remove = comedi_pcmcia_auto_unconfig,
|
/linux-4.1.27/drivers/platform/x86/ |
D | xo1-rfkill.c | 76 .remove = xo1_rfkill_remove,
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 407 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/ |
D | ioc3.c | 560 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/ |
D | mei.c | 82 .remove = pn544_mei_remove,
|
/linux-4.1.27/drivers/staging/lustre/ |
D | TODO | 5 * Clean up libcfs layer. Ideally we can remove include/linux/libcfs entirely.
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | parisc-device.h | 37 int (*remove) (struct parisc_device *dev); member
|
/linux-4.1.27/drivers/nfc/microread/ |
D | mei.c | 82 .remove = microread_mei_remove,
|
/linux-4.1.27/include/linux/mfd/ |
D | mcp.h | 52 void (*remove)(struct mcp *); member
|
/linux-4.1.27/drivers/thermal/ |
D | db8500_cpufreq_cooling.c | 85 .remove = db8500_cpufreq_cooling_remove,
|
/linux-4.1.27/drivers/infiniband/core/ |
D | device.c | 346 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/ |
D | sa1100_generic.c | 105 .remove = sa11x0_drv_pcmcia_remove,
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | TODO | 4 - refine the code and remove unused code
|
/linux-4.1.27/drivers/ata/ |
D | ahci_platform.c | 86 .remove = ata_platform_remove_one,
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | Makefile | 21 OBJCOPYFLAGS = -O binary --remove-section=.bss
|
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
D | virtpci.h | 84 void (*remove)(struct virtpci_dev *dev); /* Device removed (NULL if member
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-of-hlwd.c | 91 .remove = sdhci_pltfm_unregister,
|
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/ |
D | main.c | 73 .remove = bcm47xxnflash_remove,
|