Searched full:preceding (Results 1 – 25 of 257) sorted by relevance
1234567891011
/linux-5.10/include/drm/ |
D | drm_bridge.h | 163 * the preceding element in the display pipe is disabled. If the 164 * preceding element is a bridge this means it's called before that 165 * bridge's @disable vfunc. If the preceding element is a &drm_encoder 181 * preceding element in the display pipe is disabled. If the preceding 183 * @post_disable function. If the preceding element is a &drm_encoder 200 * after the @mode_set callback for the preceding element in the display 229 * the preceding element in the display pipe is enabled. If the 230 * preceding element is a bridge this means it's called before that 231 * bridge's @pre_enable function. If the preceding element is a 249 * the preceding element in the display pipe is enabled. If the [all …]
|
/linux-5.10/scripts/kconfig/tests/auto_submenu/ |
D | __init__.py | 3 Create submenu for symbols that depend on the preceding one. 5 If a symbols has dependency on the preceding symbol, the menu entry 6 should become the submenu of the preceding one, and displayed with
|
/linux-5.10/fs/jfs/ |
D | jfs_dmap.h | 66 * - the number of dmaps preceding it 67 * - the number of L0 pages preceding its L0 page 68 * - the number of L1 pages preceding its L1 page 81 * - the number of dmap pages preceding it 82 * - the number of L0 pages preceding it 83 * - the number of L1 pages preceding its L1 page 96 * - the number of dmap pages preceding it 97 * - the number of L0 pages preceding it 98 * - the number of L1 pages preceding it
|
/linux-5.10/scripts/coccinelle/locks/ |
D | mini_lock.cocci | 6 /// supposed to exit with the lock held, or where there is some preceding 98 msg = "preceding lock on line %s" % (p[0].line)
|
/linux-5.10/arch/powerpc/include/asm/ |
D | barrier.h | 107 * Prevent execution of subsequent instructions until preceding branches have 122 * are written to persistent storage by preceding dcbfps/dcbstps
|
/linux-5.10/drivers/staging/comedi/drivers/ |
D | amplc_dio200.c | 119 * 1. Clock source OUT n-1 is the output of the preceding channel on the 121 * preceding counter subdevice (see note 3) if n = 0. 125 * on the preceding counter subdevice (see note 3) if n < 2.
|
D | amplc_dio200_pci.c | 150 * 1. Clock source OUT n-1 is the output of the preceding channel on the 152 * preceding counter subdevice (see note 3) if n = 0. 156 * on the preceding counter subdevice (see note 3) if n < 2.
|
/linux-5.10/tools/memory-model/litmus-tests/ |
D | SB+poonceonces.litmus | 8 * variable that the preceding process reads.
|
D | SB+fencembonceonces.litmus | 8 * variable that the preceding process reads. (Locking and RCU can also
|
D | LB+fencembonceonce+ctrlonceonce.litmus | 8 * reading from the preceding process's write. In this example, the
|
D | ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus | 9 * case (P2() to P0()), each process reads from the preceding process's
|
/linux-5.10/Documentation/admin-guide/pm/ |
D | suspend-flows.rst | 129 leaves the idle state entered in the last step of the preceding suspend 152 Tasks frozen in step 2 of the preceding `suspend <s2idle_suspend_>`_ 254 The CPUs disabled in step 4 of the preceding suspend transition are taken
|
/linux-5.10/include/linux/ |
D | srcu.h | 194 * Converts the preceding srcu_read_unlock into a two-way memory barrier. 198 * the preceding srcu_read_unlock.
|
D | rcupdate_trace.h | 63 * Pairs with a preceding call to rcu_read_lock_trace(), and nesting is
|
/linux-5.10/arch/mips/include/asm/ |
D | tlbex.h | 9 * the preceding mtc0 and for the following eret.
|
/linux-5.10/Documentation/devicetree/bindings/mailbox/ |
D | brcm,iproc-pdc-mbox.txt | 12 - brcm,rx-status-len: Length of metadata preceding received frames, in bytes.
|
/linux-5.10/Documentation/ |
D | atomic_t.txt | 196 later accesses against the RMW op and all accesses preceding it. However, 226 a RELEASE because it orders preceding instructions against both the read
|
/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
D | maxbotix,mb1232.yaml | 36 Interrupt used to announce the preceding reading request has finished
|
D | semtech,sx9310.yaml | 30 preceding reading request has finished and that data is
|
/linux-5.10/lib/ |
D | memweight.c | 30 * The reason that this last loop is distinct from the preceding in memweight()
|
/linux-5.10/arch/arm/lib/ |
D | backtrace-clang.S | 34 * We can treat the current frame's lr as the saved pc and the preceding 187 @ the preceding frame
|
/linux-5.10/tools/arch/ia64/include/asm/ |
D | barrier.h | 25 * wmb(): Guarantees that all preceding stores to memory-
|
/linux-5.10/arch/ia64/include/asm/ |
D | barrier.h | 23 * wmb(): Guarantees that all preceding stores to memory-
|
/linux-5.10/arch/mips/include/uapi/asm/ |
D | sigcontext.h | 22 /* FR=1, but with odd singles in bits 63:32 of preceding even double */
|
/linux-5.10/fs/btrfs/ |
D | misc.h | 27 * waitqueue_active is implied by some of the preceding code. Eg. one in cond_wake_up_nomb()
|
1234567891011