/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 58 - remove typecast for constants - a U postfix marks them 150 * Implemented Christoph Hellwig's feedback from 02/05: Remove 184 * Integrated Christoph Hellwig's patch from 1/30: Remove usage of 187 * Integrated Christoph Hellwig's patch from 1/30: remove shim 188 lpfc_alloc_transport_attr - remove shim lpfc_alloc_shost_attrs - 189 remove shim lpfc_scsi_host_init - allocate phba mem in scsi's 200 * Integrated Christoph Hellwig's patch from 1/30: remove unused 201 lpfc_hba_list; remove unused lpfc_rdrev_wd30; remove 236 * Remove ELS ring handling leftovers from the lpfc_sli_inter(). 257 * In lpfc_workq_post_event, clean up comment formatting and remove [all …]
|
H A D | ChangeLog.ncr53c8xx | 23 - Remove trailing argument #2 from a couple of #undefs. 27 - Remove the PROFILE C and SCRIPTS code. 118 - Remove the dead code that broke driver 3.2d. 127 - Remove the compilation condition about having to acquire the 139 - Remove the compilation condition about having to acquire the 153 - Remove some deprecated code. 168 - Remove nvram layouts and driver set-up structures from the C source, 212 - Remove 2 useless lines of code. 255 Remove the special case for 32 tags. Now the driver only uses the 324 - Remove the ncr_opennings() stuff that was useless under Linux [all …]
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr.h | 85 * Below is a state machine diagram for attr remove operations. The XFS_DAS_* 96 * have attr to remove? ──n──> done 126 * Have remote blks to remove? ───y─────┐ 127 * │ ^ remove the blks 133 * │ remove │ 143 * remove leaf and 329 * │ need to remove │ 335 * │ remove │ 342 * │ remove? │ 350 * │ remove leaf │ [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_fltr.c | 154 * ice_fltr_remove_mac_list - remove list of MAC filters 174 * ice_fltr_remove_vlan_list - remove list of VLAN filters 195 * ice_fltr_remove_eth_list - remove list of ethertype filters 205 * ice_fltr_remove_all - remove all filters associated with VSI 299 * ice_fltr_prepare_mac - add or remove MAC rule 303 * @mac_action: pointer to add or remove MAC function 324 * ice_fltr_prepare_mac_and_broadcast - add or remove MAC and broadcast filter 328 * @mac_action: pointer to add or remove MAC function 353 * ice_fltr_prepare_vlan - add or remove VLAN filter 356 * @vlan_action: pointer to add or remove VLAN function [all …]
|
/linux/drivers/scsi/arm/ |
H A D | queue.h | 34 * Params : queue - queue to remove command from 41 * Purpose : remove a SCSI command from a queue 42 * Params : queue - queue to remove command from 65 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag 66 * Params : queue - queue to remove command from 77 * Purpose : remove all SCSI commands from the queue for a specified target 78 * Params : queue - queue to remove command from 97 * Purpose : remove a specific command from the queues
|
/linux/kernel/power/ |
H A D | qos.c | 85 * @action: Action to carry out (add, update or remove). 92 * and add it to the list), PM_QOS_UPDATE_REQ (remove @node from the list, store 93 * @value in it and add it to the list again), and PM_QOS_REMOVE_REQ (remove 118 * To change the list, atomically remove, reinit with new value in pm_qos_update_target() 149 * pm_qos_flags_remove_req - Remove device PM QoS flags request. 150 * @pqf: Device PM QoS flags set to remove the request from. 151 * @req: Request to remove from the set. 168 * @req: Request to add to the set, to modify, or to remove from the set. 315 * cpu_latency_qos_remove_request - Remove existing CPU latency QoS request. 316 * @req: QoS request to remove. [all …]
|
/linux/drivers/pci/ |
H A D | remove.c | 97 * iterator. Therefore, iterate in reverse so we remove the VFs in pci_stop_bus_device() 127 * pci_stop_and_remove_bus_device - remove a PCI device and any children 128 * @dev: the device to remove 130 * Remove a PCI device from the device lists, informing the drivers 131 * that the device has been removed. We also remove any subordinate 134 * For each device we remove, delete the device structure from the 135 * device lists, remove the /proc entry, and notify userspace 193 /* remove the host bridge */ in pci_remove_root_bus()
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | datapath.h | 482 * @IWL_RX_BAID_ACTION_REMOVE: remove the BAID session 520 * @baid: the BAID to remove 528 * @sta_id_mask: the station mask of the BAID to remove 529 * @tid: the TID of the BAID to remove 541 * @remove_v1: remove data (version 1) 542 * @remove: remove data 550 struct iwl_rx_baid_cfg_cmd_remove remove; member 565 * @IWL_SCD_QUEUE_REMOVE: remove a queue 586 * @u.remove.sta_mask: station mask of queue to remove 587 * @u.remove.tid: TID of queue to remove [all …]
|
/linux/scripts/ |
H A D | checkincludes.pl | 4 # checkincludes: find/remove files included more than once 10 # to remove them in place. Note that this will not take into 20 print "To remove duplicated includes in place use -r\n"; 24 my $remove = 0; 33 $remove = 1; 59 if (!$remove) {
|
H A D | bloat-o-meter | 55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 66 remove += 1 84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 90 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ 91 (add, remove, grow, shrink, up, -down, up-down))
|
/linux/Documentation/driver-api/ |
H A D | vfio-mediated-device.rst | 36 * Add a mediated device to and remove it from a mediated bus driver 37 * Add a mediated device to and remove it from an IOMMU group 54 | | driver | | probe()/remove() | | APIs 94 * @remove: called when device removed 99 void (*remove) (struct mdev_device *dev); 130 When the driver needs to remove itself it calls:: 134 Which will unbind and destroy all the created mdevs and remove the sysfs files. 229 |--- remove 233 * remove (write only) 235 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can [all …]
|
/linux/drivers/base/ |
H A D | transport_class.c | 100 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 177 if (tclass->remove) in transport_add_class_device() 178 tclass->remove(tcont, dev, classdev); in transport_add_class_device() 241 if (tclass->remove) in transport_remove_classdev() 242 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 244 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 255 * transport_remove_device - remove the visibility of a device 257 * @dev: generic device to remove 262 * do remove and destroy as separate operations, use 278 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
/linux/tools/testing/selftests/cpufreq/ |
H A D | module.sh | 31 # remove module 70 # remove module 101 # Remove CPUs before inserting module and then bring them back 144 printf "Pass: unable to remove $2 while it is being used\n\n" 180 # remove module 215 # remove driver module 235 # remove driver module
|
/linux/drivers/pci/hotplug/ |
H A D | rpadlpar_core.c | 214 /* If pci slot is hotpluggable, use hotplug to remove it */ in dlpar_remove_phb() 217 printk(KERN_ERR "%s: unable to remove hotplug slot %s\n", in dlpar_remove_phb() 321 * dlpar_remove_vio_slot - DLPAR remove a virtual I/O Slot 325 * Remove the kernel and hotplug representations of an I/O Slot. 346 * dlpar_remove_pci_slot - DLPAR remove a PCI I/O Slot 350 * Remove the kernel and hotplug representations of a PCI I/O Slot. 380 "%s: unable to remove hotplug slot %s\n", in dlpar_remove_pci_slot() 387 /* Remove all devices below slot */ in dlpar_remove_pci_slot() 398 /* Remove the EADS bridge device itself */ in dlpar_remove_pci_slot() 409 * dlpar_remove_slot - DLPAR remove an I/O Slot [all …]
|
/linux/drivers/staging/media/atomisp/ |
H A D | TODO | 6 * Remove/disable private IOCTLs 8 * Remove/disable custom v4l2-ctrls 10 * Remove custom sysfs files created by atomisp_drvfs.c 12 * Remove unnecessary/unwanted module parameters 14 * Remove abuse of priv field in various v4l2 userspace API structs
|
/linux/include/linux/ |
H A D | devm-helpers.h | 14 * time after the remove() is ran. 19 * cleaned at remove(). If IRQs are not manually freed at remove() (and this is 21 * remove() - and before devm managed IRQs are freed - where new IRQ may fire 22 * and schedule a work item which won't be cancelled because remove() was
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | refcounted_kptr.c | 255 * reading should have no effect on ability to read / remove from 258 INSERT_READ_BOTH(true, true, "insert_read_both: remove from tree + list"); 259 INSERT_READ_BOTH(false, false, "insert_read_both: remove from neither"); 260 INSERT_READ_BOTH(true, false, "insert_read_both: remove from tree"); 261 INSERT_READ_BOTH(false, true, "insert_read_both: remove from list"); 297 INSERT_READ_BOTH(true, true, "insert_read_both_list_first: remove from tree + list"); 298 INSERT_READ_BOTH(false, false, "insert_read_both_list_first: remove from neither"); 299 INSERT_READ_BOTH(true, false, "insert_read_both_list_first: remove from tree"); 300 INSERT_READ_BOTH(false, true, "insert_read_both_list_first: remove from list"); 329 * The second read-and-remove should fail on read step since the node has [all …]
|
/linux/drivers/mtd/nand/raw/ |
H A D | plat_nand.c | 117 if (pdata->ctrl.remove) in plat_nand_probe() 118 pdata->ctrl.remove(pdev); in plat_nand_probe() 123 * Remove a NAND device. 135 if (pdata->ctrl.remove) in plat_nand_remove() 136 pdata->ctrl.remove(pdev); in plat_nand_remove() 147 .remove = plat_nand_remove,
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | hotplug-memory.c | 260 /* Update memory regions for memory remove */ in pseries_remove_memblock() 296 * Don't hot-remove memory that falls in fadump boot memory area in lmb_is_removable() 302 /* device_offline() will determine if we can actually remove this lmb */ in lmb_is_removable() 329 /* Update memory regions for memory remove */ in dlpar_remove_lmb() 345 pr_info("Attempting to hot-remove %d LMB(s)\n", lmbs_to_remove); in dlpar_memory_remove_by_count() 381 pr_err("Memory hot-remove failed, adding LMB's back\n"); in dlpar_memory_remove_by_count() 427 pr_debug("Attempting to hot-remove LMB, drc index %x\n", drc_index); in dlpar_memory_remove_by_index() 445 pr_debug("Failed to hot-remove memory at %llx\n", in dlpar_memory_remove_by_index() 459 pr_info("Attempting to hot-remove %u LMB(s) at %x\n", in dlpar_memory_remove_by_ic() 471 * is ok if they are !ASSIGNED since our goal here is to remove the in dlpar_memory_remove_by_ic() [all …]
|
/linux/arch/riscv/ |
H A D | Makefile.postlink | 23 cmd_relocs_strip = $(OBJCOPY) --remove-section='.rel.*' \ 24 --remove-section='.rel__*' \ 25 --remove-section='.rela.*' \ 26 --remove-section='.rela__*' $@
|
/linux/arch/s390/ |
H A D | Makefile.postlink | 24 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \ 25 --remove-section='.rela.*' --remove-section='.rela__*' $@
|
/linux/arch/x86/ |
H A D | Makefile.postlink | 25 $(OBJCOPY) --remove-section='.rel.*' --remove-section='.rel__*' \ 26 --remove-section='.rela.*' --remove-section='.rela__*' $@
|
/linux/net/core/ |
H A D | dev_addr_lists.c | 309 * function of devices that require explicit address add/remove 363 * add/remove notifications. The unsync function may be NULL in which case 415 * __hw_addr_ref_unsync_dev - Remove synchronized addresses and references on 417 * @list: address list to remove synchronized addresses (references on it) from 421 * Remove all addresses that were added to the device by 424 * references on it) add/remove notifications. If the unsync function pointer 451 * __hw_addr_unsync_dev - Remove synchronized addresses from device 452 * @list: address list to remove synchronized addresses from 456 * Remove all addresses that were added to the device by __hw_addr_sync_dev(). 458 * functions on devices that require explicit address add/remove [all …]
|
/linux/drivers/hid/bpf/progs/ |
H A D | README | 62 ACTION!="add|remove", GOTO="hid_bpf_end" 67 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095A", RUN{program}+="/usr/local/bin/u… 70 ACTION=="remove",ENV{MODALIAS}=="hid:b0003g0001v000028BDp0000095B", RUN{program}+="/usr/local/bin/u…
|
/linux/drivers/rapidio/ |
H A D | rio-driver.c | 107 * rio_device_remove - Remove a RIO device from the system 111 * Remove a RIO device from the system. If it has an associated 112 * driver, then run the driver remove() method. Then update 121 if (rdrv->remove) in rio_device_remove() 122 rdrv->remove(rdev); in rio_device_remove() 164 * drivers, gives it a chance to clean up by calling its remove() 236 .remove = rio_device_remove,
|