Lines Matching refs:acc
459 int acc; in ati_remote_compute_accel() local
462 acc = 1; in ati_remote_compute_accel()
466 acc = accel[0]; in ati_remote_compute_accel()
468 acc = accel[1]; in ati_remote_compute_accel()
470 acc = accel[2]; in ati_remote_compute_accel()
472 acc = accel[3]; in ati_remote_compute_accel()
474 acc = accel[4]; in ati_remote_compute_accel()
476 acc = accel[5]; in ati_remote_compute_accel()
478 acc = accel[6]; in ati_remote_compute_accel()
480 return acc; in ati_remote_compute_accel()
639 int acc = ati_remote_compute_accel(ati_remote); in ati_remote_input_report() local
641 input_report_rel(dev, REL_X, dx * acc); in ati_remote_input_report()
643 input_report_rel(dev, REL_Y, dy * acc); in ati_remote_input_report()