ptsc               54 arch/x86/events/amd/power.c 	prev_ptsc = hwc->ptsc;
ptsc               82 arch/x86/events/amd/power.c 	rdmsrl(MSR_F15H_PTSC, event->hw.ptsc);
ptsc              114 arch/x86/events/msr.c PMU_EVENT_ATTR_STRING(ptsc,				attr_ptsc,		"event=0x05"	);
ptsc              126 arch/x86/events/msr.c PMU_EVENT_GROUP(events, ptsc);
ptsc               24 drivers/input/touchscreen/tsc40.c static void tsc_process_data(struct tsc_ser *ptsc)
ptsc               26 drivers/input/touchscreen/tsc40.c 	struct input_dev *dev = ptsc->dev;
ptsc               27 drivers/input/touchscreen/tsc40.c 	u8 *data = ptsc->data;
ptsc               44 drivers/input/touchscreen/tsc40.c 	struct tsc_ser *ptsc = serio_get_drvdata(serio);
ptsc               45 drivers/input/touchscreen/tsc40.c 	struct input_dev *dev = ptsc->dev;
ptsc               47 drivers/input/touchscreen/tsc40.c 	ptsc->data[ptsc->idx] = data;
ptsc               48 drivers/input/touchscreen/tsc40.c 	switch (ptsc->idx++) {
ptsc               53 drivers/input/touchscreen/tsc40.c 			ptsc->idx = 0;
ptsc               57 drivers/input/touchscreen/tsc40.c 			ptsc->idx = 0;
ptsc               66 drivers/input/touchscreen/tsc40.c 				data, ptsc->idx - 1);
ptsc               67 drivers/input/touchscreen/tsc40.c 			ptsc->idx = 0;
ptsc               72 drivers/input/touchscreen/tsc40.c 		tsc_process_data(ptsc);
ptsc               73 drivers/input/touchscreen/tsc40.c 		ptsc->idx = 0;
ptsc               82 drivers/input/touchscreen/tsc40.c 	struct tsc_ser *ptsc;
ptsc               86 drivers/input/touchscreen/tsc40.c 	ptsc = kzalloc(sizeof(struct tsc_ser), GFP_KERNEL);
ptsc               88 drivers/input/touchscreen/tsc40.c 	if (!ptsc || !input_dev) {
ptsc               93 drivers/input/touchscreen/tsc40.c 	ptsc->serio = serio;
ptsc               94 drivers/input/touchscreen/tsc40.c 	ptsc->dev = input_dev;
ptsc               95 drivers/input/touchscreen/tsc40.c 	snprintf(ptsc->phys, sizeof(ptsc->phys), "%s/input0", serio->phys);
ptsc               98 drivers/input/touchscreen/tsc40.c 	input_dev->phys = ptsc->phys;
ptsc              107 drivers/input/touchscreen/tsc40.c 	input_set_abs_params(ptsc->dev, ABS_X, 0, 0x3ff, 0, 0);
ptsc              108 drivers/input/touchscreen/tsc40.c 	input_set_abs_params(ptsc->dev, ABS_Y, 0, 0x3ff, 0, 0);
ptsc              110 drivers/input/touchscreen/tsc40.c 	serio_set_drvdata(serio, ptsc);
ptsc              116 drivers/input/touchscreen/tsc40.c 	error = input_register_device(ptsc->dev);
ptsc              128 drivers/input/touchscreen/tsc40.c 	kfree(ptsc);
ptsc              134 drivers/input/touchscreen/tsc40.c 	struct tsc_ser *ptsc = serio_get_drvdata(serio);
ptsc              138 drivers/input/touchscreen/tsc40.c 	input_unregister_device(ptsc->dev);
ptsc              139 drivers/input/touchscreen/tsc40.c 	kfree(ptsc);
ptsc              146 include/linux/perf_event.h 			u64	ptsc;