Home
last modified time | relevance | path

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

12345678910>>...27

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/
Dchangesets.rst7 A DT 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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dlt3651-charger.txt17 The driver will attempt to aquire interrupts for all GPIOs to detect changes in
19 cannot report changes and userspace will need to periodically read the sysfs
20 attributes to detect changes.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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
/kernel/linux/linux-5.10/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 …]
Dindex.rst14 it much easier for you to get your changes merged with a minimum of
40 changes
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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-dqevent.rst130 control's value changes, if a button control is pressed or if the
148 second-oldest event is kept, but the ``changes`` field of the
149 second-oldest event is ORed with the ``changes`` field of the
176 associated with it. The ``changes`` bitfield denotes what has
178 application could dequeue them, then the changes will have the
183 the regions changes. This event has a struct
215 - ``changes``
217 :ref:`ctrl-changes-flags`.
279 - ``changes``
281 :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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/leds/
Duleds.rst28 changes. The device node can also be polled to notify when the brightness value
29 changes.
/kernel/linux/linux-5.10/mm/
Dvmstat.c701 int changes = 0; in fold_diff() local
706 changes++; in fold_diff()
712 changes++; in fold_diff()
718 changes++; in fold_diff()
720 return changes; in fold_diff()
726 int changes = 0; in fold_diff() local
731 changes++; in fold_diff()
737 changes++; in fold_diff()
739 return changes; in fold_diff()
769 int changes = 0; in refresh_cpu_vm_stats() local
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00mac.c578 u32 changes) in rt2x00mac_bss_info_changed() argument
593 if (changes & BSS_CHANGED_BSSID) in rt2x00mac_bss_info_changed()
600 if (changes & BSS_CHANGED_BEACON_ENABLED) { in rt2x00mac_bss_info_changed()
646 if (changes & BSS_CHANGED_ASSOC) { in rt2x00mac_bss_info_changed()
661 if (changes & (BSS_CHANGED_ERP_CTS_PROT | BSS_CHANGED_ERP_PREAMBLE | in rt2x00mac_bss_info_changed()
664 rt2x00lib_config_erp(rt2x00dev, intf, bss_conf, changes); in rt2x00mac_bss_info_changed()
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
Dtty.c863 u16 changes = 0; in rfcomm_tty_set_termios() local
879 changes |= RFCOMM_RPN_PM_PARITY; in rfcomm_tty_set_termios()
901 changes |= RFCOMM_RPN_PM_XON; in rfcomm_tty_set_termios()
910 changes |= RFCOMM_RPN_PM_XOFF; in rfcomm_tty_set_termios()
918 changes |= RFCOMM_RPN_PM_STOP; in rfcomm_tty_set_termios()
930 changes |= RFCOMM_RPN_PM_DATA; in rfcomm_tty_set_termios()
952 changes |= RFCOMM_RPN_PM_BITRATE; in rfcomm_tty_set_termios()
989 if (changes) in rfcomm_tty_set_termios()
992 RFCOMM_RPN_FLOW_NONE, x_on, x_off, changes); in rfcomm_tty_set_termios()

12345678910>>...27