Searched full:preceding (Results 1 – 25 of 349) sorted by relevance
12345678910>>...14
/linux-6.14.4/include/drm/ |
D | drm_bridge.h | 168 * the preceding element in the display pipe is disabled. If the 169 * preceding element is a bridge this means it's called before that 170 * bridge's @disable vfunc. If the preceding element is a &drm_encoder 191 * preceding element in the display pipe is disabled. If the preceding 193 * @post_disable function. If the preceding element is a &drm_encoder 215 * after the @mode_set callback for the preceding element in the display 244 * the preceding element in the display pipe is enabled. If the 245 * preceding element is a bridge this means it's called before that 246 * bridge's @pre_enable function. If the preceding element is a 269 * the preceding element in the display pipe is enabled. If the [all …]
|
/linux-6.14.4/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-6.14.4/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-6.14.4/tools/rcu/ |
D | extract-stall.sh | 6 echo Filter out clocksource lines. Note that preceding-lines excludes the 9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_stack_var_off.c | 39 * Note that if it wasn't for the preceding variable-offset write, this in probe() 41 * being initialized. With the preceding variable-offset write, the in probe()
|
/linux-6.14.4/Documentation/hwmon/ |
D | oxp-sensors.rst | 17 handheld devices. AYANEO devices preceding the AIR and OneXPlayer devices 18 preceding the Mini A07 are not supportable as the EC model is different
|
/linux-6.14.4/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-6.14.4/include/linux/can/ |
D | length.h | 29 * including all fields preceding the data field, ignoring bitstuffing 50 * including all fields preceding the data field, ignoring bitstuffing 71 * including all fields preceding the data field, ignoring bitstuffing 94 * including all fields preceding the data field, ignoring bitstuffing
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | barrier.h | 95 * Prevent execution of subsequent instructions until preceding branches have 110 * are written to persistent storage by preceding dcbfps/dcbstps
|
/linux-6.14.4/drivers/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.
|
/linux-6.14.4/include/linux/ |
D | srcu.h | 423 * Converts the preceding srcu_read_unlock into a two-way memory barrier. 427 * the preceding srcu_read_unlock. 437 * Converts the preceding srcu_read_lock into a two-way memory barrier. 441 * the preceding srcu_read_lock.
|
/linux-6.14.4/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-6.14.4/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-6.14.4/arch/mips/include/asm/ |
D | tlbex.h | 9 * the preceding mtc0 and for the following eret.
|
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/ |
D | brcm,iproc-pdc-mbox.txt | 12 - brcm,rx-status-len: Length of metadata preceding received frames, in bytes.
|
/linux-6.14.4/lib/ |
D | memweight.c | 30 * The reason that this last loop is distinct from the preceding in memweight()
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/proximity/ |
D | maxbotix,mb1232.yaml | 36 Interrupt used to announce the preceding reading request has finished
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | i915_vma_resource.h | 82 * @guard: The size of guard area preceding and trailing the bind. 194 * @guard: The size of the guard area preceding and trailing the bind.
|
/linux-6.14.4/fs/smb/client/ |
D | namespace.c | 69 /* skip over any preceding delimiters */ in cifs_build_devname() 85 * +2 for preceding "//" in cifs_build_devname()
|
/linux-6.14.4/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-6.14.4/rust/kernel/ |
D | driver.rs | 24 /// preceding call to [`RegistrationOps::register`] has been successful. 46 /// Must only be called after a preceding successful call to [`RegistrationOps::register`] for
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/uc/ |
D | intel_gsc_uc_heci_cmd_submit.h | 18 * command has hit the GSC-CS hardware, not the preceding handoff to GuC CTB.
|
12345678910>>...14