/linux-4.4.14/fs/reiserfs/ |
D | tail_conversion.c | 215 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local 236 pos1 = pos; in indirect2direct() 258 if (pos != pos1) in indirect2direct() 266 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct() 314 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utprint.c | 208 const char *pos1; in acpi_ut_print_number() local 211 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number() 214 while (pos1 != ascii_string) { in acpi_ut_print_number() 215 *(pos2++) = *(--pos1); in acpi_ut_print_number()
|
/linux-4.4.14/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 449 u32 pos, pos1; in pcie_gadget_bar0_size_store() local 465 pos1 = 0; in pcie_gadget_bar0_size_store() 469 pos1 = pos + 1; in pcie_gadget_bar0_size_store() 474 pos1--; in pcie_gadget_bar0_size_store() 476 size = 1 << pos1; in pcie_gadget_bar0_size_store()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rs600.c | 66 u32 pos1, pos2; in avivo_is_counter_moving() local 68 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 71 if (pos1 != pos2) in avivo_is_counter_moving()
|
D | evergreen.c | 1353 u32 pos1, pos2; in dce4_is_counter_moving() local 1355 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1358 if (pos1 != pos2) in dce4_is_counter_moving()
|
/linux-4.4.14/fs/btrfs/ |
D | backref.c | 566 struct list_head *pos1; in __merge_refs() local 568 list_for_each(pos1, head) { in __merge_refs() 573 ref1 = list_entry(pos1, struct __prelim_ref, list); in __merge_refs() 575 for (pos2 = pos1->next, n2 = pos2->next; pos2 != head; in __merge_refs()
|
/linux-4.4.14/drivers/thermal/ |
D | thermal_core.c | 1266 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local 1274 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device() 1275 if (pos1 == tz) in thermal_zone_bind_cooling_device() 1283 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
|
/linux-4.4.14/sound/pci/ |
D | intel8x0.c | 2765 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local 2808 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock() 2809 if (pos1 == 0) { in intel8x0_measure_ac97_clock() 2814 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock() 2817 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock() 2821 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
|
/linux-4.4.14/fs/logfs/ |
D | segment.c | 429 static int check_pos(struct super_block *sb, u64 pos1, u64 pos2, level_t level) in check_pos() argument 431 return (pos1 & logfs_block_mask(sb, level)) != in check_pos()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 1513 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local 1517 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line() 1518 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v8_0.c | 152 u32 pos1, pos2; in dce_v8_0_is_counter_moving() local 154 pos1 = RREG32(mmCRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce_v8_0_is_counter_moving() 157 if (pos1 != pos2) in dce_v8_0_is_counter_moving()
|
D | dce_v11_0.c | 193 u32 pos1, pos2; in dce_v11_0_is_counter_moving() local 195 pos1 = RREG32(mmCRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce_v11_0_is_counter_moving() 198 if (pos1 != pos2) in dce_v11_0_is_counter_moving()
|
D | dce_v10_0.c | 203 u32 pos1, pos2; in dce_v10_0_is_counter_moving() local 205 pos1 = RREG32(mmCRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce_v10_0_is_counter_moving() 208 if (pos1 != pos2) in dce_v10_0_is_counter_moving()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 299 uint64_t pos1:7; member 305 uint64_t pos1:7;
|