physical_extents 204 drivers/hid/hid-input.c __s32 physical_extents = field->physical_maximum - physical_extents 209 drivers/hid/hid-input.c if (logical_extents <= 0 || physical_extents <= 0) physical_extents 231 drivers/hid/hid-input.c prev = physical_extents; physical_extents 232 drivers/hid/hid-input.c physical_extents *= 254; physical_extents 233 drivers/hid/hid-input.c if (physical_extents < prev) physical_extents 272 drivers/hid/hid-input.c prev = physical_extents; physical_extents 273 drivers/hid/hid-input.c physical_extents *= 10; physical_extents 274 drivers/hid/hid-input.c if (physical_extents < prev) physical_extents 279 drivers/hid/hid-input.c return DIV_ROUND_CLOSEST(logical_extents, physical_extents); physical_extents 198 drivers/hid/wacom_sys.c static int wacom_calc_hid_res(int logical_extents, int physical_extents, physical_extents 203 drivers/hid/wacom_sys.c .physical_maximum = physical_extents,