| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | mma8452.c | 242 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 250 swap(high_byte,low_byte); in sensor_convert_data() 252 | ((int)low_byte >> (16-MMA8451_PRECISION)); in sensor_convert_data() 261 swap(high_byte,low_byte); in sensor_convert_data() 263 | ((int)low_byte >> (16-MMA8452_PRECISION)); in sensor_convert_data() 272 swap(high_byte,low_byte); in sensor_convert_data() 274 | ((int)low_byte >> (16-MMA8453_PRECISION)); in sensor_convert_data() 283 swap(high_byte,low_byte); in sensor_convert_data() 285 | ((int)low_byte >> (16-MMA8653_PRECISION)); in sensor_convert_data()
|
| H A D | mma7660.c | 113 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 115 int result = (int)low_byte; in sensor_convert_data() 117 if (low_byte & 0x20) in sensor_convert_data()
|
| H A D | mxc622x.c | 148 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 155 result = (int)low_byte; in sensor_convert_data()
|
| H A D | mxc6655xa.c | 117 char high_byte, char low_byte) in sensor_convert_data() argument 122 ((int)low_byte >> (16 - MXC6655_PRECISION)); in sensor_convert_data()
|
| H A D | kxtj9.c | 189 static short sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 197 result = (((short)high_byte << 8) | ((short)low_byte)) >> 4; in sensor_convert_data()
|
| H A D | lsm303d.c | 208 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 216 result = ((int)high_byte << 8) | (int)low_byte; in sensor_convert_data()
|
| H A D | kxtik.c | 216 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 227 result = (((int)high_byte << 8) | ((int)low_byte ))>>4; in sensor_convert_data()
|
| H A D | dmard10.c | 323 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 327 result = ((int)high_byte << 8) | ((int)low_byte); in sensor_convert_data()
|
| H A D | sc7a30.c | 1027 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte ,s16 off) in sensor_convert_data() argument 1030 result = (((s16)((high_byte << 8) + low_byte)) >>4); in sensor_convert_data()
|
| H A D | sc7a20.c | 1493 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte ,s16 off) in sensor_convert_data() argument 1496 result = (((s16)((high_byte << 8) + low_byte)) >>4); in sensor_convert_data()
|
| H A D | sc7660.c | 1410 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte ,s16 off) in sensor_convert_data() argument 1413 result = (((s16)((high_byte << 8) + low_byte)) >>4); in sensor_convert_data()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | w83773g.c | 127 u8 low_byte; in set_offset() local 133 low_byte = (val & 0x07) << 5; in set_offset() 139 return regmap_write(regmap, W83773_OFFSET_LSB[index], low_byte); in set_offset()
|
| H A D | emc2103.c | 117 u8 low_byte = (new_target & 0x001f) << 3; in write_fan_target_to_i2c() local 118 i2c_smbus_write_byte_data(client, REG_FAN_TARGET_LO, low_byte); in write_fan_target_to_i2c()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/angle/ |
| H A D | angle_lis3dh.c | 181 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 189 result = ((int)high_byte << 8) | (int)low_byte; in sensor_convert_data()
|
| H A D | angle_kxtik.c | 245 static int sensor_convert_data(struct i2c_client *client, char high_byte, char low_byte) in sensor_convert_data() argument 256 result = (((int)high_byte << 8) | ((int)low_byte ))>>4; in sensor_convert_data()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/ |
| H A D | halmac_type.h | 1336 u8 low_byte[4]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/ |
| H A D | halmac_type.h | 1333 u8 low_byte[4]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/ |
| H A D | halmac_type.h | 1345 u8 low_byte[4]; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/ |
| H A D | halmac_type.h | 1342 u8 low_byte[4]; member
|