/Linux-v6.1/Documentation/scsi/ |
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 …]
|
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-v6.1/fs/xfs/libxfs/ |
D | xfs_attr.h | 84 * Below is a state machine diagram for attr remove operations. The XFS_DAS_* 95 * have attr to remove? ──n──> done 125 * Have remote blks to remove? ───y─────┐ 126 * │ ^ remove the blks 132 * │ remove │ 142 * remove leaf and 328 * │ need to remove │ 334 * │ remove │ 341 * │ remove? │ 349 * │ remove leaf │ [all …]
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
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 294 * ice_fltr_prepare_mac - add or remove MAC rule 298 * @mac_action: pointer to add or remove MAC function 319 * ice_fltr_prepare_mac_and_broadcast - add or remove MAC and broadcast filter 323 * @mac_action: pointer to add or remove MAC function 348 * ice_fltr_prepare_vlan - add or remove VLAN filter 351 * @vlan_action: pointer to add or remove VLAN function [all …]
|
/Linux-v6.1/drivers/scsi/arm/ |
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-v6.1/drivers/pci/ |
D | remove.c | 74 * iterator. Therefore, iterate in reverse so we remove the VFs in pci_stop_bus_device() 104 * pci_stop_and_remove_bus_device - remove a PCI device and any children 105 * @dev: the device to remove 107 * Remove a PCI device from the device lists, informing the drivers 108 * that the device has been removed. We also remove any subordinate 111 * For each device we remove, delete the device structure from the 112 * device lists, remove the /proc entry, and notify userspace 163 /* remove the host bridge */ in pci_remove_root_bus()
|
/Linux-v6.1/kernel/power/ |
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. 310 * cpu_latency_qos_remove_request - Remove existing CPU latency QoS request. 311 * @req: QoS request to remove. [all …]
|
/Linux-v6.1/scripts/ |
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) {
|
D | bloat-o-meter | 55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 66 remove += 1 85 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot 88 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \ 91 print("add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \ 92 (add, remove, grow, shrink, up, -down, up-down))
|
/Linux-v6.1/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-v6.1/drivers/infiniband/hw/hfi1/ |
D | mmu_rb.c | 138 list_del(&mnode->list); /* remove from LRU list */ in hfi1_mmu_rb_insert() 187 list_del(&node->list); /* remove from LRU list */ in hfi1_mmu_rb_remove_unless_exact() 225 handler->ops->remove(handler->ops_arg, rbnode); in hfi1_mmu_rb_evict() 231 * mmu invalidate notifier which may be calling the users remove callback on 246 list_del(&node->list); /* remove from LRU list */ in hfi1_mmu_rb_remove() 249 handler->ops->remove(handler->ops_arg, node); in hfi1_mmu_rb_remove() 285 * Call the remove function for the given handler and the list. This 297 handler->ops->remove(handler->ops_arg, node); in do_remove() 302 * Work queue function to remove all nodes that have been queued up to 304 * and the remove callback can sleep while taking it, if needed. [all …]
|
/Linux-v6.1/drivers/staging/r8188eu/ |
D | TODO | 5 * Remove unnecessary debugging/printing macros; for those that are still needed 7 * Remove dead code such as unusued functions, variables, fields, etc.. 8 * Use in-kernel API and remove unnecessary wrappers where possible. 10 * Remove the HAL layer and migrate its functionality into the relevant parts of
|
/Linux-v6.1/tools/testing/selftests/cpufreq/ |
D | module.sh | 32 # remove module 72 # remove module 103 # Remove CPUs before inserting module and then bring them back 146 printf "Pass: unable to remove $2 while it is being used\n\n" 182 # remove module 217 # remove driver module 237 # remove driver module
|
/Linux-v6.1/include/linux/ |
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-v6.1/drivers/pci/hotplug/ |
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-v6.1/sound/soc/uniphier/ |
D | aio-ld11.c | 220 .remove = uniphier_aio_dai_remove, 242 .remove = uniphier_aio_dai_remove, 255 .remove = uniphier_aio_dai_remove, 275 .remove = uniphier_aio_dai_remove, 288 .remove = uniphier_aio_dai_remove, 301 .remove = uniphier_aio_dai_remove, 314 .remove = uniphier_aio_dai_remove, 329 .remove = uniphier_aio_dai_remove, 344 .remove = uniphier_aio_dai_remove, 394 .remove = uniphier_aio_remove,
|
D | aio-pxs2.c | 173 .remove = uniphier_aio_dai_remove, 186 .remove = uniphier_aio_dai_remove, 206 .remove = uniphier_aio_dai_remove, 226 .remove = uniphier_aio_dai_remove, 239 .remove = uniphier_aio_dai_remove, 252 .remove = uniphier_aio_dai_remove, 264 .remove = uniphier_aio_dai_remove, 300 .remove = uniphier_aio_remove,
|
/Linux-v6.1/drivers/mtd/nand/raw/ |
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() 149 .remove = plat_nand_remove,
|
/Linux-v6.1/drivers/base/ |
D | transport_class.c | 100 atc->tclass.remove = anon_transport_dummy_function; in anon_transport_class_register() 226 if (tclass->remove) in transport_remove_classdev() 227 tclass->remove(tcont, dev, classdev); in transport_remove_classdev() 229 if (tclass->remove != anon_transport_dummy_function) { in transport_remove_classdev() 240 * transport_remove_device - remove the visibility of a device 242 * @dev: generic device to remove 247 * do remove and destroy as separate operations, use 263 if (tclass->remove != anon_transport_dummy_function) in transport_destroy_classdev()
|
/Linux-v6.1/Documentation/driver-api/ |
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 100 * @remove: called when device removed 105 void (*remove) (struct mdev_device *dev); 136 When the driver needs to remove itself it calls:: 140 Which will unbind and destroy all the created mdevs and remove the sysfs files. 235 |--- remove 239 * remove (write only) 241 Writing '1' to the 'remove' file destroys the mdev device. The vendor driver can [all …]
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-dwc-qos-eth.c | 405 int (*remove)(struct platform_device *pdev); member 410 .remove = dwc_qos_remove, 415 .remove = tegra_eqos_remove, 455 goto remove; in dwc_eth_dwmac_probe() 459 goto remove; in dwc_eth_dwmac_probe() 463 remove: in dwc_eth_dwmac_probe() 464 data->remove(pdev); in dwc_eth_dwmac_probe() 482 dev_err(&pdev->dev, "failed to remove platform: %d\n", err); in dwc_eth_dwmac_remove() 484 err = data->remove(pdev); in dwc_eth_dwmac_remove() 486 dev_err(&pdev->dev, "failed to remove subdriver: %d\n", err); in dwc_eth_dwmac_remove() [all …]
|
/Linux-v6.1/drivers/dma/dw/ |
D | internal.h | 52 int (*remove)(struct dw_dma_chip *chip); member 58 .remove = dw_dma_remove, 74 .remove = idma32_dma_remove, 90 .remove = idma32_dma_remove,
|
/Linux-v6.1/net/core/ |
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-v6.1/drivers/rapidio/ |
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() 237 .remove = rio_device_remove,
|
/Linux-v6.1/arch/arm/nwfpe/ |
D | ChangeLog | 12 - remove userRegisters pointer from this structure. 14 * softfloat.c - Remove float128 15 * softfloat.h - Remove float128 16 * softfloat-specialize - Remove float128 81 * TODO - remove URD, NRM instructions from TODO list
|