Home
last modified time | relevance | path

Searched refs:pos1 (Results 1 – 5 of 5) sorted by relevance

/drivers/acpi/acpica/
Dutprint.c169 const char *pos1; in acpi_ut_print_number() local
172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number()
175 while (pos1 != ascii_string) { in acpi_ut_print_number()
176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
/drivers/thermal/
Dthermal_core.c630 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local
638 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
639 if (pos1 == tz) in thermal_zone_bind_cooling_device()
647 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/drivers/gpu/drm/radeon/
Drs600.c72 u32 pos1, pos2; in avivo_is_counter_moving() local
74 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
77 if (pos1 != pos2) in avivo_is_counter_moving()
Devergreen.c1356 u32 pos1, pos2; in dce4_is_counter_moving() local
1358 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1361 if (pos1 != pos2) in dce4_is_counter_moving()
/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c1824 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local
1828 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1829 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()