Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/Linux-v5.15/drivers/net/slip/
Dslhc.c234 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()
419 changes = SPECIAL_I; in slhc_compress()
426 changes = SPECIAL_D; in slhc_compress()
434 changes |= NEW_I; in slhc_compress()
437 changes |= TCP_PUSH_BIT; in slhc_compress()
[all …]
/Linux-v5.15/Documentation/core-api/
Drefcount-vs-atomic.rst79 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:
137 Memory ordering guarantees changes:
[all …]
/Linux-v5.15/Documentation/devicetree/
Dchangesets.rst7 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-v5.15/tools/laptop/dslm/
Ddslm.c78 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-v5.15/Documentation/ABI/testing/
Dsysfs-platform_profile28 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
Dsysfs-class-firmware-attributes227 pending BIOS attribute changes. Also, an uevent_KOBJ_CHANGE is
228 generated when it changes to 1.
233 attribute changes applied
245 Drivers may emit a CHANGE uevent when this value changes and userspace
273 Note that any changes to this attribute requires a reboot
274 for changes to take effect.
285 Note that any changes to this attribute requires a reboot for changes to take effect.
Dsysfs-class-backlight9 hence linear changes in brightness are perceived as being
10 non-linear. To achieve a linear perception of brightness changes
20 The brightness changes linearly with each step. Brightness
25 The brightness changes non-linearly with each step. Brightness
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c32 int changes = 0; in ixgbe_copy_dcb_cfg() local
41 changes |= BIT_APP_UPCHG; in ixgbe_copy_dcb_cfg()
50 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
55 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
60 changes |= BIT_PG_TX; in ixgbe_copy_dcb_cfg()
67 changes |= (BIT_PG_TX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
72 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
77 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
82 changes |= BIT_PG_RX; in ixgbe_copy_dcb_cfg()
89 changes |= (BIT_PG_RX | BIT_PFC | BIT_APP_UPCHG); in ixgbe_copy_dcb_cfg()
[all …]
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
DREADME.rst55 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升级内核
107 :ref:`Documentation/process/changes.rst <changes>`
227 有关更多信息,请参阅 :ref:`Documentation/process/changes.rst <changes>` 。
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/
DREADME.rst58 :ref:`Documentation/process/changes.rst <changes>` 文件,它包含了升級內核
110 :ref:`Documentation/process/changes.rst <changes>`
230 有關更多信息,請參閱 :ref:`Documentation/process/changes.rst <changes>` 。
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-driver-aspeed-vuart6 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-v5.15/Documentation/process/
D7.AdvancedTopics.rst41 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
132 should not be making changes to the core memory management code. And, most
[all …]
D5.Posting.rst78 resolving conflicts and dealing with API changes.
80 Only the most simple changes should be formatted as a single patch;
81 everything else should be made as a logical series of changes. Splitting
87 changes found in your working revision control system. Instead, the
88 changes you have made need to be considered in their final form, then
90 discrete, self-contained changes, not the path you took to get to those
91 changes.
94 patch. These changes can be small ("add a field to this structure") or
101 changes in the same patch. If a single patch fixes a critical security
182 support other changes coming in later patch, say so. If internal APIs are
[all …]
Dindex.rst14 it much easier for you to get your changes merged with a minimum of
40 changes
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst129 control's value changes, if a button control is pressed or if the
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`.
[all …]
Dv4l2.rst84 - 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-v5.15/Documentation/core-api/irq/
Dirqflags-tracing.rst21 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-v5.15/Documentation/virt/kvm/
Dreview-checklist.rst23 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-v5.15/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c253 struct ieee80211_bss_conf *bss_conf, u32 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-v5.15/arch/arm/nwfpe/
DChangeLog20 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-v5.15/Documentation/admin-guide/
Dabi-testing.rst12 be aware of changes that can occur before these interfaces move to
17 developers can easily notify them if any changes occur.
/Linux-v5.15/Documentation/maintainer/
Dmodifying-patches.rst14 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-v5.15/fs/affs/
DChanges39 - 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-v5.15/Documentation/power/regulator/
Ddesign.rst20 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
/Linux-v5.15/Documentation/leds/
Duleds.rst28 changes. The device node can also be polled to notify when the brightness value
29 changes.

12345678910>>...28