/linux-6.3-rc2/drivers/net/slip/ |
A D | slhc.c | 234 short changes = 0; in slhc_compress() local 372 changes |= NEW_U; in slhc_compress() 382 changes |= NEW_W; in slhc_compress() 388 changes |= NEW_A; in slhc_compress() 394 changes |= NEW_S; in slhc_compress() 397 switch(changes){ in slhc_compress() 434 changes |= NEW_I; in slhc_compress() 460 *cp++ = changes; in slhc_compress() 495 int changes; in slhc_uncompress() local 509 changes = *cp++; in slhc_uncompress() [all …]
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | refcount-vs-atomic.rst | 79 Function changes: 84 Memory ordering guarantee changes: 92 Function changes: 97 Memory ordering guarantee changes: 104 Function changes: 108 Memory ordering guarantee changes: 116 Function changes: 121 Memory ordering guarantees changes: 132 Function changes: 145 Function changes: [all …]
|
/linux-6.3-rc2/Documentation/devicetree/ |
A D | changesets.rst | 7 A Devicetree changeset is a method which allows one to apply changes 8 in the live tree in such a way that either the full set of changes 14 When a changeset is applied, all of the changes get applied to the tree 26 a set of changes. No changes to the active tree are made at this point. 30 3. of_changeset_apply() - Apply the changes to the tree. Either the
|
/linux-6.3-rc2/tools/laptop/dslm/ |
A D | dslm.c | 78 int changes = 0; in measure() local 92 changes++; in measure() 107 changes--; /* Compensate for SIGINT */ in measure() 111 printf(" State changed %d times\n", changes); in measure()
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-platform_profile | 28 platform_profile_choices changes the profile to the new value. 30 This file can be monitored for changes by polling for POLLPRI, 31 POLLPRI will be signalled on any changes, independent of those 32 changes coming from a userspace write; or coming from another
|
A D | sysfs-class-firmware-attributes | 283 being configured allowing anyone to make changes. 284 After any of these operations the system must reboot for the changes to 308 pending BIOS attribute changes. Also, an uevent_KOBJ_CHANGE is 309 generated when it changes to 1. 314 attribute changes applied 326 Drivers may emit a CHANGE uevent when this value changes and userspace 354 Note that any changes to this attribute requires a reboot 355 for changes to take effect. 366 Note that any changes to this attribute requires a reboot for changes to take effect.
|
A D | sysfs-driver-aspeed-uart-routing | 17 Users: OpenBMC. Proposed changes should be mailed to 26 Users: OpenBMC. Proposed changes should be mailed to
|
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/ |
A D | README.rst | 55 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升级内核 107 :ref:`Documentation/process/changes.rst <changes>` 228 有关更多信息,请参阅 :ref:`Documentation/process/changes.rst <changes>` 。
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_dcb_nl.c | 30 int changes = 0; in ixgbe_copy_dcb_cfg() local 48 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 53 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 58 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 70 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 75 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 80 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg() 95 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg() 107 changes |= BIT_PFC; in ixgbe_copy_dcb_cfg() 113 changes |= BIT_PFC; in ixgbe_copy_dcb_cfg() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/ |
A D | README.rst | 58 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升級內核 110 :ref:`Documentation/process/changes.rst <changes>` 230 有關更多信息,請參閱 :ref:`Documentation/process/changes.rst <changes>` 。
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-driver-aspeed-vuart | 6 Users: OpenBMC. Proposed changes should be mailed to 14 Users: OpenBMC. Proposed changes should be mailed to 23 Users: OpenBMC. Proposed changes should be mailed to
|
/linux-6.3-rc2/drivers/input/joystick/ |
A D | sensehat-joystick.c | 37 unsigned long curr_states, changes; in sensehat_joystick_report() local 49 bitmap_xor(&changes, &curr_states, &sensehat_joystick->prev_states, in sensehat_joystick_report() 52 for_each_set_bit(i, &changes, ARRAY_SIZE(keymap)) in sensehat_joystick_report()
|
/linux-6.3-rc2/Documentation/process/ |
A D | 7.AdvancedTopics.rst | 41 of the mainline repository, explore the revision history, commit changes to 81 Rewriting history will rewrite the changes contained in that history, 90 So, once you push a set of changes to your publicly-available server, those 91 changes should not be rewritten. Git will attempt to enforce this rule if 92 you try to push changes which do not result in a fast-forward merge 93 (i.e. changes which do not share the same history). It is possible to 101 As the mainline (or other tree upon which a set of changes is based) 109 release). If you are nervous about specific changes, you can always 116 slip in ill-advised changes which go into the mainline below the review 144 your tree is, what branch to pull, and what changes will result from the [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | vidioc-dqevent.rst | 147 second-oldest event is kept, but the ``changes`` field of the 148 second-oldest event is ORed with the ``changes`` field of the 175 associated with it. The ``changes`` bitfield denotes what has 177 application could dequeue them, then the changes will have the 182 the regions changes. This event has a struct 214 - ``changes`` 216 :ref:`ctrl-changes-flags`. 278 - ``changes`` 280 :ref:`src-changes-flags`. 314 .. _ctrl-changes-flags: [all …]
|
A D | v4l2.rst | 84 - Introduce HSV formats and other minor changes. 178 V4L2_EVENT_CTRL_CH_RANGE control event changes flag. 227 latest changes. Added the :ref:`multi-planar API <planar-apis>`. 242 Now, revisions will match the kernel version where the V4L2 API changes 338 the history chapter for API changes. 391 v4l2_buffer changes, added video capture example, various corrections. 402 latest API changes. Closed gaps in the history chapter.
|
/linux-6.3-rc2/Documentation/core-api/irq/ |
A D | irqflags-tracing.rst | 21 state changes. But an architecture can be irq-flags-tracing enabled in a 25 code-organizational changes first: 29 and then a couple of functional changes are needed as well to implement 50 changes break other code by modifying conditions or registers that
|
/linux-6.3-rc2/Documentation/mm/damon/ |
A D | maintainer-profile.rst | 30 When making DAMON changes, you should do below. 32 - Build changes related outputs including kernel and documents. 38 - Run damon-tests/corr [6]_ for normal changes. 39 - Run damon-tests/perf [7]_ for performance changes.
|
/linux-6.3-rc2/drivers/pinctrl/starfive/ |
A D | Kconfig | 18 and interrupts on input changes. 39 and interrupts on input changes. 51 and interrupts on input changes.
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | review-checklist.rst | 23 7. Emulator changes should be accompanied by unit tests for qemu-kvm.git 27 are better than duplicating changes to vendor code. 29 9. Similarly, prefer changes to arch independent code than to arch dependent
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/ |
A D | mac80211-ops.c | 253 struct ieee80211_bss_conf *bss_conf, u64 changes) in ath5k_bss_info_changed() argument 261 if (changes & BSS_CHANGED_BSSID) { in ath5k_bss_info_changed() 268 if (changes & BSS_CHANGED_BEACON_INT) in ath5k_bss_info_changed() 271 if (changes & BSS_CHANGED_ERP_SLOT) { in ath5k_bss_info_changed() 280 if (changes & BSS_CHANGED_ASSOC) { in ath5k_bss_info_changed() 301 if (changes & BSS_CHANGED_BEACON) { in ath5k_bss_info_changed() 307 if (changes & BSS_CHANGED_BEACON_ENABLED) in ath5k_bss_info_changed() 310 if (changes & (BSS_CHANGED_BEACON | BSS_CHANGED_BEACON_ENABLED | in ath5k_bss_info_changed()
|
/linux-6.3-rc2/arch/arm/nwfpe/ |
A D | ChangeLog | 20 floating point registers. Therefore, any changes to the 29 * The changes are designed to break any patch that goes on top 30 of this code, so that the authors properly review their changes. 53 * user_fp and FPA11 have now been harmonized. Most of the changes 88 * ChangeLog - Added this file to track changes made.
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | abi-testing.rst | 12 be aware of changes that can occur before these interfaces move to 17 developers can easily notify them if any changes occur.
|
/linux-6.3-rc2/Documentation/maintainer/ |
A D | modifying-patches.rst | 14 yours, indicating the nature of your changes. While there is nothing mandatory 17 that you are responsible for last-minute changes. Example:: 24 want at the same time to credit the author, track changes, merge the fix,
|
/linux-6.3-rc2/fs/affs/ |
A D | Changes | 39 - sizeof changes from Kernel Janitor Project 87 - s_lock changes 161 - File mode changes were not updated on disk. 186 - dentry changes. (Thanks to Jes Sorensen for his help.) 204 directory changes). 255 - rename() will not ignore changes in filename 306 - Minor changes to adhere to the new VFS interface. 321 - Several other changes I just cannot remember
|
/linux-6.3-rc2/Documentation/power/regulator/ |
A D | design.rst | 20 The API should make no changes to the hardware state unless it has 21 specific knowledge that these changes are safe to perform on this
|