Searched refs:tmp_y (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/da228e/ |
| H A D | da228e.c | 187 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 D | da215s.c | 186 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 D | da223_cust.c | 650 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 D | ximagesink.c | 1053 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 D | hclge_main.c | 5236 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()
|