Home
last modified time | relevance | path

Searched refs:sensor_rx_data (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dsc7a20.c161 sensor_rx_data(sc7a20_client, buffer,1); in Read_Reg_sc7a20()
180 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
197 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
199 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
204 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
206 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
210 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
212 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output()
250 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output_3axis()
253 ret = sensor_rx_data(sc7a20_client, buffer,1); in Read_Output_3axis()
[all …]
H A Dsc7660.c155 sensor_rx_data(sc7660_client, buffer,1); in Read_Reg()
173 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
188 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
190 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
194 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
196 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
200 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
202 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output()
237 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output_3axis()
240 ret = sensor_rx_data(sc7660_client, buffer,1); in Read_Output_3axis()
[all …]
H A Dsc7a30.c146 sensor_rx_data(sc7a30_client, buffer, 1); in Read_Reg()
166 ret = sensor_rx_data(sc7a30_client, buffer, 1); in Read_Output_3axis()
169 ret = sensor_rx_data(sc7a30_client, buffer, 1); in Read_Output_3axis()
173 ret = sensor_rx_data(sc7a30_client, buffer, 1); in Read_Output_3axis()
176 ret = sensor_rx_data(sc7a30_client, buffer, 1); in Read_Output_3axis()
180 ret = sensor_rx_data(sc7a30_client, buffer,1); in Read_Output_3axis()
183 ret = sensor_rx_data(sc7a30_client, buffer, 1); in Read_Output_3axis()
217 sensor_rx_data(sc7a30_client, buffer, 1); in tilt_3axis_mtp()
221 sensor_rx_data(sc7a30_client, buffer, 1); in tilt_3axis_mtp()
225 sensor_rx_data(sc7a30_client, buffer, 1); in tilt_3axis_mtp()
[all …]
H A Dmc3230.c334 ret = sensor_rx_data(client, rxData, length); in mc3230_read_block()
455 err = sensor_rx_data(client, offset_buf, 9); in init_3230_ctl_data()
695 err = sensor_rx_data(client, off_data, MC32X0_DATA_LEN); in MC32X0_ReadOffset()
707 err = sensor_rx_data(client, off_data, MC32X0_DATA_LEN); in MC32X0_ReadOffset()
791 err = sensor_rx_data(client, &buf[0], 3); in MC32X0_WriteCalibration()
793 err = sensor_rx_data(client, &buf[3], 3); in MC32X0_WriteCalibration()
795 err = sensor_rx_data(client, &buf[6], 3); in MC32X0_WriteCalibration()
885 ret = sensor_rx_data(client, &rbm_buf[0], 2); in MC32X0_ReadData()
887 ret = sensor_rx_data(client, &rbm_buf[2], 2); in MC32X0_ReadData()
889 ret = sensor_rx_data(client, &rbm_buf[4], 2); in MC32X0_ReadData()
[all …]
H A Ddmard10.c187 sensor_rx_data(client, buffer, 2); in gsensor_reset()
188 sensor_rx_data(client, buffer2, 2); in gsensor_reset()
370 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Dkxtik.c168 result = sensor_rx_data(client, &id_reg, 1); in sensor_init()
277 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Dmma8452.c196 ret = sensor_rx_data(client, &id_reg, 1); in sensor_init()
340 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Dbma2xx.c1887 comres = sensor_rx_data(client, data, sensor->ops->read_len); in sensor_report_value()
1894 comres = sensor_rx_data(client, data, sensor->ops->read_len); in sensor_report_value()
1926 comres = sensor_rx_data(client, data, sensor->ops->read_len); in sensor_report_value()
1961 comres = sensor_rx_data(client, data, sensor->ops->read_len); in sensor_report_value()
1989 comres = sensor_rx_data(client, data, sensor->ops->read_len); in sensor_report_value()
2080 ret = sensor_rx_data(client, &id_reg, 1); in sensor_init()
H A Dmxc622x.c200 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/pressure/
H A Dpr_ms5607.c79 result = sensor_rx_data(client, &prom[i*2], 2); in sensor_active()
169 result = sensor_rx_data(client, &buffer[0], 3); in sensor_report_value()
185 result = sensor_rx_data(client, &buffer[0], 3); in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/temperature/
H A Dtmp_ms5607.c78 result = sensor_rx_data(client, &prom[i*2], 2); in sensor_active()
173 result = sensor_rx_data(client, &buffer[0], 3); in sensor_report_value()
189 result = sensor_rx_data(client, &buffer[0], 3); in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-i2c.c97 int sensor_rx_data(struct i2c_client *client, char *rxData, int length) in sensor_rx_data() function
112 EXPORT_SYMBOL(sensor_rx_data);
156 ret = sensor_rx_data(client, tmp, 1); in sensor_read_reg()
/OK3568_Linux_fs/kernel/drivers/input/sensors/compass/
H A Dak09911.c151 result = sensor_rx_data(client, g_sensor_info, AK09911_INFO_SIZE); in sensor_init()
158 result = sensor_rx_data(client, g_sensor_conf, AK09911_CONF_SIZE); in sensor_init()
233 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
470 ret = sensor_rx_data(client, &rwbuf[1], rwbuf[0]); in compass_dev_ioctl()
H A Dak09918.c148 result = sensor_rx_data(client, g_sensor_info, AK09918_INFO_SIZE); in sensor_init()
156 result = sensor_rx_data(client, g_sensor_conf, AK09918_CONF_SIZE); in sensor_init()
231 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
485 ret = sensor_rx_data(client, &rwbuf[1], rwbuf[0]); in compass_dev_ioctl()
H A Dak8963.c227 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
478 ret = sensor_rx_data(client, &sense_info[0], AKM_SENSOR_INFO_SIZE); in compass_dev_ioctl()
494 ret = sensor_rx_data(client, &sense_conf[0], AKM_SENSOR_CONF_SIZE); in compass_dev_ioctl()
522 ret = sensor_rx_data(client, &rwbuf[1], rwbuf[0]); in compass_dev_ioctl()
H A Dak8975.c199 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
496 ret = sensor_rx_data(client, &rwbuf[1], rwbuf[0]); in compass_dev_ioctl()
/OK3568_Linux_fs/kernel/drivers/input/sensors/angle/
H A Dangle_kxtik.c170 result = sensor_rx_data(client, &id_reg, 1); in sensor_init()
309 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/
H A Dcm3232.c170 sensor_rx_data(sensor->client, data, 2); in sensor_report_value()
H A Disl29023.c193 result = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Dls_stk3171.c229 result = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/
H A Dmpu6500_gyro.c127 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Dmpu6880_gyro.c127 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Dicm2060x_gyro.c122 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
H A Diam20680_gyro.c120 ret = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/input/sensors/psensor/
H A Dps_stk3171.c180 result = sensor_rx_data(client, buffer, sensor->ops->read_len); in sensor_report_value()

12