| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | rtc.c | 59 long offset, old_offset, old_base_time; in dm_test_rtc_set_get() local 68 old_offset = sandbox_i2c_rtc_set_offset(emul, false, 0); in dm_test_rtc_set_get() 93 sandbox_i2c_rtc_set_offset(emul, false, old_offset); in dm_test_rtc_set_get() 113 old_offset = sandbox_i2c_rtc_set_offset(emul, true, 0); in dm_test_rtc_set_get()
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | i2c_rtc_emul.c | 56 long old_offset; in sandbox_i2c_rtc_set_offset() local 58 old_offset = plat->offset; in sandbox_i2c_rtc_set_offset() 63 return old_offset; in sandbox_i2c_rtc_set_offset()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | extents.c | 330 uint64_t old_offset; in bch_extent_insert_fixup() local 352 old_offset = KEY_START(k); in bch_extent_insert_fixup() 443 old_offset = KEY_START(insert); in bch_extent_insert_fixup() 458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 135 dixReallocPrivates(PrivatePtr *privates, int old_offset, unsigned bytes) in dixReallocPrivates() argument 139 new_privates = realloc(*privates, old_offset + bytes); in dixReallocPrivates() 142 memset((char *) new_privates + old_offset, '\0', bytes); in dixReallocPrivates()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_iext_tree.c | 428 xfs_fileoff_t old_offset, in xfs_iext_update_node() argument 438 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0) in xfs_iext_update_node() 440 if (node->keys[i] == old_offset) in xfs_iext_update_node()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/occ/ |
| H A D | common.c | 1019 unsigned int i, old_offset, offset = 0, size = 0; in occ_parse_poll_response() local 1033 old_offset = offset; in occ_parse_poll_response() 1045 old_offset, offset - 1, block->header.eye_catcher, in occ_parse_poll_response()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt.c | 807 static int old_offset = -1; in complement_pos() local 813 if (old_offset != -1 && old_offset >= 0 && in complement_pos() 814 old_offset < vc->vc_screenbuf_size) { in complement_pos() 815 scr_writew(old, screenpos(vc, old_offset, true)); in complement_pos() 821 old_offset = offset; in complement_pos()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 2366 u32 old_offset, in intel_adjust_tile_offset() argument 2372 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset() 2374 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset() 2376 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset() 2399 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument 2404 drm_WARN_ON(&dev_priv->drm, new_offset > old_offset); in intel_adjust_aligned_offset() 2422 old_offset, new_offset); in intel_adjust_aligned_offset() 2424 old_offset += *y * pitch + *x * cpp; in intel_adjust_aligned_offset() 2426 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset() 2427 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_aligned_offset() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 2477 u_int old_offset; in ahc_set_syncrate() local 2506 old_offset = tinfo->curr.offset; in ahc_set_syncrate() 2511 || old_offset != offset in ahc_set_syncrate()
|
| H A D | aic79xx_core.c | 3864 u_int old_offset; in ahd_set_syncrate() local 3893 old_offset = tinfo->curr.offset; in ahd_set_syncrate() 3898 || old_offset != offset in ahd_set_syncrate()
|