Home
last modified time | relevance | path

Searched refs:tmp_x (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/
H A Dda228e.c187 int tmp_x = 0, tmp_y = 0, tmp_z = 0; in sensor_report_value() local
212 tmp_x = x * DA228E_GRAVITY_STEP; in sensor_report_value()
216 __func__, tmp_x, tmp_y, tmp_z); in sensor_report_value()
218 axis.x = (pdata->orientation[0]) * tmp_x + (pdata->orientation[1]) * tmp_y + in sensor_report_value()
220 axis.y = (pdata->orientation[3]) * tmp_x + (pdata->orientation[4]) * tmp_y + in sensor_report_value()
222 axis.z = (pdata->orientation[6]) * tmp_x + (pdata->orientation[7]) * tmp_y + in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da215s/
H A Dda215s.c186 int tmp_x = 0, tmp_y = 0, tmp_z = 0; in sensor_report_value() local
212 tmp_x = x * DA215S_GRAVITY_STEP; in sensor_report_value()
216 __func__, tmp_x, tmp_y, tmp_z); in sensor_report_value()
218 axis.x = (pdata->orientation[0]) * tmp_x + (pdata->orientation[1]) * tmp_y + in sensor_report_value()
220 axis.y = (pdata->orientation[3]) * tmp_x + (pdata->orientation[4]) * tmp_y + in sensor_report_value()
222 axis.z = (pdata->orientation[6]) * tmp_x + (pdata->orientation[7]) * tmp_y + in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_cust.c650 int tmp_x=0,tmp_y=0,tmp_z=0; local
665 tmp_x = x*DA311_GRAVITY_STEP;
671 …axis.x = (pdata->orientation[0])*tmp_x + (pdata->orientation[1])*tmp_y + (pdata->orientation[2])*t…
672 …axis.y = (pdata->orientation[3])*tmp_x + (pdata->orientation[4])*tmp_y + (pdata->orientation[5])*t…
674 …axis.z = (pdata->orientation[6])*tmp_x + (pdata->orientation[7])*tmp_y + (bzstk?1:(pdata->orientat…
676 …axis.z = (pdata->orientation[6])*tmp_x + (pdata->orientation[7])*tmp_y + (pdata->orientation[8])*t…
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch21 for i in $libs $tmp_l $assuan_libs $gpg_error_libs $tmp_x; do
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1053 int tmp_x, tmp_y; in xwindow_get_window_position() local
1057 x = &tmp_x; in xwindow_get_window_position()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5236 u32 tuple_bit, meta_data = 0, tmp_x, tmp_y, port_number; in hclge_fd_convert_meta_data() local
5262 calc_x(tmp_x, meta_data, 0xFFFFFFFF); in hclge_fd_convert_meta_data()
5266 *key_x = cpu_to_le32(tmp_x << shift_bits); in hclge_fd_convert_meta_data()