Searched refs:angle (Results 1 – 13 of 13) sorted by relevance
| /drivers/iio/position/ |
| A D | iqs624-pos.c | 30 u16 angle; member 57 u16 angle = event_data->ui_data; in iqs624_pos_notifier() local 68 angle = event_data->interval; in iqs624_pos_notifier() 81 } else if (iqs624_pos->angle_en && (angle != iqs624_pos->angle)) { in iqs624_pos_notifier() 88 iqs624_pos->angle = angle; in iqs624_pos_notifier() 201 iqs624_pos->angle = val; in iqs624_pos_write_event_config()
|
| A D | Kconfig | 28 and keyboard angle respect to horizon (ground).
|
| /drivers/iio/common/cros_ec_sensors/ |
| A D | Kconfig | 26 tristate "ChromeOS EC Sensor for lid angle" 29 Module to report the angle between lid and base for some 31 This module is loaded when the EC can calculate the angle between the base
|
| /drivers/hid/bpf/progs/ |
| A D | XPPen__ArtistPro16Gen2.bpf.c | 218 __u8 angle = tilt > 0 ? tilt : -tilt; in compensate_coordinates_by_tilt() local 220 if (angle > 127) in compensate_coordinates_by_tilt() 223 __u16 compensation = (*compensation_table)[angle]; in compensate_coordinates_by_tilt()
|
| /drivers/iio/accel/ |
| A D | mma9551.c | 54 u8 quad_shift, angle, quadrant; in mma9551_read_incli_chan() local 80 reg_addr, &angle); in mma9551_read_incli_chan() 89 angle &= ~MMA9551_TILT_ANGFLG; in mma9551_read_incli_chan() 93 *val = 90 * (quadrant + 1) - angle; in mma9551_read_incli_chan() 95 *val = angle + 90 * quadrant; in mma9551_read_incli_chan()
|
| /drivers/media/platform/chips-media/wave5/ |
| A D | wave5-vpuapi.c | 932 int angle; in wave5_vpu_enc_give_command() local 934 angle = *(int *)parameter; in wave5_vpu_enc_give_command() 935 if (angle && angle != 90 && angle != 180 && angle != 270) in wave5_vpu_enc_give_command() 937 if (p_enc_info->initial_info_obtained && (angle == 90 || angle == 270)) in wave5_vpu_enc_give_command() 939 p_enc_info->rotation_angle = angle; in wave5_vpu_enc_give_command()
|
| /drivers/iio/magnetometer/ |
| A D | tmag5273.c | 157 s16 *y, s16 *z, u16 *angle, u16 *magnitude) in tmag5273_get_measure() argument 197 *angle = be16_to_cpu(reg_data[0]); in tmag5273_get_measure() 286 u16 angle, magnitude; in tmag5273_read_raw() local 296 ret = tmag5273_get_measure(data, &t, &x, &y, &z, &angle, &magnitude); in tmag5273_read_raw() 318 *val = angle; in tmag5273_read_raw()
|
| /drivers/platform/chrome/ |
| A D | cros_ec_sysfs.c | 273 u16 angle; in kb_wake_angle_store() local 276 ret = kstrtou16(buf, 0, &angle); in kb_wake_angle_store() 288 param->kb_wake_angle.data = angle; in kb_wake_angle_store()
|
| /drivers/hid/amd-sfh-hid/sfh1_1/ |
| A D | amd_sfh_interface.h | 174 u32 angle : 10; member
|
| /drivers/video/fbdev/omap/ |
| A D | omapfb.h | 158 int (*set_rotate) (int angle);
|
| /drivers/input/touchscreen/ |
| A D | zinitix.c | 145 u8 angle; member
|
| A D | sur40.c | 76 __le32 angle; /* orientation in radians relative to x axis - member
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | phy_n.c | 1534 u16 bw, len, rot, angle; in b43_nphy_gen_load_samples() local 1558 angle = 0; in b43_nphy_gen_load_samples() 1561 samples[i] = cordic_calc_iq(CORDIC_FIXED(angle)); in b43_nphy_gen_load_samples() 1562 angle += rot; in b43_nphy_gen_load_samples()
|
Completed in 38 milliseconds