Home
last modified time | relevance | path

Searched refs:removal (Results 1 – 25 of 83) sorted by relevance

1234

/linux/drivers/staging/media/deprecated/atmel/
H A DKconfig21 This driver is deprecated and is scheduled for removal by
40 This driver is deprecated and is scheduled for removal by
/linux/drivers/of/unittest-data/
H A Doverlay_7.dtso6 /* overlays 6, 7 application and removal in sequence */
H A Doverlay_6.dtso6 /* overlays 6, 7 application and removal in sequence */
H A Doverlay_8.dtso6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
H A Doverlay_9.dtso6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
H A Doverlay_10.dtso6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
H A Doverlay_11.dtso6 /* overlays 8, 9, 10, 11 application and removal in bad sequence */
/linux/Documentation/devicetree/bindings/sound/
H A Dsirf-audio.txt14 insertion, removal.
H A Domap-abe-twl6040.txt16 insertion, removal.
H A Dda7218.txt64 - dlg,discharge : Boolean flag, auto discharge of Mic Bias on jack removal
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2279 struct btintel_pcie_removal *removal = in btintel_pcie_removal_work() local
2281 struct pci_dev *pdev = removal->pdev; in btintel_pcie_removal_work()
2328 kfree(removal); in btintel_pcie_removal_work()
2333 struct btintel_pcie_removal *removal; in btintel_pcie_reset() local
2344 removal = kzalloc_obj(*removal, GFP_ATOMIC); in btintel_pcie_reset()
2345 if (!removal) in btintel_pcie_reset()
2348 removal->pdev = data->pdev; in btintel_pcie_reset()
2349 INIT_WORK(&removal->work, btintel_pcie_removal_work); in btintel_pcie_reset()
2350 pci_dev_get(removal->pdev); in btintel_pcie_reset()
2351 schedule_work(&removal->work); in btintel_pcie_reset()
/linux/Documentation/filesystems/
H A Defivarfs.rst24 as immutable files. This doesn't prevent removal - "chattr -i" will work -
/linux/Documentation/networking/
H A Dsctp.rst30 module removal of lksctp is not yet a safe activity.
/linux/Documentation/sound/designs/
H A Djack-controls.rst21 intelligently based on jack insertion or removal events.
/linux/Documentation/admin-guide/nfs/
H A Dnfsd-admin-interfaces.rst39 removal of listening sockets, and startup and shutdown of the server.
/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst20 - Addition and removal of Slave(s), changing Slave status.
/linux/Documentation/pcmcia/
H A Ddriver-changes.rst139 * device list iteration upon module removal (as of 2.6.10)
141 client list and call the ->detach() function upon module removal.
/linux/Documentation/locking/
H A Drobust-futex-ABI.rst69 the address of the 'lock entry', during list insertion and removal,
137 protocol on 'lock entry' insertion and removal:
148 On removal:
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0137 # obvious that an easy solution to this problem should just be the removal
/linux/drivers/staging/iio/Documentation/
H A Dinkernel.txt33 on to the core via a call to iio_map_array_register. On removal,
/linux/Documentation/core-api/
H A Dcpu_hotplug.rst19 insertion and removal require support for CPU hotplug.
355 setup and removal.
386 invocations of the state callbacks on add and removal. To set up such a
462 removal, then this number has to be saved by the caller and used
498 In order to complete the removal, the teardown callback should not fail.
500 The state removal and the callback invocations are serialized against CPU
564 In order to complete the removal, the teardown callback should not fail.
/linux/Documentation/ABI/stable/
H A Dsysfs-transport-srp14 Zero means immediate removal. Setting this attribute to "off"
/linux/Documentation/RCU/
H A DwhatisRCU.rst79 The basic idea behind RCU is to split updates into "removal" and
80 "reclamation" phases. The removal phase removes references to data items
83 The reason that it is safe to run the removal phase concurrently with
88 removal phase. Because reclaiming data items can disrupt any readers
92 Splitting the update into removal and reclamation phases permits the
93 updater to perform the removal phase immediately, and to defer the
94 reclamation phase until all readers active during the removal phase have
97 during the removal phase need be considered, because any reader starting
98 after the removal phase will be unable to gain a reference to the removed
122 pointers are atomic on modern CPUs, allowing atomic insertion, removal,
[all …]
/linux/arch/arm/mach-s3c/
H A DKconfig.s3c64xx26 The platform is deprecated and scheduled for removal. Please reach to
/linux/drivers/thermal/
H A Dthermal_core.c964 complete(&tz->removal); in thermal_release()
1564 init_completion(&tz->removal); in thermal_zone_device_register_with_trips()
1646 wait_for_completion(&tz->removal); in thermal_zone_device_register_with_trips()
1737 wait_for_completion(&tz->removal); in thermal_zone_device_unregister()

1234