| /linux-6.15/Documentation/ABI/removed/ |
| H A D | sysfs-class-cxl | 1 The cxl driver was removed in 6.15. 12 Date: September 2014, removed February 2025 23 Date: September 2014, removed February 2025 34 Date: September 2014, removed February 2025 44 Date: September 2014, removed February 2025 52 Date: September 2014, removed February 2025 60 Date: September 2014, removed February 2025 70 Date: September 2014, removed February 2025 245 Date: July 2015, removed February 2025 259 Date: March 2016, removed February 2025 [all …]
|
| H A D | sysfs-selinux-checkreqprot | 7 REMOVAL UPDATE: The SELinux checkreqprot functionality was removed in 21 will be removed no sooner than June 2021, at which point the kernel 26 "1" value when this mechanism is removed.
|
| H A D | sysfs-firmware-efi-vars | 2 Date: April 2004, removed March 2023 9 The 'efivars' sysfs interface was removed in March of 2023,
|
| H A D | devfs | 2 Date: July 2005 (scheduled), finally removed in kernel v2.6.18 9 The files fs/devfs/*, include/linux/devfs_fs*.h were removed,
|
| H A D | sysfs-class-rfkill | 11 This file was scheduled to be removed in 2012, and was removed
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | ppc-memtrace | 14 you want removed from each NUMA node to this file - it must be 15 aligned to the memblock size. This amount of RAM will be removed 18 removed from each node, the following files are created. To 26 Description: This directory contains information about the removed memory 33 Description: This contains the size of the memory removed from the node. 39 Description: This contains the start address of the removed memory.
|
| H A D | sysfs-devices-removable | 5 Information about whether a given device can be removed from the 11 "removable" device can be removed from the platform by the user 12 "fixed" device is fixed to the platform / cannot be removed
|
| H A D | sysfs-devices | 7 be added and removed dynamically as the machine runs, 17 devices being added and removed from this tree to find
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-google-stadiaff.c | 21 bool removed; member 50 if (!stadiaff->removed) { in stadiaff_play() 93 stadiaff->removed = false; in stadiaff_init() 136 stadiaff->removed = true; in stadia_remove()
|
| H A D | hid-corsair.c | 33 bool removed; member 209 if (led->removed) in k90_backlight_work() 235 if (led->removed) in k90_record_led_work() 445 drvdata->backlight->removed = false; in k90_init_backlight() 490 k90->record_led.removed = false; in k90_init_macro_functions() 509 k90->record_led.removed = true; in k90_init_macro_functions() 526 drvdata->backlight->removed = true; in k90_cleanup_backlight() 542 k90->record_led.removed = true; in k90_cleanup_macro_functions()
|
| H A D | hid-bigbenff.c | 178 bool removed; member 193 if (!bigben->removed) in bigben_schedule_work() 362 bigben->removed = true; in bigben_remove() 384 bigben->removed = false; in bigben_probe()
|
| /linux-6.15/scripts/gcc-plugins/ |
| H A D | stackleak_plugin.c | 336 bool removed = false; in remove_stack_tracking_gasm() local 383 gcc_assert(!removed); in remove_stack_tracking_gasm() 384 removed = true; in remove_stack_tracking_gasm() 387 return removed; in remove_stack_tracking_gasm() 398 bool removed = false; in stackleak_cleanup_execute() local 424 removed = remove_stack_tracking_gasm(); in stackleak_cleanup_execute() 426 if (!removed) in stackleak_cleanup_execute()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | abi-removed.rst | 3 ABI removed symbols 6 .. kernel-abi:: removed
|
| H A D | abi.rst | 18 abi-removed 29 abi-removed-files
|
| H A D | abi-obsolete.rst | 7 marked to be removed at some later point in time. 10 obsolete and when it can be expected to be removed.
|
| /linux-6.15/net/sched/ |
| H A D | sch_multiq.c | 176 struct Qdisc **removed; in multiq_tune() local 188 removed = kmalloc(sizeof(*removed) * (q->max_bands - qopt->bands), in multiq_tune() 190 if (!removed) in multiq_tune() 201 removed[n_removed++] = child; in multiq_tune() 208 qdisc_put(removed[i]); in multiq_tune() 209 kfree(removed); in multiq_tune()
|
| /linux-6.15/Documentation/ABI/ |
| H A D | README | 37 the kernel, but are marked to be removed at some later point in 39 why it is obsolete and when it can be expected to be removed. 41 removed/ 43 been removed from the kernel. 75 Interfaces may be removed from obsolete and the kernel as long as the 79 developers feel they are finished. They cannot be removed from the
|
| /linux-6.15/Documentation/driver-api/driver-model/ |
| H A D | binding.rst | 91 When a device is removed, the reference count for it will eventually 93 is removed from the driver's list of devices and the reference count 94 of the driver is decremented. All symlinks between the two are removed. 96 When a driver is removed, the list of devices that it supports is 98 one. The device is removed from that list and the symlinks removed.
|
| /linux-6.15/fs/efivarfs/ |
| H A D | file.c | 40 if (var->removed) { in efivarfs_file_write() 127 var->removed = (--var->open_count == 0 && i_size_read(inode) == 0); in efivarfs_file_release() 130 if (var->removed) in efivarfs_file_release()
|
| /linux-6.15/drivers/staging/media/imx/ |
| H A D | TODO | 9 removed, userspace should use the subdev-based userspace API instead. 13 connected subdev should be removed.
|
| /linux-6.15/tools/testing/selftests/net/lib/py/ |
| H A D | nsim.py | 89 self.removed = False 128 if not self.removed: 130 self.removed = True
|
| /linux-6.15/sound/oss/dmasound/ |
| H A D | Kconfig | 12 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | cpts.c | 67 int removed = 0; in cpts_purge_events() local 74 ++removed; in cpts_purge_events() 78 if (removed) in cpts_purge_events() 79 dev_dbg(cpts->dev, "cpts: event pool cleaned up %d\n", removed); in cpts_purge_events() 80 return removed ? 0 : -1; in cpts_purge_events() 87 int removed = 0; in cpts_purge_txq() local 94 ++removed; in cpts_purge_txq() 98 if (removed) in cpts_purge_txq() 99 dev_dbg(cpts->dev, "txq cleaned up %d\n", removed); in cpts_purge_txq()
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | sdio.c | 31 bool removed; member 229 if (host->removed) in gb_sdio_request_handler() 517 if (host->removed) { in gb_sdio_mrq_work() 568 if (host->removed) { in gb_mmc_request() 726 if (host->removed) { in gb_mmc_get_ro() 740 if (host->removed) { in gb_mmc_get_cd() 784 host->removed = true; in gb_sdio_probe() 824 host->removed = false; in gb_sdio_probe() 856 host->removed = true; in gb_sdio_remove()
|
| /linux-6.15/drivers/tty/ |
| H A D | vcc.c | 33 bool removed; member 246 if (port && port->removed) { in vcc_get_ne() 260 if (!timer_pending(&port->rx_timer) && !port->removed) { in vcc_kick_rx() 271 if (!timer_pending(&port->tx_timer) && !port->removed) { in vcc_kick_tx() 371 if (!port->tty || port->removed) in vcc_rx_timer() 394 if (!port->tty || port->removed) in vcc_tx_timer() 708 port->removed = true; in vcc_remove() 991 if (port->removed) { in vcc_cleanup()
|