orient_code 302 drivers/input/misc/adxl34x.c int int_stat, tap_stat, samples, orient, orient_code; orient_code 346 drivers/input/misc/adxl34x.c orient_code = ADXL346_2D_ORIENT(orient); orient_code 348 drivers/input/misc/adxl34x.c if (ac->orient2d_saved != orient_code) { orient_code 349 drivers/input/misc/adxl34x.c ac->orient2d_saved = orient_code; orient_code 351 drivers/input/misc/adxl34x.c pdata->ev_codes_orient_2d[orient_code]); orient_code 358 drivers/input/misc/adxl34x.c orient_code = ADXL346_3D_ORIENT(orient) - 1; orient_code 360 drivers/input/misc/adxl34x.c if (ac->orient3d_saved != orient_code) { orient_code 361 drivers/input/misc/adxl34x.c ac->orient3d_saved = orient_code; orient_code 363 drivers/input/misc/adxl34x.c pdata->ev_codes_orient_3d[orient_code]);