Home
last modified time | relevance | path

Searched refs:x_new (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h402 fInt x_new, x_old, C, y; in fSqrt() local
428 x_new = ConvertToFraction(seed); in fSqrt()
433 x_old.full = x_new.full; in fSqrt()
441 x_new = fSubtract(x_old, F_divide_Fprime); in fSqrt()
443 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old); in fSqrt()
446 return x_new; in fSqrt()
450 return (x_new); in fSqrt()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_firefly.c163 static u16 x_new; variable
548 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) : (x_old[id] - filter_step_x);
551 x_old[id] = x_new;
581 x_new = x;
587 x_new = x;
590 x_new = x_old[id];
602 x_new = x_old[id];
747 report_data(ts, x_new, y_new, 10, id);
H A Dgsl3673.c230 static u16 x_new; variable
652 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) in filter_point()
656 x_old[id] = x_new; in filter_point()
682 x_new = x; in record_point()
688 x_new = x; in record_point()
691 x_new = x_old[id]; in record_point()
701 x_new = x_old[id]; in record_point()
869 report_data(ts, x_new, y_new, 10, id); in gsl3673_ts_worker()
H A Dgslx680a.c272 static u16 x_new; variable
674 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) : (x_old[id] - filter_step_x); in filter_point()
677 x_old[id] = x_new; in filter_point()
707 x_new = x; in record_point()
713 x_new = x; in record_point()
716 x_new = x_old[id]; in record_point()
727 x_new = x_old[id]; in record_point()
877 report_data(ts, x_new, y_new, 10, id); in gslX680_ts_worker()
H A Dgsl3673_800x1280.c228 static u16 x_new; variable
674 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) in filter_point()
678 x_old[id] = x_new; in filter_point()
704 x_new = x; in record_point()
710 x_new = x; in record_point()
713 x_new = x_old[id]; in record_point()
723 x_new = x_old[id]; in record_point()
891 report_data(ts, x_new, y_new, 10, id); in gsl3673_ts_worker()
H A Dgslx680.c228 static u16 x_new = 0; variable
775 x_new = in filter_point()
784 x_old[id] = x_new; in filter_point()
816 x_new = x; in record_point()
822 x_new = x; in record_point()
825 x_new = x_old[id]; in record_point()
837 x_new = x_old[id]; in record_point()
1069 report_data(ts, x_new, y_new, 10, id); in gslX680_ts_worker()
1072 key_x[key_count] = x_new; in gslX680_ts_worker()
H A Dgslx680_pad.c138 static u16 x_new = 0; variable
597 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) : (x_old[id] - filter_step_x); in filter_point()
600 x_old[id] = x_new; in filter_point()
634 x_new = x; x_old[id] = x; in record_point()
639 x_new = x; x_old[id] = x; in record_point()
642 x_new = x_old[id]; in record_point()
651 x_new= x_old[id]; in record_point()
H A Dgslx6801.c184 static u16 x_new; variable
748 x_new = in filter_point()
757 x_old[id] = x_new; in filter_point()
787 x_new = x; in record_point()
793 x_new = x; in record_point()
796 x_new = x_old[id]; in record_point()
808 x_new = x_old[id]; in record_point()
1003 key_x[key_count] = x_new; in gslX680_ts_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c227 static u16 x_new; variable
646 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) in filter_point()
650 x_old[id] = x_new; in filter_point()
676 x_new = x; in record_point()
682 x_new = x; in record_point()
685 x_new = x_old[id]; in record_point()
695 x_new = x_old[id]; in record_point()
864 report_data(ts, x_new, y_new, 10, id); in gsl_ts_worker()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gslx680_d708/
H A Drockchip_gslX680.c177 static u16 x_new; variable
614 x_new = x > x_old[id] ? (x_old[id] + filter_step_x) : (x_old[id] - filter_step_x); in filter_point()
617 x_old[id] = x_new; in filter_point()
649 x_new = x; in record_point()
655 x_new = x; in record_point()
658 x_new = x_old[id]; in record_point()
667 x_new = x_old[id]; in record_point()
825 report_data(ts, x_new, y_new, 10, id); in gslX680_ts_worker()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c4444 struct xfrm_state *x_new[XFRM_MAX_DEPTH]; in xfrm_migrate() local
4469 x_new[nx_new] = xc; in xfrm_migrate()
4503 xfrm_states_delete(x_new, nx_new); in xfrm_migrate()