Home
last modified time | relevance | path

Searched full:remove (Results 1 – 25 of 5539) sorted by relevance

12345678910>>...222

/linux/Documentation/scsi/ !
H A DChangeLog.lpfc58 - 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 DChangeLog.ncr53c8xx23 - 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/drivers/net/ethernet/intel/ice/ !
H A Dice_fltr.c154 * 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 Dqueue.h34 * 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
H A Dqueue.c157 * Purpose : remove a SCSI command from a queue
158 * Params : queue - queue to remove command from
185 * Params : queue - queue to remove command from
203 * Purpose : remove a SCSI command from the queue for a specified target/lun/tag
204 * Params : queue - queue to remove command from
233 * Purpose : remove all SCSI commands from the queue for a specified target
234 * Params : queue - queue to remove command from
282 * Purpose : remove a specific command from the queues
/linux/drivers/pci/ !
H A Dremove.c98 * iterator. Therefore, iterate in reverse so we remove the VFs in pci_stop_bus_device()
128 * pci_stop_and_remove_bus_device - remove a PCI device and any children
129 * @dev: the device to remove
131 * Remove a PCI device from the device lists, informing the drivers
132 * that the device has been removed. We also remove any subordinate
135 * For each device we remove, delete the device structure from the
136 * device lists, remove the /proc entry, and notify userspace
196 /* remove the host bridge */ in pci_remove_root_bus()
/linux/kernel/power/ !
H A Dqos.c85 * @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/scripts/ !
H A Dcheckincludes.pl4 # 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) {
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ !
H A Ddatapath.h487 * @IWL_RX_BAID_ACTION_REMOVE: remove the BAID session
525 * @baid: the BAID to remove
533 * @sta_id_mask: the station mask of the BAID to remove
534 * @tid: the TID of the BAID to remove
546 * @remove_v1: remove data (version 1)
547 * @remove: remove data
555 struct iwl_rx_baid_cfg_cmd_remove remove; member
570 * @IWL_SCD_QUEUE_REMOVE: remove a queue
591 * @u.remove.sta_mask: station mask of queue to remove
592 * @u.remove.tid: TID of queue to remove
[all …]
/linux/Documentation/driver-api/ !
H A Dvfio-mediated-device.rst36 * 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 Dtransport_class.c100 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 Dmodule.sh31 # 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/include/linux/ !
H A Ddevm-helpers.h14 * 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/drivers/pci/hotplug/ !
H A Drpadlpar_core.c214 /* 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/mtd/nand/raw/ !
H A Dplat_nand.c117 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/drivers/net/ethernet/stmicro/stmmac/ !
H A Ddwmac-dwc-qos-eth.c286 void (*remove)(struct platform_device *pdev); member
297 .remove = tegra_eqos_remove,
355 goto remove; in dwc_eth_dwmac_probe()
359 goto remove; in dwc_eth_dwmac_probe()
363 remove: in dwc_eth_dwmac_probe()
364 if (data->remove) in dwc_eth_dwmac_probe()
365 data->remove(pdev); in dwc_eth_dwmac_probe()
377 if (data->remove) in dwc_eth_dwmac_remove()
378 data->remove(pdev); in dwc_eth_dwmac_remove()
394 .remove = dwc_eth_dwmac_remove,
/linux/arch/powerpc/platforms/pseries/ !
H A Dhotplug-memory.c260 /* 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/drivers/hid/bpf/progs/ !
H A DREADME62 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/staging/media/atomisp/ !
H A DTODO6 * Remove/disable private IOCTLs
8 * Remove/disable custom v4l2-ctrls
10 * Remove unnecessary/unwanted module parameters
12 * Remove abuse of priv field in various v4l2 userspace API structs
/linux/drivers/dma/dw/ !
H A Dinternal.h52 int (*remove)(struct dw_dma_chip *chip); member
60 .remove = dw_dma_remove,
78 .remove = idma32_dma_remove,
96 .remove = idma32_dma_remove,
/linux/arch/arm/nwfpe/ !
H A DChangeLog12 - 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
/linux/drivers/rapidio/ !
H A Drio-driver.c107 * 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,
/linux/net/core/ !
H A Ddev_addr_lists.c310 * function of devices that require explicit address add/remove
364 * add/remove notifications. The unsync function may be NULL in which case
416 * __hw_addr_ref_unsync_dev - Remove synchronized addresses and references on
418 * @list: address list to remove synchronized addresses (references on it) from
422 * Remove all addresses that were added to the device by
425 * references on it) add/remove notifications. If the unsync function pointer
452 * __hw_addr_unsync_dev - Remove synchronized addresses from device
453 * @list: address list to remove synchronized addresses from
457 * Remove all addresses that were added to the device by __hw_addr_sync_dev().
459 * functions on devices that require explicit address add/remove
[all …]
/linux/drivers/infiniband/hw/hfi1/ !
H A Dmmu_rb.c185 * mnode->handler->ops->remove() may sleep and mnode->handler->lock is a
193 mnode->handler->ops->remove(mnode->handler->ops_arg, mnode); in release_immediate()
209 * Does not remove mmu_rb_node from handler->lru_list or handler->rb_root.
277 /* Remove from rb tree and lru_list. */ in mmu_notifier_range_start()
288 * Work queue function to remove all nodes that have been queued up to
290 * and the remove callback can sleep while taking it, if needed.
301 /* remove anything that is queued to get removed */ in handle_remove()
310 handler->ops->remove(handler->ops_arg, node); in handle_remove()
/linux/drivers/video/ !
H A Daperture.c24 * first has to remove the generic driver. Aperture functions manage
115 * .remove = generic_remove,
128 * generic driver also has to provide a remove function to make this work.
205 * Remove the device from the device hierarchy. This is the right thing in aperture_detach_platform_device()
274 * aperture_remove_conflicting_devices - remove devices in the given range
305 * __aperture_remove_legacy_vga_devices - remove legacy VGA devices of a PCI devices
318 * WARNING: Apparently we must remove graphics drivers before calling
336 * aperture_remove_conflicting_pci_devices - remove existing framebuffers for PCI devices
365 * that consumes the VGA framebuffer I/O range. Remove this in aperture_remove_conflicting_pci_devices()

12345678910>>...222