| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | s5pv210-fascinate4g.dts | 161 PIN_SLP(gpa0-0, PREV, NONE); 162 PIN_SLP(gpa0-1, PREV, NONE); 163 PIN_SLP(gpa0-2, PREV, NONE); 165 PIN_SLP(gpa0-4, PREV, NONE); 166 PIN_SLP(gpa0-5, PREV, NONE); 167 PIN_SLP(gpa0-6, PREV, NONE); 168 PIN_SLP(gpa0-7, PREV, NONE); 178 PIN_SLP(gpb-3, PREV, NONE); 180 PIN_SLP(gpb-5, PREV, NONE); 254 PIN_SLP(gpf3-4, PREV, NONE); [all …]
|
| H A D | s5pv210-galaxys.dts | 199 PIN_SLP(gpa0-0, PREV, NONE); 200 PIN_SLP(gpa0-1, PREV, NONE); 201 PIN_SLP(gpa0-2, PREV, NONE); 216 PIN_SLP(gpb-3, PREV, NONE); 218 PIN_SLP(gpb-5, PREV, NONE); 292 PIN_SLP(gpf3-4, PREV, NONE); 305 PIN_SLP(gpg1-2, PREV, NONE); 327 PIN_SLP(gpi-0, PREV, NONE); 329 PIN_SLP(gpi-2, PREV, NONE); 330 PIN_SLP(gpi-3, PREV, NONE); [all …]
|
| H A D | exynos4412-midas.dtsi | 1037 PIN_SLP(gpc1-1, PREV, NONE); 1068 PIN_SLP(gpf1-7, PREV, NONE); 1070 PIN_SLP(gpf2-0, PREV, NONE); 1080 PIN_SLP(gpf3-1, PREV, NONE); 1081 PIN_SLP(gpf3-2, PREV, NONE); 1082 PIN_SLP(gpf3-3, PREV, NONE); 1086 PIN_SLP(gpj0-0, PREV, NONE); 1087 PIN_SLP(gpj0-1, PREV, NONE); 1088 PIN_SLP(gpj0-2, PREV, NONE); 1090 PIN_SLP(gpj0-4, PREV, NONE); [all …]
|
| H A D | exynos3250-monk.dts | 502 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 …]
|
| H A D | exynos3250-rinato.dts | 734 PIN_SLP(gpb-0, PREV, NONE); 735 PIN_SLP(gpb-1, PREV, NONE); 736 PIN_SLP(gpb-2, PREV, NONE); 737 PIN_SLP(gpb-3, PREV, NONE); 825 PIN_SLP(gpe0-0, PREV, NONE); 826 PIN_SLP(gpe0-1, PREV, NONE); 835 PIN_SLP(gpe1-1, PREV, NONE);
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_rmap.c | 979 #define PREV r[2] macro 1029 error = xfs_rmap_get_rec(cur, &PREV, &i); in xfs_rmap_convert() 1037 cur->bc_ag.agno, PREV.rm_startblock, in xfs_rmap_convert() 1038 PREV.rm_blockcount, PREV.rm_owner, in xfs_rmap_convert() 1039 PREV.rm_offset, PREV.rm_flags); in xfs_rmap_convert() 1041 ASSERT(PREV.rm_offset <= offset); in xfs_rmap_convert() 1042 ASSERT(PREV.rm_offset + PREV.rm_blockcount >= new_endoff); in xfs_rmap_convert() 1043 ASSERT((PREV.rm_flags & XFS_RMAP_UNWRITTEN) == oldext); in xfs_rmap_convert() 1050 if (PREV.rm_offset == offset) in xfs_rmap_convert() 1052 if (PREV.rm_offset + PREV.rm_blockcount == new_endoff) in xfs_rmap_convert() [all …]
|
| H A D | xfs_bmap.c | 1519 #define PREV r[2] in xfs_bmap_add_extent_delay_real() macro 1524 xfs_iext_get_extent(ifp, &bma->icur, &PREV); in xfs_bmap_add_extent_delay_real() 1526 ASSERT(isnullstartblock(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real() 1527 ASSERT(PREV.br_startoff <= new->br_startoff); in xfs_bmap_add_extent_delay_real() 1528 ASSERT(PREV.br_startoff + PREV.br_blockcount >= new_endoff); in xfs_bmap_add_extent_delay_real() 1530 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real() 1537 if (PREV.br_startoff == new->br_startoff) in xfs_bmap_add_extent_delay_real() 1539 if (PREV.br_startoff + PREV.br_blockcount == new_endoff) in xfs_bmap_add_extent_delay_real() 1595 LEFT.br_blockcount += PREV.br_blockcount + RIGHT.br_blockcount; in xfs_bmap_add_extent_delay_real() 1640 LEFT.br_blockcount += PREV.br_blockcount; in xfs_bmap_add_extent_delay_real() [all …]
|
| H A D | xfs_refcount.c | 1260 struct xfs_bmbt_irec *PREV) in xfs_refcount_increase_extent() argument 1265 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, PREV->br_startblock, in xfs_refcount_increase_extent() 1266 PREV->br_blockcount); in xfs_refcount_increase_extent() 1275 struct xfs_bmbt_irec *PREV) in xfs_refcount_decrease_extent() argument 1280 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, PREV->br_startblock, in xfs_refcount_decrease_extent() 1281 PREV->br_blockcount); in xfs_refcount_decrease_extent()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 178 - << / PREV / PREVIOUS
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 22031 (insn N PREV NEXT 22044 (insn N2 PREV N 37686 -- Target Hook: bool TARGET_SCHED_MACRO_FUSION_PAIR_P (rtx_insn *PREV, 37690 given insn pair (PREV and CURR), the scheduler will put them into a 42286 **GEN_SEQ, rtx PREV, int CMP_CODE, tree OP0, tree OP1, int 42294 generated without error. The PREV expression is the result of a 42296 'NULL' if the combination of PREV and this comparison is not
|
| H A D | gdb.info | 27217 but we got it for a PREV frame. Normally, this is a sign of 30670 but we got it for a PREV frame. Normally, this is a sign of
|
| H A D | as.info | 16366 An example, which sets the label PREV to the current location, and
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 22031 (insn N PREV NEXT 22044 (insn N2 PREV N 37686 -- Target Hook: bool TARGET_SCHED_MACRO_FUSION_PAIR_P (rtx_insn *PREV, 37690 given insn pair (PREV and CURR), the scheduler will put them into a 42286 **GEN_SEQ, rtx PREV, int CMP_CODE, tree OP0, tree OP1, int 42294 generated without error. The PREV expression is the result of a 42296 'NULL' if the combination of PREV and this comparison is not
|
| H A D | gdb.info | 27217 but we got it for a PREV frame. Normally, this is a sign of 30670 but we got it for a PREV frame. Normally, this is a sign of
|
| H A D | as.info | 16366 An example, which sets the label PREV to the current location, and
|