Home
last modified time | relevance | path

Searched refs:PREV (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/arm/boot/dts/
Ds5pv210-fascinate4g.dts162 PIN_SLP(gpa0-0, PREV, NONE);
163 PIN_SLP(gpa0-1, PREV, NONE);
164 PIN_SLP(gpa0-2, PREV, NONE);
166 PIN_SLP(gpa0-4, PREV, NONE);
167 PIN_SLP(gpa0-5, PREV, NONE);
168 PIN_SLP(gpa0-6, PREV, NONE);
169 PIN_SLP(gpa0-7, PREV, NONE);
179 PIN_SLP(gpb-3, PREV, NONE);
181 PIN_SLP(gpb-5, PREV, NONE);
255 PIN_SLP(gpf3-4, PREV, NONE);
[all …]
Ds5pv210-galaxys.dts200 PIN_SLP(gpa0-0, PREV, NONE);
201 PIN_SLP(gpa0-1, PREV, NONE);
202 PIN_SLP(gpa0-2, PREV, NONE);
217 PIN_SLP(gpb-3, PREV, NONE);
219 PIN_SLP(gpb-5, PREV, NONE);
293 PIN_SLP(gpf3-4, PREV, NONE);
306 PIN_SLP(gpg1-2, PREV, NONE);
328 PIN_SLP(gpi-0, PREV, NONE);
330 PIN_SLP(gpi-2, PREV, NONE);
331 PIN_SLP(gpi-3, PREV, NONE);
[all …]
Dexynos4412-p4note.dtsi762 PIN_SLP(gpc1-1, PREV, NONE);
814 PIN_SLP(gpj0-3, PREV, NONE);
815 PIN_SLP(gpj0-4, PREV, NONE);
822 PIN_SLP(gpj1-2, PREV, NONE);
939 PIN_SLP(gpk0-0, PREV, NONE);
940 PIN_SLP(gpk0-1, PREV, NONE);
941 PIN_SLP(gpk0-2, PREV, NONE);
942 PIN_SLP(gpk0-3, PREV, NONE);
943 PIN_SLP(gpk0-4, PREV, NONE);
944 PIN_SLP(gpk0-5, PREV, NONE);
[all …]
Dexynos3250-monk.dts502 PIN_SLP(gpb-0, PREV, NONE);
503 PIN_SLP(gpb-1, PREV, NONE);
504 PIN_SLP(gpb-2, PREV, NONE);
505 PIN_SLP(gpb-3, PREV, NONE);
550 PIN_SLP(gpe0-0, PREV, NONE);
551 PIN_SLP(gpe0-1, PREV, NONE);
554 PIN_SLP(gpe0-4, PREV, NONE);
560 PIN_SLP(gpe1-1, PREV, NONE);
581 PIN_SLP(gpk1-0, PREV, NONE);
582 PIN_SLP(gpk1-1, PREV, NONE);
[all …]
Dexynos4412-midas.dtsi1036 PIN_SLP(gpc1-1, PREV, NONE);
1067 PIN_SLP(gpf1-7, PREV, NONE);
1069 PIN_SLP(gpf2-0, PREV, NONE);
1079 PIN_SLP(gpf3-1, PREV, NONE);
1080 PIN_SLP(gpf3-2, PREV, NONE);
1081 PIN_SLP(gpf3-3, PREV, NONE);
1085 PIN_SLP(gpj0-0, PREV, NONE);
1086 PIN_SLP(gpj0-1, PREV, NONE);
1087 PIN_SLP(gpj0-2, PREV, NONE);
1089 PIN_SLP(gpj0-4, PREV, NONE);
[all …]
Dexynos3250-rinato.dts735 PIN_SLP(gpb-0, PREV, NONE);
736 PIN_SLP(gpb-1, PREV, NONE);
737 PIN_SLP(gpb-2, PREV, NONE);
738 PIN_SLP(gpb-3, PREV, NONE);
826 PIN_SLP(gpe0-0, PREV, NONE);
827 PIN_SLP(gpe0-1, PREV, NONE);
836 PIN_SLP(gpe1-1, PREV, NONE);
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_rmap.c1024 #define PREV r[2] macro
1066 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i); in xfs_rmap_convert()
1075 cur->bc_ag.pag->pag_agno, PREV.rm_startblock, in xfs_rmap_convert()
1076 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert()
1077 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert()
1079 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert()
1080 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert()
1081 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert()
1088 if (PREV.rm_offset == offset) in xfs_rmap_convert()
1090 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert()
[all …]
Dxfs_bmap.c1415 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro
1420 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real()
1422 ASSERT(isnullstartblock(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()
1423 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real()
1424 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real()
1426 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()
1433 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real()
1435 if (PREV.br_startoff + PREV.br_blockcount == new_endoff) in xfs_bmap_add_extent_delay_real()
1491 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real()
1536 LEFT.br_blockcount += PREV.br_blockcount; in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_refcount.c1343 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent() argument
1348 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, PREV->br_startblock, in xfs_refcount_increase_extent()
1349 PREV->br_blockcount); in xfs_refcount_increase_extent()
1358 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent() argument
1363 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, PREV->br_startblock, in xfs_refcount_decrease_extent()
1364 PREV->br_blockcount); in xfs_refcount_decrease_extent()
/linux-6.1.9/tools/testing/selftests/ftrace/test.d/kprobe/
Dprobepoint.tc17 PREV=`expr $A1 - $A2` # offset to previous symbol
19 OVERFLOW=+`printf "0x%x" ${PREV}` # overflow offset to previous symbol
35 ! echo "p:testprobe ${TARGET_FUNC}${PREV}" > kprobe_events
/linux-6.1.9/Documentation/userspace-api/media/rc/
Drc-tables.rst178 - << / PREV / PREVIOUS