Searched defs:xp (Results 1 - 5 of 5) sorted by relevance

/drivers/misc/sgi-xp/
H A DMakefile5 obj-$(CONFIG_SGI_XP) += xp.o
6 xp-y := xp_main.o
7 xp-$(CONFIG_IA64_SGI_SN2) += xp_sn2.o xp_nofault.o
8 xp-$(CONFIG_IA64_GENERIC) += xp_sn2.o xp_nofault.o
9 xp-$(CONFIG_IA64_SGI_UV) += xp_uv.o
10 xp-$(CONFIG_X86_64) += xp_uv.o
H A Dxp_main.c19 #include "xp.h"
24 .name = "xp"
32 struct device *xp = &xp_dbg_subname; variable in typeref:struct:device
/drivers/input/touchscreen/
H A Ds3c2410_ts.c69 * @xp: The accumulated X position data.
82 unsigned long xp; member in struct:s3c2410ts
119 ts.xp >>= ts.shift;
123 __func__, ts.xp, ts.yp, ts.count);
125 input_report_abs(ts.input, ABS_X, ts.xp);
131 ts.xp = 0;
138 ts.xp = 0;
201 ts.xp += data0;
/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c425 struct xircom_private *xp = netdev_priv(dev); local
434 xircom_up(xp);
435 xp->open = 1;
/drivers/media/common/
H A Dsaa7146_hlp.c73 u32 xim = 0, xp = 0, xsci =0; local
135 /* set start phase for horizontal fine scale (xp) to 0 */
136 xp = 0;
182 *hps_h_scale |= (xim << 31) | (xp << 24) | (xsci << 12);

Completed in 660 milliseconds