Home
last modified time | relevance | path

Searched refs:tmp_y (Results 1 – 5 of 5) 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
213 tmp_y = y * 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
213 tmp_y = y * 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
666 tmp_y = y*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/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1053 int tmp_x, tmp_y; in xwindow_get_window_position() local
1058 y = &tmp_y; 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
5263 calc_y(tmp_y, meta_data, 0xFFFFFFFF); in hclge_fd_convert_meta_data()
5267 *key_y = cpu_to_le32(tmp_y << shift_bits); in hclge_fd_convert_meta_data()