Searched refs:tmp_x (Results 1 – 6 of 6) 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 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 D | da215s.c | 186 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 D | da223_cust.c | 650 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 D | 0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch | 21 for i in $libs $tmp_l $assuan_libs $gpg_error_libs $tmp_x; do
|
| /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 1057 x = &tmp_x; 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 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()
|