/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210-fascinate4g.dts | 162 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 …]
|
H A D | exynos4212-tab3-lte8.dts | 26 PIN_SLP(gpc0-0, PREV, NONE); 30 PIN_SLP(gpf2-2, PREV, NONE); 34 PIN_SLP(gpl0-0, PREV, NONE); 36 PIN_SLP(gpl1-0, PREV, NONE); 41 PIN_SLP(gpl2-5, PREV, NONE);
|
H A D | s5pv210-galaxys.dts | 200 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 …]
|
H A D | exynos4412-p4note.dtsi | 766 PIN_SLP(gpc1-1, PREV, NONE); 818 PIN_SLP(gpj0-3, PREV, NONE); 819 PIN_SLP(gpj0-4, PREV, NONE); 826 PIN_SLP(gpj1-2, PREV, NONE); 943 PIN_SLP(gpk0-0, PREV, NONE); 944 PIN_SLP(gpk0-1, PREV, NONE); 945 PIN_SLP(gpk0-2, PREV, NONE); 946 PIN_SLP(gpk0-3, PREV, NONE); 947 PIN_SLP(gpk0-4, PREV, NONE); 948 PIN_SLP(gpk0-5, PREV, NONE); [all …]
|
H A D | exynos3250-monk.dts | 503 PIN_SLP(gpb-0, PREV, NONE); 504 PIN_SLP(gpb-1, PREV, NONE); 505 PIN_SLP(gpb-2, PREV, NONE); 506 PIN_SLP(gpb-3, PREV, NONE); 551 PIN_SLP(gpe0-0, PREV, NONE); 552 PIN_SLP(gpe0-1, PREV, NONE); 555 PIN_SLP(gpe0-4, PREV, NONE); 561 PIN_SLP(gpe1-1, PREV, NONE); 582 PIN_SLP(gpk1-0, PREV, NONE); 583 PIN_SLP(gpk1-1, PREV, NONE); [all …]
|
H A D | exynos4412-midas.dtsi | 1093 PIN_SLP(gpc1-1, PREV, NONE); 1124 PIN_SLP(gpf1-7, PREV, NONE); 1126 PIN_SLP(gpf2-0, PREV, NONE); 1136 PIN_SLP(gpf3-1, PREV, NONE); 1137 PIN_SLP(gpf3-2, PREV, NONE); 1138 PIN_SLP(gpf3-3, PREV, NONE); 1142 PIN_SLP(gpj0-0, PREV, NONE); 1143 PIN_SLP(gpj0-1, PREV, NONE); 1144 PIN_SLP(gpj0-2, PREV, NONE); 1146 PIN_SLP(gpj0-4, PREV, NONE); [all …]
|
H A D | exynos4212-tab3.dtsi | 928 PIN_SLP(gpf3-4, PREV, NONE); 942 PIN_SLP(gpj1-2, PREV, NONE); 1014 PIN_SLP(gpk0-0, PREV, NONE); 1015 PIN_SLP(gpk0-1, PREV, NONE); 1016 PIN_SLP(gpk0-2, PREV, NONE); 1017 PIN_SLP(gpk0-3, PREV, NONE); 1018 PIN_SLP(gpk0-4, PREV, NONE); 1019 PIN_SLP(gpk0-5, PREV, NONE); 1020 PIN_SLP(gpk0-6, PREV, NONE); 1025 PIN_SLP(gpk1-3, PREV, NONE); [all …]
|
H A D | exynos3250-rinato.dts | 737 PIN_SLP(gpb-0, PREV, NONE); 738 PIN_SLP(gpb-1, PREV, NONE); 739 PIN_SLP(gpb-2, PREV, NONE); 740 PIN_SLP(gpb-3, PREV, NONE); 828 PIN_SLP(gpe0-0, PREV, NONE); 829 PIN_SLP(gpe0-1, PREV, NONE); 838 PIN_SLP(gpe1-1, PREV, NONE);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap.c | 1073 #define PREV r[2] macro 1115 error = xfs_rmap_lookup_le(cur, bno, owner, offset, oldext, &PREV, &i); in xfs_rmap_convert() 1124 cur->bc_ag.pag->pag_agno, PREV.rm_startblock, in xfs_rmap_convert() 1125 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert() 1126 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert() 1128 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert() 1129 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert() 1130 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert() 1137 if (PREV.rm_offset == offset) in xfs_rmap_convert() 1139 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert() [all …]
|
H A D | xfs_bmap.c | 1439 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro 1444 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real() 1446 ASSERT(isnullstartblock(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real() 1447 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 1448 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() 1450 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real() 1457 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real() 1459 if (PREV.br_startoff + PREV.br_blockcount == new_endoff) in xfs_bmap_add_extent_delay_real() 1515 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real() 1561 LEFT.br_blockcount += PREV.br_blockcount; in xfs_bmap_add_extent_delay_real() [all …]
|
H A D | xfs_refcount.c | 1470 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent() argument 1475 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, PREV->br_startblock, in xfs_refcount_increase_extent() 1476 PREV->br_blockcount); in xfs_refcount_increase_extent() 1485 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent() argument 1490 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, PREV->br_startblock, in xfs_refcount_decrease_extent() 1491 PREV->br_blockcount); in xfs_refcount_decrease_extent()
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | probepoint.tc | 17 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
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 28 #define PREV(idx) (((idx) - 1) & (HID_BPF_MAX_PROGS - 1)) macro 437 jmp_table.tail = PREV(jmp_table.tail); in __hid_bpf_attach_prog()
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 178 - << / PREV / PREVIOUS
|