[go: nahoru, domu]

Searched refs:xy (Results 1 - 3 of 3) sorted by relevance

/drivers/input/touchscreen/
H A Dhtcpen.c53 unsigned short x, y, xy; local
68 xy = inb_p(HTCPEN_PORT_DATA);
71 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf));
72 y = (y * 8) + (xy & 0xf);
/drivers/video/fbdev/
H A Dffb.c555 u32 fg, bg, xy; local
567 xy = (image->dy << 16) | image->dx;
588 upa_writel(xy, &fbc->fontxy);
589 xy += (32 << 0);
609 upa_writel(xy, &fbc->fontxy);
/drivers/platform/x86/
H A Dtoshiba_acpi.c743 u32 *xy, u32 *z)
756 *xy = out[2];
742 toshiba_accelerometer_get(struct toshiba_acpi_dev *dev, u32 *xy, u32 *z) argument

Completed in 413 milliseconds