Searched refs:touchscreen_get_prop_u32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | of_touchscreen.c | 14 static bool touchscreen_get_prop_u32(struct device *dev, in touchscreen_get_prop_u32() function 80 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-x", in touchscreen_parse_properties() 83 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties() 87 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties() 93 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-y", in touchscreen_parse_properties() 96 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties() 100 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties() 107 data_present = touchscreen_get_prop_u32(dev, in touchscreen_parse_properties() 111 data_present |= touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | touchscreen.c | 15 static bool touchscreen_get_prop_u32(struct device *dev, in touchscreen_get_prop_u32() function 81 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-x", in touchscreen_parse_properties() 84 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-x", in touchscreen_parse_properties() 88 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-x", in touchscreen_parse_properties() 94 data_present = touchscreen_get_prop_u32(dev, "touchscreen-min-y", in touchscreen_parse_properties() 97 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-size-y", in touchscreen_parse_properties() 101 data_present |= touchscreen_get_prop_u32(dev, "touchscreen-fuzz-y", in touchscreen_parse_properties() 108 data_present = touchscreen_get_prop_u32(dev, in touchscreen_parse_properties() 112 data_present |= touchscreen_get_prop_u32(dev, in touchscreen_parse_properties()
|
Completed in 1 milliseconds