/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
H A D | unistd.h | 31 #define __NR_oldstat 18 /* remove */ 41 #define __NR_oldfstat 28 /* remove */ 44 #define __NR_stty 31 /* remove */ 45 #define __NR_gtty 32 /* remove */ 49 #define __NR_ftime 35 /* remove */ 58 #define __NR_prof 44 /* remove */ 66 #define __NR_umount2 52 /* remove */ 67 #define __NR_lock 53 /* remove */ 70 #define __NR_mpx 56 /* remove */ 72 #define __NR_ulimit 58 /* remove */ 73 #define __NR_oldolduname 59 /* remove */ 98 #define __NR_oldlstat 84 /* remove */ 100 #define __NR_uselib 86 /* remove */ 103 #define __NR_readdir 89 /* remove ? */ 112 #define __NR_profil 98 /* remove */ 115 #define __NR_ioperm 101 /* remove */ 116 #define __NR_socketcall 102 /* remove */ 120 #define __NR_stat 106 /* remove */ 121 #define __NR_lstat 107 /* remove */ 122 #define __NR_fstat 108 /* remove */ 123 #define __NR_olduname 109 /* remove */ 124 #define __NR_iopl 110 /* remove */ 126 #define __NR_idle 112 /* remove */ 127 #define __NR_vm86old 113 /* remove */ 131 #define __NR_ipc 117 /* remove - direct call */ 136 #define __NR_uname 122 /* remove */ 137 #define __NR_modify_ldt 123 /* remove */ 139 #define __NR_mprotect 125 /* remove */ 141 #define __NR_create_module 127 /* remove */ 144 #define __NR_get_kernel_syms 130 /* remove */ 148 #define __NR_bdflush 134 /* remove */ 154 #define __NR__llseek 140 /* remove only lseek */ 156 #define __NR__newselect 142 /* remove */ 158 #define __NR_msync 144 /* remove */ 163 #define __NR__sysctl 149 /* remove */ 180 #define __NR_vm86 166 /* remove */ 200 #define __NR_sigaltstack 186 /* remove */ 202 #define __NR_getpmsg 188 /* remove */ 203 /* remove - some people actually want streams */ 205 /* for noMMU - group with clone -> maybe remove */ 207 #define __NR_ugetrlimit 191 /* remove - SuS compliant getrlimit */ 211 #define __NR_stat64 195 /* remove _ARCH_WANT_STAT64 */ 212 #define __NR_lstat64 196 /* remove _ARCH_WANT_STAT64 */ 213 #define __NR_fstat64 197 /* remove _ARCH_WANT_STAT64 */ 258 #define __NR_set_thread_area 243 /* remove */ 259 #define __NR_get_thread_area 244 /* remove */ 265 #define __NR_fadvise64 250 /* remove -> sys_fadvise64_64 */
|
/linux-4.1.27/drivers/md/persistent-data/ |
H A D | Makefile | 11 dm-btree-remove.o \
|
/linux-4.1.27/arch/cris/boot/ |
H A D | Makefile | 6 objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id
|
/linux-4.1.27/scripts/ |
H A D | checkincludes.pl | 3 # checkincludes: find/remove files included more than once 9 # to remove them in place. Note that this will not take into 19 print "To remove duplicated includes in place use -r\n"; 23 my $remove = 0; 32 $remove = 1; 56 if (!$remove) {
|
H A D | bloat-o-meter | 33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 42 remove += 1 61 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ 62 (add, remove, grow, shrink, up, -down, up-down))
|
H A D | objdiff | 26 # Note: 'make mrproper' will also remove .tmp_objdiff 64 # remove addresses for a cleaner diff
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | queue.h | 37 * Params : queue - queue to remove command from 44 * Purpose : remove a SCSI command from a queue 45 * Params : queue - queue to remove command from 68 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag 69 * Params : queue - queue to remove command from 80 * Purpose : remove all SCSI commands from the queue for a specified target 81 * Params : queue - queue to remove command from 100 * Purpose : remove a specific command from the queues
|
H A D | queue.c | 156 * Purpose : remove a SCSI command from a queue 157 * Params : queue - queue to remove command from 184 * Params : queue - queue to remove command from 202 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag 203 * Params : queue - queue to remove command from 232 * Purpose : remove all SCSI commands from the queue for a specified target 233 * Params : queue - queue to remove command from 281 * Purpose : remove a specific command from the queues
|
/linux-4.1.27/drivers/oprofile/ |
H A D | buffer_sync.h | 16 /* remove the hooks */
|
/linux-4.1.27/arch/arm/mach-integrator/ |
H A D | lm.h | 12 void (*remove)(struct lm_device *); member in struct:lm_driver
|
H A D | lm.c | 38 if (lmdrv->remove) lm_bus_remove() 39 lmdrv->remove(lmdev); lm_bus_remove() 47 .remove = lm_bus_remove,
|
/linux-4.1.27/drivers/pci/ |
H A D | remove.c | 70 * iterator. Therefore, iterate in reverse so we remove the VFs pci_stop_bus_device() 100 * pci_stop_and_remove_bus_device - remove a PCI device and any children 101 * @dev: the device to remove 104 * that the device has been removed. We also remove any subordinate 107 * For each device we remove, delete the device structure from the 108 * device lists, remove the /proc entry, and notify userspace 159 /* remove the host bridge */ pci_remove_root_bus()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | idifunc.c | 114 * remove card 122 DBG_ERR(("cannot find card to remove")); um_remove_card() 126 diva_os_enter_spin_lock(&ll_lock, &old_irql, "remove card"); um_remove_card() 128 diva_os_leave_spin_lock(&ll_lock, &old_irql, "remove card"); um_remove_card() 134 * remove all adapter 142 diva_os_enter_spin_lock(&ll_lock, &old_irql, "remove all"); remove_all_idi_proc() 146 diva_os_leave_spin_lock(&ll_lock, &old_irql, "remove all"); remove_all_idi_proc() 151 diva_os_leave_spin_lock(&ll_lock, &old_irql, "remove all"); remove_all_idi_proc()
|
H A D | dadapter.c | 119 diva_notify_adapter_change(&MAdapter, 1); /* About to remove */ diva_didd_add_descriptor() 141 Called in order to remove one registered adapter from array 151 diva_notify_adapter_change(&MAdapter, 1); /* About to remove */ diva_didd_remove_descriptor() 157 diva_notify_adapter_change(&HandleTable[i], 1); /* About to remove */ diva_didd_remove_descriptor() 166 DBG_ERR(("Invalid request=%08x, can't remove adapter", request)) diva_didd_remove_descriptor() 301 DBG_ERR(("Can't remove adapter notification, handle=%d", handle)) diva_remove_adapter_callback() 332 - remove existing adapter 334 - remove adapter array notification
|
H A D | divasi.c | 472 ** If application exits without entity removal this function will remove 483 DBG_FTL(("Zero entity on remove")) remove_entity() 490 DBG_FTL(("Zero entity os context on remove")) remove_entity() 501 DBG_TRC(("E(%08x) check remove", entity)) remove_entity() 504 If adapter not answers on remove request inside of remove_entity() 525 DBG_TRC(("E(%08x) start remove", entity)) DBG_TRC() 542 DBG_TRC(("E(%08x) remove complete, aborted:%d", entity,
|
H A D | capifunc.c | 388 * remove a card, but ensures consistent state of LI tables 400 * Set "remove in progress flag". divacapi_remove_card() 404 diva_os_enter_spin_lock(&api_lock, &old_irql, "remove card"); divacapi_remove_card() 413 diva_os_leave_spin_lock(&api_lock, &old_irql, "remove card"); divacapi_remove_card() 426 diva_os_enter_spin_lock(&api_lock, &old_irql, "remove card"); divacapi_remove_card() 432 DBG_TRC(("adapter remove, max_adapter=%d", divacapi_remove_card() 434 diva_os_leave_spin_lock(&api_lock, &old_irql, "remove card"); divacapi_remove_card() 448 * remove cards 458 diva_os_enter_spin_lock(&api_lock, &old_irql, "remove cards"); divacapi_remove_cards() 461 diva_os_leave_spin_lock(&api_lock, &old_irql, "remove cards"); divacapi_remove_cards() 466 diva_os_leave_spin_lock(&api_lock, &old_irql, "remove cards"); divacapi_remove_cards() 899 DBG_ERR(("CAPI_SEND_MSG - remove in progress!")) diva_send_message() 1149 * remove (free) main structures 1170 diva_os_enter_spin_lock(&api_lock, &old_irql, "api remove start"); do_api_remove_start() 1172 diva_os_leave_spin_lock(&api_lock, &old_irql, "api remove start"); do_api_remove_start() 1178 DBG_ERR(("could not remove signaling ID's")) do_api_remove_start()
|
/linux-4.1.27/include/linux/ |
H A D | pwm_backlight.h | 16 /* TODO remove once all users are switched to gpiod_* API */
|
H A D | isa.h | 14 int (*remove)(struct device *, unsigned int); member in struct:isa_driver
|
H A D | transport_class.h | 24 int (*remove)(struct transport_container *, struct device *, member in struct:transport_class 34 .remove = rm, \
|
H A D | mcb.h | 80 * @remove: remove callback 87 void (*remove)(struct mcb_device *mdev); member in struct:mcb_driver
|
H A D | mei_cl_bus.h | 18 int (*remove)(struct mei_cl_device *dev); member in struct:mei_cl_driver
|
H A D | btree-type.h | 57 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) remove() function 99 static inline void *BTREE_FN(remove)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key) remove() function
|
H A D | mic_bus.h | 63 * @remove: the function to call when a device is removed. 70 void (*remove)(struct mbus_device *dev); member in struct:mbus_driver
|
H A D | pcieport_if.h | 47 void (*remove) (struct pcie_device *dev); member in struct:pcie_port_service_driver
|
H A D | quicklist.h | 26 * Specifying a NULL ctor can remove constructor support. Specifying
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | plat_nand.c | 110 if (pdata->ctrl.remove) plat_nand_probe() 111 pdata->ctrl.remove(pdev); plat_nand_probe() 124 if (pdata->ctrl.remove) plat_nand_remove() 125 pdata->ctrl.remove(pdev); plat_nand_remove() 138 .remove = plat_nand_remove,
|
/linux-4.1.27/fs/ntfs/ |
H A D | sysctl.c | 62 * ntfs_sysctl - add or remove the debug sysctl 63 * @add: add (1) or remove (0) the sysctl 65 * Add or remove the debug sysctl. Return 0 on success or -errno on error.
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | ccwgroup.h | 34 * @remove: function called on remove 47 void (*remove) (struct ccwgroup_device *); member in struct:ccwgroup_driver
|
H A D | eadm.h | 106 int (*remove) (struct scm_device *scmdev); member in struct:scm_driver
|
/linux-4.1.27/net/ipv4/ |
H A D | xfrm4_tunnel.c | 104 pr_info("%s: can't remove xfrm handler for AF_INET6\n", ipip_fini() 108 pr_info("%s: can't remove xfrm handler for AF_INET\n", ipip_fini() 111 pr_info("%s: can't remove xfrm type\n", __func__); ipip_fini()
|
H A D | tunnel4.c | 184 pr_err("tunnel64 close: can't remove protocol\n"); tunnel4_fini() 187 pr_err("tunnel4 close: can't remove protocol\n"); tunnel4_fini()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | mconsole_kern.h | 24 int (*remove)(int, char **); member in struct:mc_device
|
H A D | vde_user.c | 61 printk(UM_KERN_WARNING "vde_remove - we have no VDECONN to remove"); vde_remove() 68 .remove = vde_remove,
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_ecm.h | 30 * and create symlink/remove symlink.
|
H A D | u_eem.h | 30 * and create symlink/remove symlink.
|
H A D | u_gether.h | 30 * and create symlink/remove symlink.
|
H A D | u_midi.h | 33 * and create symlink/remove symlink.
|
H A D | u_ncm.h | 30 * and create symlink/remove symlink.
|
H A D | u_printer.h | 31 * and create symlink/remove symlink
|
H A D | g_zero.h | 37 * and create symlink/remove symlink. 52 * and create symlink/remove symlink.
|
H A D | u_hid.h | 33 * and create symlink/remove symlink.
|
H A D | u_rndis.h | 36 * and create symlink/remove symlink.
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | ad193x-i2c.c | 47 .remove = ad193x_i2c_remove,
|
H A D | ad193x-spi.c | 42 .remove = ad193x_spi_remove,
|
H A D | adav801.c | 45 .remove = adav80x_spi_remove,
|
H A D | adav803.c | 42 .remove = adav803_remove,
|
H A D | ssm2602-spi.c | 42 .remove = ssm2602_spi_remove,
|
H A D | adau1761-i2c.c | 53 .remove = adau1761_i2c_remove,
|
H A D | adau1781-i2c.c | 51 .remove = adau1781_i2c_remove,
|
H A D | adau1977-i2c.c | 52 .remove = adau1977_i2c_remove,
|
H A D | cs42l51-i2c.c | 52 .remove = cs42l51_i2c_remove,
|
H A D | cs42xx8-i2c.c | 56 .remove = cs42xx8_i2c_remove,
|
H A D | es8328-i2c.c | 52 .remove = es8328_i2c_remove,
|
H A D | es8328-spi.c | 43 .remove = es8328_spi_remove,
|
H A D | ssm2602-i2c.c | 59 .remove = ssm2602_i2c_remove,
|
H A D | tlv320aic23-spi.c | 49 .remove = aic23_spi_remove,
|
H A D | wm8804-i2c.c | 57 .remove = wm8804_i2c_remove,
|
H A D | wm8804-spi.c | 50 .remove = wm8804_spi_remove
|
H A D | ad73311.c | 82 .remove = ad73311_remove,
|
H A D | adau1761-spi.c | 70 .remove = adau1761_spi_remove,
|
H A D | adau1781-spi.c | 68 .remove = adau1781_spi_remove,
|
H A D | adau1977-spi.c | 69 .remove = adau1977_spi_remove,
|
H A D | ads117x.c | 84 .remove = ads117x_remove,
|
H A D | ak4554.c | 99 .remove = ak4554_soc_remove,
|
H A D | bt-sco.c | 82 .remove = bt_sco_remove,
|
H A D | cs4271-i2c.c | 55 .remove = cs4271_i2c_remove,
|
/linux-4.1.27/include/linux/iio/ |
H A D | driver.h | 25 * iio_map_array_unregister() - tell the core to remove consumer mappings for
|
/linux-4.1.27/include/uapi/linux/ |
H A D | mmtimer.h | 16 * 9/10/04 - Christoph Lameter - remove interrupt support 17 * 9/17/04 - jbarnes - remove test program, move some #defines to the driver
|
H A D | reboot.h | 22 * POWER_OFF Stop OS and remove all power from system, if possible.
|
H A D | b1lli.h | 69 #define AVMB1_REMOVECARD 6 /* remove a card - OBSOLETE */
|
H A D | fcntl.h | 54 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */
|
H A D | ipc.h | 38 #define IPC_RMID 0 /* remove resource */
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-buildid-cache.c | 168 /* Try to remove buildid directory */ build_id_cache__add_kcore() 173 /* Try to remove [kernel.kcore] directory */ build_id_cache__add_kcore() 326 OPT_STRING('r', "remove", &remove_name_list_str, "file list", cmd_buildid_cache() 327 "file(s) to remove"), cmd_buildid_cache() 329 "path(s) to remove (remove old caches too)"), cmd_buildid_cache() 393 pr_warning("Couldn't remove %s: %s\n", strlist__for_each() 411 pr_warning("Couldn't remove %s: %s\n", strlist__for_each()
|
/linux-4.1.27/fs/sysfs/ |
H A D | dir.c | 68 * sysfs_remove_dir - remove an object's directory. 71 * The only thing special about this is that we remove any files in 72 * the directory before we remove the directory, and we've inlined 146 * sysfs_remove_mount_point - remove an always empty directory. 148 * @name: The name of the always empty directory to remove
|
H A D | group.c | 190 * callback, it will update the permissions and add or remove the 206 * sysfs_remove_group: remove a group from a kobject 207 * @kobj: kobject to remove the group from 208 * @grp: group to remove 241 * sysfs_remove_groups - remove a list of groups 246 * If groups is not NULL, remove the specified groups from the kobject. 294 * sysfs_unmerge_group - remove files from a pre-existing attribute group. 296 * @grp: The files to remove and the attribute group they belong to. 338 * sysfs_remove_link_from_group - remove a symlink from an attribute group. 341 * @link_name: The name of the symlink to remove.
|
H A D | symlink.c | 112 * sysfs_delete_link - remove symlink in object's directory. 115 * @name: name of the symlink to remove. 138 * sysfs_remove_link - remove symlink in object's directory. 140 * @name: name of the symlink to remove.
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | cdmm.h | 34 * @remove: Callback to remove the device. 45 int (*remove)(struct mips_cdmm_device *); member in struct:mips_cdmm_driver
|
H A D | gio_device.h | 27 void (*remove)(struct gio_device *); member in struct:gio_driver
|
/linux-4.1.27/drivers/base/ |
H A D | isa.c | 52 if (isa_driver->remove) isa_bus_remove() 53 return isa_driver->remove(dev, to_isa_dev(dev)->id); isa_bus_remove() 90 .remove = isa_bus_remove,
|
H A D | transport_class.c | 97 atc->tclass.remove = anon_transport_dummy_function; anon_transport_class_register() 222 if (tclass->remove) transport_remove_classdev() 223 tclass->remove(tcont, dev, classdev); transport_remove_classdev() 225 if (tclass->remove != anon_transport_dummy_function) { transport_remove_classdev() 236 * transport_remove_device - remove the visibility of a device 238 * @dev: generic device to remove 243 * do remove and destroy as separate operations, use 259 if (tclass->remove != anon_transport_dummy_function) transport_destroy_classdev()
|
H A D | attribute_container.c | 89 * attribute_container_unregister - remove a container registration 91 * @cont: previously registered container to remove 195 * @fn: A function to call to remove the device 201 * two phase release: remove from visibility and then delete the 374 * attribute_container_remove_attrs - remove any attribute files 376 * @classdev: The class device to remove the files from
|
H A D | driver.c | 116 * driver_remove_file - remove sysfs file for driver. 156 (drv->bus->remove && drv->remove) || driver_register() 183 * driver_unregister - remove driver from system.
|
/linux-4.1.27/drivers/gpu/host1x/ |
H A D | bus.c | 63 * host1x_subdev_del() - remove subdevice 128 * If all subdevices have been activated, we're about to remove the __host1x_subdev_unregister() 139 * Move the subdevice back to the list of idle subdevices and remove __host1x_subdev_unregister() 147 * XXX: Perhaps don't do this here, but rather explicitly remove it __host1x_subdev_unregister() 151 * used to remove the subdevice when a client is unregistered but __host1x_subdev_unregister() 283 if (driver->remove) host1x_device_remove() 284 return driver->remove(device); host1x_device_remove() 311 .remove = host1x_device_remove, 326 * host1x_subdev_unregister() will remove the client from __host1x_device_del() 330 * XXX: Alternatively, perhaps don't remove the client from __host1x_device_del() 344 /* remove subdevices */ __host1x_device_del() 360 /* finally remove the device */ __host1x_device_del()
|
/linux-4.1.27/drivers/uio/ |
H A D | uio_pci_generic.c | 108 static void remove(struct pci_dev *pdev) remove() function 121 .remove = remove,
|
H A D | uio_aec.c | 137 static void remove(struct pci_dev *pdev) remove() function 159 .remove = remove,
|
/linux-4.1.27/fs/coda/ |
H A D | cache.c | 44 /* remove cached acl from an inode */ coda_cache_clear_inode() 53 /* remove all acl caches */ coda_cache_clear_all() 83 - coda_dentry_delete: to remove dentry from the cache when d_count
|
/linux-4.1.27/kernel/ |
H A D | task_work.c | 44 * @func: identifies the work to remove 46 * Find the last queued pending work with ->func == @func and remove 104 * Synchronize with task_work_cancel(). It can't remove task_work_run()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-rb532.c | 53 .remove = rb532_led_remove,
|
H A D | leds-cobalt-qube.c | 76 .remove = cobalt_qube_led_remove,
|
H A D | leds-hp6xx.c | 83 .remove = hp6xxled_remove,
|
H A D | leds-locomo.c | 86 .remove = locomoled_remove,
|
H A D | leds-net48xx.c | 53 .remove = net48xx_led_remove,
|
/linux-4.1.27/drivers/iio/accel/ |
H A D | st_accel_spi.c | 70 .remove = st_accel_spi_remove,
|
H A D | st_accel_i2c.c | 126 .remove = st_accel_i2c_remove,
|
/linux-4.1.27/drivers/iio/gyro/ |
H A D | st_gyro_spi.c | 67 .remove = st_gyro_spi_remove,
|
H A D | st_gyro_i2c.c | 107 .remove = st_gyro_i2c_remove,
|
/linux-4.1.27/drivers/iio/magnetometer/ |
H A D | st_magn_spi.c | 64 .remove = st_magn_spi_remove,
|
H A D | st_magn_i2c.c | 88 .remove = st_magn_i2c_remove,
|
/linux-4.1.27/drivers/iio/pressure/ |
H A D | st_pressure_spi.c | 63 .remove = st_press_spi_remove,
|
H A D | st_pressure_i2c.c | 87 .remove = st_press_i2c_remove,
|
/linux-4.1.27/drivers/devfreq/ |
H A D | governor_performance.c | 62 pr_err("%s: failed remove governor %d\n", __func__, ret); devfreq_performance_exit()
|
H A D | governor_powersave.c | 59 pr_err("%s: failed remove governor %d\n", __func__, ret); devfreq_powersave_exit()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | resource.c | 41 * Trim out BIOS area (high 2MB) and E820 regions. We do not remove arch_remove_reservations()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_nla.c | 16 * flag set also, check and remove that flag before calling drbd_nla_check_mandatory()
|
/linux-4.1.27/drivers/bus/ |
H A D | simple-pm-bus.c | 47 .remove = simple_pm_bus_remove,
|
/linux-4.1.27/drivers/usb/chipidea/ |
H A D | ci_hdrc_zevio.c | 61 .remove = ci_hdrc_zevio_remove,
|
H A D | ci_hdrc_pci.c | 111 * ci_hdrc_pci_remove: PCI remove 165 .remove = ci_hdrc_pci_remove,
|
/linux-4.1.27/arch/cris/boot/compressed/ |
H A D | Makefile | 21 OBJCOPYFLAGS = -O binary --remove-section=.bss
|
/linux-4.1.27/net/batman-adv/ |
H A D | hash.h | 52 /* remove the hash structure. if hashdata_free_cb != NULL, this function will be 53 * called to remove the elements inside of the hash. if you don't remove the 156 * can remove the used structure yourself, or NULL on error . data could be the
|
/linux-4.1.27/sound/soc/au1x/ |
H A D | db1000.c | 57 .remove = db1000_audio_remove,
|
/linux-4.1.27/drivers/zorro/ |
H A D | zorro-driver.c | 70 if (drv->remove) zorro_device_remove() 71 drv->remove(z); zorro_device_remove() 103 * gives it a chance to clean up by calling its remove() function for 169 .remove = zorro_device_remove,
|
/linux-4.1.27/drivers/scsi/ |
H A D | scsi_proc.c | 116 * scsi_proc_hostdir_rm - remove directory in /proc for a scsi host 156 * scsi_proc_host_rm - remove this host's entry from /proc 260 * scsi_remove_single_device - Respond to user request to remove a device 266 * Description: called by writing "scsi remove-single-device" to 296 * Description: this provides a legacy mechanism to add or remove devices by 299 * "echo 'scsi remove-single-device 0 1 2 3' > /proc/scsi/scsi" with 347 * Usage: echo "scsi remove-single-device 0 1 2 3" >/proc/scsi/scsi proc_scsi_write() 350 } else if (!strncmp("scsi remove-single-device", buffer, 25)) { proc_scsi_write()
|
/linux-4.1.27/drivers/dma/dw/ |
H A D | pci.c | 75 dev_warn(&pdev->dev, "can't remove device properly: %d\n", ret); dw_pci_remove() 125 .remove = dw_pci_remove,
|
/linux-4.1.27/arch/um/os-Linux/ |
H A D | irq.c | 63 /* remove old pollfds */ os_create_pollfd() 69 kfree(tmp_pfd); /* remove not used tmp_pfd */ os_create_pollfd()
|
/linux-4.1.27/drivers/pnp/ |
H A D | card.c | 63 if (drv->remove) card_remove_first() 64 drv->remove(dev->card_link); card_remove_first() 65 drv->link.remove = &card_remove; card_remove_first() 273 * @card: pointer to the card to remove 310 * @dev: pointer to the device to remove 380 drv->link.remove = &card_remove; pnp_release_card_device() 382 drv->link.remove = &card_remove_first; pnp_release_card_device() 422 drv->link.remove = &card_remove_first; pnp_register_card_driver()
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_prioq.c | 289 /* remove cells for left client */ snd_seq_prioq_leave() 303 /* remove cell from prioq */ snd_seq_prioq_leave() 335 /* remove selected cells */ snd_seq_prioq_leave() 381 /* Do not remove off events */ prioq_remove_match() 398 /* remove cells matching remove criteria */ snd_seq_prioq_remove_events() 416 /* remove cell from prioq */ snd_seq_prioq_remove_events() 443 /* remove selected cells */ snd_seq_prioq_remove_events()
|
/linux-4.1.27/tools/usb/usbip/src/ |
H A D | usbip_detach.c | 60 /* remove the port state file */ detach_port() 64 remove(path); detach_port()
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | sdio_bus.c | 144 * pm_runtime_get_noresume() in its remove routine. sdio_bus_probe() 178 /* Make sure card is powered before invoking ->remove() */ sdio_bus_remove() 182 drv->remove(func); sdio_bus_remove() 185 pr_warn("WARNING: driver %s did not remove its interrupt handler!\n", sdio_bus_remove() 218 .remove = sdio_bus_remove,
|
/linux-4.1.27/drivers/rapidio/ |
H A D | rio-driver.c | 115 * driver, then run the driver remove() method. Then update 124 if (rdrv->remove) rio_device_remove() 125 rdrv->remove(rdev); rio_device_remove() 158 * drivers, gives it a chance to clean up by calling its remove() 231 .remove = rio_device_remove,
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_cfg.h | 67 LCFG_DEL_UUID = 0x00cf006, /**< remove a nid from a niduuid */ 73 LCFG_DEL_CONN = 0x00cf00c, /**< remove a failover niduuid */ 75 LCFG_LOV_DEL_OBD = 0x00cf00e, /**< remove an osc from a lov */ 82 LCFG_DEL_MDC = 0x00cf015, /**< remove an mdc from a lmv */ 86 LCFG_POOL_REM = 0x00ce022, /**< remove an ost from a pool */
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | bttv-gpio.c | 66 if (sub->remove) bttv_sub_remove() 67 sub->remove(sdev); bttv_sub_remove() 75 .remove = bttv_sub_remove,
|
/linux-4.1.27/drivers/mfd/ |
H A D | 88pm80x.c | 41 * pm800 and pm805. would remove it after HW chip fixes the issue. 106 * remove it after HW chip fixes the issue. pm80x_init() 123 * would remove it after HW chip fixes the issue. pm80x_deinit()
|
H A D | wm8350-i2c.c | 75 .remove = wm8350_i2c_remove,
|
/linux-4.1.27/drivers/sh/superhyway/ |
H A D | superhyway.c | 158 if (shyway_drv && shyway_drv->remove) { superhyway_device_remove() 159 shyway_drv->remove(shyway_dev); superhyway_device_remove() 215 .remove = superhyway_device_remove,
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | css.h | 72 * @remove: function called on remove 88 int (*remove)(struct subchannel *); member in struct:css_driver
|
/linux-4.1.27/drivers/s390/scsi/ |
H A D | zfcp_reqlist.h | 117 * zfcp_reqlist_find_rm - Lookup request by id and remove it from reqlist 118 * @rl: reqlist where to search and remove entry 168 * @rl: The zfcp_reqlist where to remove all entries
|
/linux-4.1.27/drivers/fmc/ |
H A D | fmc-chardev.c | 117 .remove = fc_remove, 124 /* probe and remove must allocate and release a misc device */ fc_probe() 170 dev_err(&fmc->dev, "remove called but not found\n"); fc_remove()
|
/linux-4.1.27/drivers/uwb/ |
H A D | umc-bus.c | 58 * If this is called while a probe() or remove() is in progress it 161 umc_driver->remove(umc); umc_device_remove() 193 .remove = umc_device_remove,
|
H A D | pal.c | 120 /* remove link to the PAL in the UWB device's directory. */ uwb_pal_unregister() 124 /* remove link to uwb_rc in the PAL device's directory. */ uwb_pal_unregister()
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
H A D | jornada720_ssp.c | 183 /* Note that this doesn't actually remove the driver, since theres nothing to remove jornada_ssp_remove() 192 .remove = jornada_ssp_remove,
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | regulator-quirk-rcar-gen2.c | 88 goto remove; regulator_quirk_notify() 105 goto remove; regulator_quirk_notify() 109 remove: regulator_quirk_notify()
|
/linux-4.1.27/net/x25/ |
H A D | x25_route.c | 68 * __x25_remove_route - remove route from x25_route_list 69 * @rt: route to remove 107 * A device has been removed, remove its routes.
|
/linux-4.1.27/sound/aoa/soundbus/ |
H A D | core.c | 113 if (dev->driver && drv->remove) soundbus_device_remove() 114 drv->remove(soundbus_dev); soundbus_device_remove() 157 .remove = soundbus_device_remove,
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | rpadlpar_core.c | 219 /* If pci slot is hotpluggable, use hotplug to remove it */ dlpar_remove_phb() 222 printk(KERN_ERR "%s: unable to remove hotplug slot %s\n", dlpar_remove_phb() 320 * dlpar_remove_vio_slot - DLPAR remove a virtual I/O Slot 342 * dlpar_remove_pci_slot - DLPAR remove a PCI I/O Slot 376 "%s: unable to remove hotplug slot %s\n", dlpar_remove_pci_slot() 405 * dlpar_remove_slot - DLPAR remove an I/O Slot
|
H A D | pciehp_pci.c | 95 * iterator. Therefore, iterate in reverse so we remove the VFs pciehp_unconfigure_device() 105 "Cannot remove display device %s\n", pciehp_unconfigure_device()
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | pzl.c | 136 if (!qset->remove) pzl_process_qset() 141 * If there are no qTDs in this qset, remove it from the PZL. pzl_process_qset() 143 if (qset->remove && qset->ntds == 0) { pzl_process_qset() 313 if (!qset->in_sw_list && !qset->remove) pzl_urb_enqueue() 327 * pzl_urb_dequeue - remove an URB (qset) from the periodic list 379 qset->remove = 1; pzl_qset_delete()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_core.c | 120 if (subdrv->remove) exynos_drm_device_subdrv_remove() 121 subdrv->remove(dev, subdrv->dev); exynos_drm_device_subdrv_remove()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | hotplug-memory.c | 157 /* Update memory regions for memory remove */ pseries_remove_memblock() 243 /* Update memory regions for memory remove */ dlpar_remove_lmb() 261 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); dlpar_memory_remove_by_count() 293 pr_err("Memory hot-remove failed, adding LMB's back\n"); dlpar_memory_remove_by_count() 331 pr_info("Attempting to hot-remove LMB, drc index %x\n", drc_index); dlpar_memory_remove_by_index() 350 pr_info("Failed to hot-remove memory at %llx\n", dlpar_memory_remove_by_index() 473 /* Mark this lmb so we can remove it later if all of the dlpar_memory_add_by_count() 488 pr_err("Failed to remove LMB, drc index %x\n", dlpar_memory_add_by_count()
|
/linux-4.1.27/net/mac80211/ |
H A D | pm.c | 113 /* remove all interfaces that were created in the driver */ __ieee80211_suspend() 125 /* tear down aggregation sessions and remove STAs */ __ieee80211_suspend()
|
/linux-4.1.27/drivers/isdn/divert/ |
H A D | divert_init.c | 71 printk(KERN_WARNING "dss1_divert: device busy, remove cancelled\n"); divert_exit()
|
/linux-4.1.27/drivers/mcb/ |
H A D | mcb-core.c | 77 mdrv->remove(mdev); mcb_remove() 98 .remove = mcb_remove, 109 * the .probe and .remove methods are provided by the driver. 114 if (!drv->probe || !drv->remove) __mcb_register_driver()
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
H A D | tps40422.c | 56 .remove = pmbus_do_remove,
|
/linux-4.1.27/drivers/ide/ |
H A D | rapide.c | 84 .remove = rapide_remove,
|
H A D | rz1000.c | 80 .remove = rz1000_remove,
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | dw_mmc-k3.c | 85 .remove = dw_mci_pltfm_remove,
|
H A D | sdhci-cns3xxx.c | 107 .remove = sdhci_pltfm_unregister,
|
/linux-4.1.27/drivers/mtd/nand/bcm47xxnflash/ |
H A D | main.c | 73 .remove = bcm47xxnflash_remove,
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
H A D | be_roce.h | 59 void (*remove) (struct ocrdma_dev *); member in struct:ocrdma_driver
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge_mcp_gen_header.h | 32 * Never remove any field. Keep everything naturally align.
|
/linux-4.1.27/drivers/net/phy/ |
H A D | mdio-mux-gpio.c | 94 .remove = mdio_mux_gpio_remove,
|
/linux-4.1.27/drivers/misc/ |
H A D | bmp085-i2c.c | 74 .remove = bmp085_i2c_remove,
|
H A D | bmp085-spi.c | 73 .remove = bmp085_spi_remove
|
/linux-4.1.27/drivers/staging/android/ion/tegra/ |
H A D | tegra_ion.c | 75 .remove = tegra_ion_remove,
|
/linux-4.1.27/drivers/staging/i2o/ |
H A D | config-osm.c | 72 * If old ioctl's are compiled in exit remove them and unregisters
|
/linux-4.1.27/drivers/staging/iio/adc/ |
H A D | ad7606_spi.c | 109 .remove = ad7606_spi_remove,
|
/linux-4.1.27/drivers/staging/iio/magnetometer/ |
H A D | hmc5843_i2c.c | 98 .remove = hmc5843_i2c_remove,
|
H A D | hmc5843_spi.c | 93 .remove = hmc5843_spi_remove,
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_cpu.h | 160 * remove \a cpu from CPU partition \a cpt of \a cptab 170 * remove all cpus in \a mask from CPU partition \a cpt 180 * remove all cpus in NUMA node \a node from CPU partition \a cpt 191 * remove all cpus in node mask \a mask from CPU partition \a cpt
|
/linux-4.1.27/drivers/pwm/ |
H A D | pwm-lpss-pci.c | 59 .remove = pwm_lpss_remove_pci,
|
H A D | pwm-lpss-platform.c | 62 .remove = pwm_lpss_remove_platform,
|
/linux-4.1.27/drivers/s390/block/ |
H A D | scm_drv.c | 80 .remove = scm_remove,
|
/linux-4.1.27/drivers/staging/nvec/ |
H A D | nvec_paz00.c | 87 .remove = nvec_paz00_remove,
|
/linux-4.1.27/drivers/nfc/microread/ |
H A D | mei.c | 82 .remove = microread_mei_remove,
|
/linux-4.1.27/drivers/nfc/pn544/ |
H A D | mei.c | 82 .remove = pn544_mei_remove,
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | atmel_pci.c | 47 .remove = atmel_pci_remove,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | firmware.h | 33 * instead which will call the driver .remove() callback.
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_config.h | 31 /* Following defines can be used to remove unneeded parts of the driver, e.g.,
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-max7300.c | 71 .remove = max7300_remove,
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | ad7879-i2c.c | 101 .remove = ad7879_i2c_remove,
|
H A D | cyttsp4_i2c.c | 81 .remove = cyttsp4_i2c_remove,
|
H A D | cyttsp_i2c.c | 81 .remove = cyttsp_i2c_remove,
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | vexpress-spc-cpufreq.c | 65 .remove = ve_spc_cpufreq_remove,
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | cpuidle-kirkwood.c | 76 .remove = kirkwood_cpuidle_remove,
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | page.h | 49 * remove this Voodoo magic stuff. (i.e. once gcc3.x is deprecated)
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | switch_to_64.h | 17 * not preserve it's value. Hairy, but it lets us remove 2 loads
|
/linux-4.1.27/arch/um/include/shared/ |
H A D | net_kern.h | 36 void (*remove)(void *); member in struct:uml_net_private
|
H A D | net_user.h | 20 void (*remove)(void *); member in struct:net_user_info
|
/linux-4.1.27/drivers/char/hw_random/ |
H A D | powernv-rng.c | 76 .remove = powernv_rng_remove,
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_dev_enet.h | 36 * init/remove */
|
/linux-4.1.27/drivers/ata/ |
H A D | ahci_platform.c | 86 .remove = ata_platform_remove_one,
|
H A D | pata_of_platform.c | 87 .remove = ata_platform_remove_one,
|
/linux-4.1.27/drivers/hwmon/ |
H A D | adt7410.c | 72 .remove = adt7410_i2c_remove,
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
H A D | int3402_thermal.c | 97 .remove = int3402_thermal_remove,
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | xo1-rfkill.c | 76 .remove = xo1_rfkill_remove,
|
/linux-4.1.27/drivers/power/reset/ |
H A D | restart-poweroff.c | 54 .remove = restart_poweroff_remove,
|
H A D | rmobile-reset.c | 80 .remove = rmobile_reset_remove,
|
/linux-4.1.27/include/uapi/linux/nfsd/ |
H A D | cld.h | 33 Cld_Remove, /* remove record of this cm_id */
|
/linux-4.1.27/include/video/ |
H A D | hecubafb.h | 43 void (*remove)(struct hecubafb_par *); member in struct:hecuba_board
|
H A D | mbxfb.h | 28 int (*remove)(struct fb_info *fb); member in struct:mbxfb_platform_data
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | ip27.h | 17 * Simple definitions for the masks which remove SW bits from pte.
|
/linux-4.1.27/arch/mips/mti-sead3/ |
H A D | leds-sead3.c | 67 .remove = sead3_led_remove,
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | parisc-device.h | 37 int (*remove) (struct parisc_device *dev); member in struct:parisc_driver
|
/linux-4.1.27/arch/cris/boot/rescue/ |
H A D | Makefile | 17 OBJCOPYFLAGS = -O binary --remove-section=.bss
|
/linux-4.1.27/arch/ia64/include/asm/sn/ |
H A D | tiocx.h | 39 int (*remove) (struct cx_dev * dev); member in struct:cx_drv
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | sun3-head.S | 90 | todo: remove next two. --m
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | mach-imx51.c | 30 * the Freescale marketing division. However this did not remove the
|
/linux-4.1.27/arch/arm/mach-nspire/ |
H A D | nspire.c | 50 .remove = nspire_clcd_remove,
|
/linux-4.1.27/lib/ |
H A D | interval_tree_test.c | 53 printk(KERN_ALERT "interval tree insert/remove"); interval_tree_test_init()
|
/linux-4.1.27/samples/pktgen/ |
H A D | pktgen.conf-2-1 | 30 # We need to remove old config since we dont use this thread. We can only
|
/linux-4.1.27/sound/soc/cirrus/ |
H A D | simone.c | 79 .remove = simone_remove,
|