Searched refs:copy_abs (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | input-mt.c | 14 static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src) in copy_abs() function 62 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 63 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots() 64 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()
|
| /kernel/linux/linux-6.6/drivers/input/ |
| H A D | input-mt.c | 15 static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src) in copy_abs() function 63 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 64 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots() 65 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()
|
| /third_party/python/Lib/ |
| H A D | _pydecimal.py | 1118 ans = self.copy_abs() 1139 ans = self.copy_abs() 1150 self.copy_abs(). 1153 return self.copy_abs() 3025 s = self.copy_abs() 3026 o = other.copy_abs() 3029 def copy_abs(self): member in Decimal 3467 c = self.copy_abs()._cmp(other.copy_abs()) 3497 c = self.copy_abs() 4309 def copy_abs(self, a): global() member in Context [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_decimal.py | 211 'copyabs':'copy_abs', 2842 self.assertRaises(TypeError, D("-1").copy_abs, context=xc) 3098 d = c.copy_abs(Decimal(-1)) 3099 self.assertEqual(c.copy_abs(-1), d) 3100 self.assertRaises(TypeError, c.copy_abs, '-1') 4488 z = y.copy_abs() 4624 y = c.copy_abs(x)
|
Completed in 14 milliseconds