bb_size_x 64 drivers/input/touchscreen/sur40.c __le16 bb_size_x; /* size of bounding box */ bb_size_x 415 drivers/input/touchscreen/sur40.c int bb_size_x, bb_size_y, pos_x, pos_y, ctr_x, ctr_y, slotnum; bb_size_x 424 drivers/input/touchscreen/sur40.c bb_size_x = le16_to_cpu(blob->bb_size_x); bb_size_x 435 drivers/input/touchscreen/sur40.c wide = (bb_size_x > bb_size_y); bb_size_x 436 drivers/input/touchscreen/sur40.c major = max(bb_size_x, bb_size_y); bb_size_x 437 drivers/input/touchscreen/sur40.c minor = min(bb_size_x, bb_size_y);