Searched refs:chip_config (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_ring.c | 68 if (st->chip_config.accl_fifo_enable || in inv_reset_fifo() 69 st->chip_config.gyro_fifo_enable) { in inv_reset_fifo() 82 if (st->chip_config.gyro_fifo_enable) in inv_reset_fifo() 84 if (st->chip_config.accl_fifo_enable) in inv_reset_fifo() 132 if (!(st->chip_config.accl_fifo_enable | in inv_mpu6050_read_fifo() 133 st->chip_config.gyro_fifo_enable)) in inv_mpu6050_read_fifo() 136 if (st->chip_config.accl_fifo_enable) in inv_mpu6050_read_fifo() 139 if (st->chip_config.gyro_fifo_enable) in inv_mpu6050_read_fifo()
|
D | inv_mpu_core.c | 279 memcpy(&st->chip_config, hw_info[st->chip_type].config, in inv_mpu6050_init_config() 317 if (!st->chip_config.enable) { in inv_mpu6050_read_raw() 325 if (!st->chip_config.gyro_fifo_enable || in inv_mpu6050_read_raw() 326 !st->chip_config.enable) { in inv_mpu6050_read_raw() 334 if (!st->chip_config.gyro_fifo_enable || in inv_mpu6050_read_raw() 335 !st->chip_config.enable) { in inv_mpu6050_read_raw() 343 if (!st->chip_config.accl_fifo_enable || in inv_mpu6050_read_raw() 344 !st->chip_config.enable) { in inv_mpu6050_read_raw() 352 if (!st->chip_config.accl_fifo_enable || in inv_mpu6050_read_raw() 353 !st->chip_config.enable) { in inv_mpu6050_read_raw() [all …]
|
D | inv_mpu_trigger.c | 20 st->chip_config.gyro_fifo_enable = in inv_scan_query() 28 st->chip_config.accl_fifo_enable = in inv_scan_query() 52 if (st->chip_config.gyro_fifo_enable) { in inv_mpu6050_set_enable() 58 if (st->chip_config.accl_fifo_enable) { in inv_mpu6050_set_enable() 93 st->chip_config.enable = enable; in inv_mpu6050_set_enable()
|
D | inv_mpu_iio.h | 117 struct inv_mpu6050_chip_config chip_config; member
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-cards.c | 90 .chip_config = 0x003, 137 .chip_config = 0x003, 184 .chip_config = 0x003, 237 .chip_config = 0x50003, 290 .chip_config = 0x303, 350 .chip_config = 0x303, 406 .chip_config = 0x50306, 454 .chip_config = 0x202, 503 .chip_config = 0x303, 556 .chip_config = 0x303,
|
D | cx18-cards.h | 118 u32 chip_config; member
|
D | cx18-firmware.c | 338 cx18_write_reg(cx, cx->card->ddr.chip_config, CX18_DDR_CHIP_CONFIG); in cx18_init_memory()
|
/linux-4.1.27/drivers/iio/adc/ |
D | ad799x.c | 129 const struct ad799x_chip_config *chip_config; member 792 st->chip_config = &chip_info->irq_config; in ad799x_probe() 794 st->chip_config = &chip_info->noirq_config; in ad799x_probe() 817 indio_dev->info = st->chip_config->info; in ad799x_probe() 820 indio_dev->channels = st->chip_config->channel; in ad799x_probe() 823 ret = ad799x_write_config(st, st->chip_config->default_config); in ad799x_probe()
|
/linux-4.1.27/drivers/iio/accel/ |
D | bma180.c | 58 int (*chip_config)(struct bma180_data *data); member 720 ret = data->part_info->chip_config(data); in bma180_probe()
|