Searched full:removal (Results 1 – 25 of 890) sorted by relevance
12345678910>>...36
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/ |
D | Kconfig | 38 This driver is deprecated and is scheduled for removal by 55 This driver is deprecated and is scheduled for removal by 73 Firmware can be loaded by insertion and removal of 77 This driver is deprecated and is scheduled for removal by 103 This driver is deprecated and is scheduled for removal by
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/saa7146/ |
D | Kconfig | 11 This driver is deprecated and is scheduled for removal by 25 This driver is deprecated and is scheduled for removal by 44 This driver is deprecated and is scheduled for removal by
|
/Linux-v6.1/drivers/staging/media/deprecated/vpfe_capture/ |
D | Kconfig | 16 This driver is deprecated and is scheduled for removal by 36 This driver is deprecated and is scheduled for removal by 54 This driver is deprecated and is scheduled for removal by
|
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/ttpci/ |
D | Kconfig | 33 This driver is deprecated and is scheduled for removal by 63 This driver is deprecated and is scheduled for removal by 89 This driver is deprecated and is scheduled for removal by
|
/Linux-v6.1/drivers/pps/ |
D | kc.c | 72 /* pps_kc_remove - unbind kernel consumer on PPS source removal 75 * This function is used to disable kernel consumer on PPS source removal 87 " on device removal\n"); in pps_kc_remove()
|
/Linux-v6.1/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 76 * insert-removal. in sdhci_bcm_kona_sd_reset() 101 * insert-removal. in sdhci_bcm_kona_sd_init() 108 * Software emulation of the SD card insertion/removal. Set insert=1 for insert 109 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom 123 * insert-removal. in sdhci_bcm_kona_sd_card_emulate()
|
/Linux-v6.1/include/linux/ |
D | plist.h | 21 * Addition is O(K), removal is O(1), change of priority of a node is 59 * Removal means remove it from the node_list and remove it from 61 * of removal from the prio_list it must be checked whether other 171 * Iterate over a plist of given type, safe against removal of list entry. 204 * Iterate over list of given type, safe against removal of list entry.
|
D | list.h | 637 * list_for_each_safe - iterate over a list safe against removal of list entry 648 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 754 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 767 * list_for_each_entry_safe_continue - continue list iteration safe against removal 774 * safe against removal of list entry. 783 * list_for_each_entry_safe_from - iterate over list from current point safe against removal 790 * removal of list entry. 798 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 804 * Iterate backwards over list of given type, safe against removal 848 * Not that not all removal functions will leave a node in unhashed [all …]
|
D | list_nulls.h | 63 * Not that not all removal functions will leave a node in unhashed state. 76 * Not that not all removal functions will leave a node in unhashed state.
|
/Linux-v6.1/tools/include/linux/ |
D | list.h | 431 * list_for_each_safe - iterate over a list safe against removal of list entry 441 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 525 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry 538 * list_for_each_entry_safe_continue - continue list iteration safe against removal 545 * safe against removal of list entry. 554 * list_for_each_entry_safe_from - iterate over list from current point safe against removal 561 * removal of list entry. 569 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 575 * Iterate backwards over list of given type, safe against removal 750 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
|
/Linux-v6.1/drivers/staging/media/ |
D | Kconfig | 46 scheduled for future removal from the kernel. 48 If you wish to work on these drivers to prevent their removal,
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | datapath.h | 68 * @SCD_QUEUE_CONFIG_CMD: new scheduler queue allocation/config/removal 318 * struct iwl_rx_baid_cfg_cmd_remove_v1 - BAID removal data 326 * struct iwl_rx_baid_cfg_cmd_remove - BAID removal data 380 * @u.remove.queue: queue ID for removal
|
/Linux-v6.1/Documentation/pcmcia/ |
D | driver-changes.rst | 81 * Unify detach and REMOVAL event code, as well as attach and INSERTION 139 * device list iteration upon module removal (as of 2.6.10) 141 client list and call the ->detach() function upon module removal.
|
/Linux-v6.1/drivers/pci/hotplug/ |
D | s390_pci_hpc.c | 69 * probing and/or device removal which already happens under the in reset_slot() 72 * lock preventing concurrent removal. If not using these functions in reset_slot()
|
D | pciehp_pci.c | 77 * true for safe removal via sysfs or an Attention Button press, 78 * false for surprise removal
|
/Linux-v6.1/drivers/base/power/ |
D | qos-test.c | 73 * Test that a freq_qos_request can be added again after removal 76 * QoS requests after removal")
|
/Linux-v6.1/drivers/input/mouse/ |
D | psmouse-smbus.c | 148 * This schedules removal of SMBus companion device. We have to do 152 * Note that this may be racing with i2c adapter removal, but we 184 "posting removal request for SMBus companion %s\n", in psmouse_smbus_disconnect()
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | qcom,msm8916-wcd-analog.txt | 16 "mbhc_ins_rem_det1" - jack insert removal detect interrupt 1. 19 "mbhc_ins_rem_det" - jack insert removal detect interrupt.
|
/Linux-v6.1/Documentation/locking/ |
D | robust-futex-ABI.rst | 69 the address of the 'lock entry', during list insertion and removal, 137 protocol on 'lock entry' insertion and removal: 148 On removal:
|
/Linux-v6.1/Documentation/RCU/ |
D | whatisRCU.rst | 71 The basic idea behind RCU is to split updates into "removal" and 72 "reclamation" phases. The removal phase removes references to data items 75 The reason that it is safe to run the removal phase concurrently with 80 removal phase. Because reclaiming data items can disrupt any readers 84 Splitting the update into removal and reclamation phases permits the 85 updater to perform the removal phase immediately, and to defer the 86 reclamation phase until all readers active during the removal phase have 89 during the removal phase need be considered, because any reader starting 90 after the removal phase will be unable to gain a reference to the removed 114 pointers are atomic on modern CPUs, allowing atomic insertion, removal, [all …]
|
/Linux-v6.1/fs/sysfs/ |
D | dir.c | 84 * In general, kboject owner is responsible for ensuring removal in sysfs_remove_dir() 88 * control over removal. @kobj->sd may be removed anytime in sysfs_remove_dir()
|
/Linux-v6.1/Documentation/hwmon/ |
D | hwmon-kernel-api.rst | 73 hwmon device does not have to be removed explicitly by the removal function. 84 hwmon device does not have to be removed explicitly by the removal function. 96 removal would be too late. 112 removal.
|
/Linux-v6.1/tools/testing/selftests/sgx/ |
D | main.c | 488 /* Complete page removal. */ 1437 /* Start page removal by requesting change of page type to PT_TRIM. */ in TEST_F() 1453 * Enter enclave via TCS #1 and approve page removal by sending in TEST_F() 1493 /* Send final ioctl() to complete page removal. */ in TEST_F() 1557 * Ensure sane behavior if user requests page removal, does not run 1558 * EACCEPT from within enclave but still attempts to finalize page removal 1560 * because the removal was not EACCEPTed from within the enclave. 1638 /* Start page removal by requesting change of page type to PT_TRIM */ in TEST_F() 1655 /* Send final ioctl() to complete page removal */ in TEST_F() 1671 * Request enclave page removal but instead of correctly following with [all …]
|
/Linux-v6.1/Documentation/core-api/ |
D | cpu_hotplug.rst | 19 insertion and removal require support for CPU hotplug. 370 setup and removal. 401 invocations of the state callbacks on add and removal. To set up such a 477 removal, then this number has to be saved by the caller and used 486 Removal of a CPU hotplug state 513 In order to complete the removal, the teardown callback should not fail. 515 The state removal and the callback invocations are serialized against CPU 579 In order to complete the removal, the teardown callback should not fail.
|
/Linux-v6.1/drivers/of/unittest-data/ |
D | overlay_6.dts | 6 /* overlays 6, 7 application and removal in sequence */
|
12345678910>>...36