/kernel/linux/linux-5.10/drivers/iio/pressure/ |
D | zpa2326.c | 218 static int zpa2326_enable_device(const struct iio_dev *indio_dev) in zpa2326_enable_device() 244 static int zpa2326_sleep(const struct iio_dev *indio_dev) in zpa2326_sleep() 270 static int zpa2326_reset_device(const struct iio_dev *indio_dev) in zpa2326_reset_device() 299 static int zpa2326_start_oneshot(const struct iio_dev *indio_dev) in zpa2326_start_oneshot() 331 static int zpa2326_power_on(const struct iio_dev *indio_dev, in zpa2326_power_on() 376 static void zpa2326_power_off(const struct iio_dev *indio_dev, in zpa2326_power_off() 402 static int zpa2326_config_oneshot(const struct iio_dev *indio_dev, in zpa2326_config_oneshot() 444 static int zpa2326_clear_fifo(const struct iio_dev *indio_dev, in zpa2326_clear_fifo() 512 static int zpa2326_dequeue_pressure(const struct iio_dev *indio_dev, in zpa2326_dequeue_pressure() 579 static int zpa2326_fill_sample_buffer(struct iio_dev *indio_dev, in zpa2326_fill_sample_buffer() [all …]
|
D | st_pressure_buffer.c | 27 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_press_trig_set_state() local 32 static int st_press_buffer_postenable(struct iio_dev *indio_dev) in st_press_buffer_postenable() 37 static int st_press_buffer_predisable(struct iio_dev *indio_dev) in st_press_buffer_predisable() 47 int st_press_allocate_ring(struct iio_dev *indio_dev) in st_press_allocate_ring() 53 void st_press_deallocate_ring(struct iio_dev *indio_dev) in st_press_deallocate_ring()
|
/kernel/linux/linux-4.19/drivers/iio/pressure/ |
D | zpa2326.c | 225 static int zpa2326_enable_device(const struct iio_dev *indio_dev) in zpa2326_enable_device() 251 static int zpa2326_sleep(const struct iio_dev *indio_dev) in zpa2326_sleep() 277 static int zpa2326_reset_device(const struct iio_dev *indio_dev) in zpa2326_reset_device() 306 static int zpa2326_start_oneshot(const struct iio_dev *indio_dev) in zpa2326_start_oneshot() 338 static int zpa2326_power_on(const struct iio_dev *indio_dev, in zpa2326_power_on() 383 static void zpa2326_power_off(const struct iio_dev *indio_dev, in zpa2326_power_off() 409 static int zpa2326_config_oneshot(const struct iio_dev *indio_dev, in zpa2326_config_oneshot() 451 static int zpa2326_clear_fifo(const struct iio_dev *indio_dev, in zpa2326_clear_fifo() 519 static int zpa2326_dequeue_pressure(const struct iio_dev *indio_dev, in zpa2326_dequeue_pressure() 586 static int zpa2326_fill_sample_buffer(struct iio_dev *indio_dev, in zpa2326_fill_sample_buffer() [all …]
|
D | st_pressure_buffer.c | 28 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_press_trig_set_state() local 33 static int st_press_buffer_preenable(struct iio_dev *indio_dev) in st_press_buffer_preenable() 38 static int st_press_buffer_postenable(struct iio_dev *indio_dev) in st_press_buffer_postenable() 61 static int st_press_buffer_predisable(struct iio_dev *indio_dev) in st_press_buffer_predisable() 83 int st_press_allocate_ring(struct iio_dev *indio_dev) in st_press_allocate_ring() 89 void st_press_deallocate_ring(struct iio_dev *indio_dev) in st_press_deallocate_ring()
|
/kernel/linux/linux-5.10/drivers/iio/ |
D | industrialio-buffer.c | 44 static int iio_buffer_flush_hwfifo(struct iio_dev *indio_dev, in iio_buffer_flush_hwfifo() 53 static bool iio_buffer_ready(struct iio_dev *indio_dev, struct iio_buffer *buf, in iio_buffer_ready() 107 struct iio_dev *indio_dev = filp->private_data; in iio_buffer_read_outer() local 173 struct iio_dev *indio_dev = filp->private_data; in iio_buffer_poll() local 192 void iio_buffer_wakeup_poll(struct iio_dev *indio_dev) in iio_buffer_wakeup_poll() 268 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_scan_el_show() local 299 static bool iio_validate_scan_mask(struct iio_dev *indio_dev, in iio_validate_scan_mask() 318 static int iio_scan_mask_set(struct iio_dev *indio_dev, in iio_scan_mask_set() 361 static int iio_scan_mask_query(struct iio_dev *indio_dev, in iio_scan_mask_query() 381 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_scan_el_store() local [all …]
|
D | industrialio-core.c | 177 struct dentry *iio_get_debugfs_dentry(struct iio_dev *indio_dev) in iio_get_debugfs_dentry() 191 *iio_find_channel_from_si(struct iio_dev *indio_dev, int si) in iio_find_channel_from_si() 215 int iio_device_set_clock(struct iio_dev *indio_dev, clockid_t clock_id) in iio_device_set_clock() 240 s64 iio_get_time_ns(const struct iio_dev *indio_dev) in iio_get_time_ns() 271 unsigned int iio_get_time_res(const struct iio_dev *indio_dev) in iio_get_time_res() 328 struct iio_dev *indio_dev = file->private_data; in iio_debugfs_read_reg() local 358 struct iio_dev *indio_dev = file->private_data; in iio_debugfs_write_reg() local 399 static void iio_device_unregister_debugfs(struct iio_dev *indio_dev) in iio_device_unregister_debugfs() 405 static void iio_device_register_debugfs(struct iio_dev *indio_dev) in iio_device_register_debugfs() 426 static void iio_device_register_debugfs(struct iio_dev *indio_dev) in iio_device_register_debugfs() [all …]
|
D | industrialio-event.c | 64 int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp) in iio_push_event() 100 struct iio_dev *indio_dev = filep->private_data; in iio_event_poll() local 121 struct iio_dev *indio_dev = filep->private_data; in iio_event_chrdev_read() local 171 struct iio_dev *indio_dev = filep->private_data; in iio_event_chrdev_release() local 190 int iio_event_getfd(struct iio_dev *indio_dev) in iio_event_getfd() 268 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_state_store() local 288 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_state_show() local 305 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_value_show() local 326 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_value_store() local 347 static int iio_device_add_event(struct iio_dev *indio_dev, in iio_device_add_event() [all …]
|
/kernel/linux/linux-4.19/drivers/iio/ |
D | industrialio-buffer.c | 46 static int iio_buffer_flush_hwfifo(struct iio_dev *indio_dev, in iio_buffer_flush_hwfifo() 55 static bool iio_buffer_ready(struct iio_dev *indio_dev, struct iio_buffer *buf, in iio_buffer_ready() 109 struct iio_dev *indio_dev = filp->private_data; in iio_buffer_read_first_n_outer() local 175 struct iio_dev *indio_dev = filp->private_data; in iio_buffer_poll() local 194 void iio_buffer_wakeup_poll(struct iio_dev *indio_dev) in iio_buffer_wakeup_poll() 268 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_scan_el_show() local 298 static bool iio_validate_scan_mask(struct iio_dev *indio_dev, in iio_validate_scan_mask() 317 static int iio_scan_mask_set(struct iio_dev *indio_dev, in iio_scan_mask_set() 361 static int iio_scan_mask_query(struct iio_dev *indio_dev, in iio_scan_mask_query() 381 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_scan_el_store() local [all …]
|
D | industrialio-core.c | 169 *iio_find_channel_from_si(struct iio_dev *indio_dev, int si) in iio_find_channel_from_si() 188 static int iio_device_set_clock(struct iio_dev *indio_dev, clockid_t clock_id) in iio_device_set_clock() 211 s64 iio_get_time_ns(const struct iio_dev *indio_dev) in iio_get_time_ns() 242 unsigned int iio_get_time_res(const struct iio_dev *indio_dev) in iio_get_time_res() 299 struct iio_dev *indio_dev = file->private_data; in iio_debugfs_read_reg() local 321 struct iio_dev *indio_dev = file->private_data; in iio_debugfs_write_reg() local 361 static void iio_device_unregister_debugfs(struct iio_dev *indio_dev) in iio_device_unregister_debugfs() 366 static int iio_device_register_debugfs(struct iio_dev *indio_dev) in iio_device_register_debugfs() 396 static int iio_device_register_debugfs(struct iio_dev *indio_dev) in iio_device_register_debugfs() 401 static void iio_device_unregister_debugfs(struct iio_dev *indio_dev) in iio_device_unregister_debugfs() [all …]
|
D | industrialio-event.c | 66 int iio_push_event(struct iio_dev *indio_dev, u64 ev_code, s64 timestamp) in iio_push_event() 101 struct iio_dev *indio_dev = filep->private_data; in iio_event_poll() local 121 struct iio_dev *indio_dev = filep->private_data; in iio_event_chrdev_read() local 170 struct iio_dev *indio_dev = filep->private_data; in iio_event_chrdev_release() local 188 int iio_event_getfd(struct iio_dev *indio_dev) in iio_event_getfd() 265 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_state_store() local 285 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_state_show() local 302 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_value_show() local 323 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in iio_ev_value_store() local 344 static int iio_device_add_event(struct iio_dev *indio_dev, in iio_device_add_event() [all …]
|
/kernel/linux/linux-5.10/drivers/iio/gyro/ |
D | itg3200_core.c | 31 int itg3200_write_reg_8(struct iio_dev *indio_dev, in itg3200_write_reg_8() 39 int itg3200_read_reg_8(struct iio_dev *indio_dev, in itg3200_read_reg_8() 52 static int itg3200_read_reg_s16(struct iio_dev *indio_dev, u8 lower_reg_address, in itg3200_read_reg_s16() 83 static int itg3200_read_raw(struct iio_dev *indio_dev, in itg3200_read_raw() 128 static int itg3200_write_raw(struct iio_dev *indio_dev, in itg3200_write_raw() 167 static int itg3200_reset(struct iio_dev *indio_dev) in itg3200_reset() 200 static int itg3200_enable_full_scale(struct iio_dev *indio_dev) in itg3200_enable_full_scale() 216 static int itg3200_initial_setup(struct iio_dev *indio_dev) in itg3200_initial_setup() 242 itg3200_get_mount_matrix(const struct iio_dev *indio_dev, in itg3200_get_mount_matrix() 301 struct iio_dev *indio_dev; in itg3200_probe() local [all …]
|
D | st_gyro_buffer.c | 27 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_gyro_trig_set_state() local 32 static int st_gyro_buffer_postenable(struct iio_dev *indio_dev) in st_gyro_buffer_postenable() 51 static int st_gyro_buffer_predisable(struct iio_dev *indio_dev) in st_gyro_buffer_predisable() 67 int st_gyro_allocate_ring(struct iio_dev *indio_dev) in st_gyro_allocate_ring() 73 void st_gyro_deallocate_ring(struct iio_dev *indio_dev) in st_gyro_deallocate_ring()
|
/kernel/linux/linux-4.19/drivers/iio/gyro/ |
D | itg3200_core.c | 35 int itg3200_write_reg_8(struct iio_dev *indio_dev, in itg3200_write_reg_8() 43 int itg3200_read_reg_8(struct iio_dev *indio_dev, in itg3200_read_reg_8() 56 static int itg3200_read_reg_s16(struct iio_dev *indio_dev, u8 lower_reg_address, in itg3200_read_reg_s16() 87 static int itg3200_read_raw(struct iio_dev *indio_dev, in itg3200_read_raw() 132 static int itg3200_write_raw(struct iio_dev *indio_dev, in itg3200_write_raw() 171 static int itg3200_reset(struct iio_dev *indio_dev) in itg3200_reset() 204 static int itg3200_enable_full_scale(struct iio_dev *indio_dev) in itg3200_enable_full_scale() 220 static int itg3200_initial_setup(struct iio_dev *indio_dev) in itg3200_initial_setup() 290 struct iio_dev *indio_dev; in itg3200_probe() local 341 struct iio_dev *indio_dev = i2c_get_clientdata(client); in itg3200_remove() local [all …]
|
D | st_gyro_buffer.c | 28 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_gyro_trig_set_state() local 33 static int st_gyro_buffer_preenable(struct iio_dev *indio_dev) in st_gyro_buffer_preenable() 38 static int st_gyro_buffer_postenable(struct iio_dev *indio_dev) in st_gyro_buffer_postenable() 66 static int st_gyro_buffer_predisable(struct iio_dev *indio_dev) in st_gyro_buffer_predisable() 92 int st_gyro_allocate_ring(struct iio_dev *indio_dev) in st_gyro_allocate_ring() 98 void st_gyro_deallocate_ring(struct iio_dev *indio_dev) in st_gyro_deallocate_ring()
|
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/ |
D | st_sensors_core.c | 23 int st_sensors_write_data_with_mask(struct iio_dev *indio_dev, in st_sensors_write_data_with_mask() 32 int st_sensors_debugfs_reg_access(struct iio_dev *indio_dev, in st_sensors_debugfs_reg_access() 71 int st_sensors_set_odr(struct iio_dev *indio_dev, unsigned int odr) in st_sensors_set_odr() 129 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale() 156 int st_sensors_set_enable(struct iio_dev *indio_dev, bool enable) in st_sensors_set_enable() 203 int st_sensors_set_axis_enable(struct iio_dev *indio_dev, u8 axis_enable) in st_sensors_set_axis_enable() 217 int st_sensors_power_enable(struct iio_dev *indio_dev) in st_sensors_power_enable() 256 void st_sensors_power_disable(struct iio_dev *indio_dev) in st_sensors_power_disable() 265 static int st_sensors_set_drdy_int_pin(struct iio_dev *indio_dev, in st_sensors_set_drdy_int_pin() 360 int st_sensors_init_sensor(struct iio_dev *indio_dev, in st_sensors_init_sensor() [all …]
|
/kernel/linux/linux-4.19/drivers/iio/accel/ |
D | st_accel_buffer.c | 28 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_accel_trig_set_state() local 33 static int st_accel_buffer_preenable(struct iio_dev *indio_dev) in st_accel_buffer_preenable() 38 static int st_accel_buffer_postenable(struct iio_dev *indio_dev) in st_accel_buffer_postenable() 66 static int st_accel_buffer_predisable(struct iio_dev *indio_dev) in st_accel_buffer_predisable() 92 int st_accel_allocate_ring(struct iio_dev *indio_dev) in st_accel_allocate_ring() 98 void st_accel_deallocate_ring(struct iio_dev *indio_dev) in st_accel_deallocate_ring()
|
/kernel/linux/linux-4.19/drivers/iio/common/st_sensors/ |
D | st_sensors_core.c | 29 int st_sensors_write_data_with_mask(struct iio_dev *indio_dev, in st_sensors_write_data_with_mask() 47 int st_sensors_debugfs_reg_access(struct iio_dev *indio_dev, in st_sensors_debugfs_reg_access() 90 int st_sensors_set_odr(struct iio_dev *indio_dev, unsigned int odr) in st_sensors_set_odr() 149 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale() 177 int st_sensors_set_enable(struct iio_dev *indio_dev, bool enable) in st_sensors_set_enable() 224 int st_sensors_set_axis_enable(struct iio_dev *indio_dev, u8 axis_enable) in st_sensors_set_axis_enable() 238 int st_sensors_power_enable(struct iio_dev *indio_dev) in st_sensors_power_enable() 277 void st_sensors_power_disable(struct iio_dev *indio_dev) in st_sensors_power_disable() 286 static int st_sensors_set_drdy_int_pin(struct iio_dev *indio_dev, in st_sensors_set_drdy_int_pin() 394 int st_sensors_init_sensor(struct iio_dev *indio_dev, in st_sensors_init_sensor() [all …]
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
D | ad7606.c | 63 static int ad7606_reg_access(struct iio_dev *indio_dev, in ad7606_reg_access() 122 struct iio_dev *indio_dev = pf->indio_dev; in ad7606_trigger_handler() local 142 static int ad7606_scan_direct(struct iio_dev *indio_dev, unsigned int ch) in ad7606_scan_direct() 165 static int ad7606_read_raw(struct iio_dev *indio_dev, in ad7606_read_raw() 219 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in in_voltage_scale_available_show() local 227 static int ad7606_write_scale_hw(struct iio_dev *indio_dev, int ch, int val) in ad7606_write_scale_hw() 236 static int ad7606_write_os_hw(struct iio_dev *indio_dev, int val) in ad7606_write_os_hw() 253 static int ad7606_write_raw(struct iio_dev *indio_dev, in ad7606_write_raw() 301 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ad7606_oversampling_ratio_avail() local 474 struct iio_dev *indio_dev = dev_id; in ad7606_interrupt() local [all …]
|
/kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
D | st_magn_buffer.c | 27 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_magn_trig_set_state() local 32 static int st_magn_buffer_postenable(struct iio_dev *indio_dev) in st_magn_buffer_postenable() 37 static int st_magn_buffer_predisable(struct iio_dev *indio_dev) in st_magn_buffer_predisable() 47 int st_magn_allocate_ring(struct iio_dev *indio_dev) in st_magn_allocate_ring() 53 void st_magn_deallocate_ring(struct iio_dev *indio_dev) in st_magn_deallocate_ring()
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
D | stm32-dac.c | 37 static int stm32_dac_is_enabled(struct iio_dev *indio_dev, int channel) in stm32_dac_is_enabled() 54 static int stm32_dac_set_enable_state(struct iio_dev *indio_dev, int ch, in stm32_dac_set_enable_state() 136 static int stm32_dac_read_raw(struct iio_dev *indio_dev, in stm32_dac_read_raw() 154 static int stm32_dac_write_raw(struct iio_dev *indio_dev, in stm32_dac_write_raw() 168 static int stm32_dac_debugfs_reg_access(struct iio_dev *indio_dev, in stm32_dac_debugfs_reg_access() 190 static int stm32_dac_get_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_get_powerdown_mode() 196 static int stm32_dac_set_powerdown_mode(struct iio_dev *indio_dev, in stm32_dac_set_powerdown_mode() 203 static ssize_t stm32_dac_read_powerdown(struct iio_dev *indio_dev, in stm32_dac_read_powerdown() 216 static ssize_t stm32_dac_write_powerdown(struct iio_dev *indio_dev, in stm32_dac_write_powerdown() 277 static int stm32_dac_chan_of_init(struct iio_dev *indio_dev) in stm32_dac_chan_of_init() [all …]
|
/kernel/linux/linux-4.19/drivers/iio/dummy/ |
D | iio_simple_dummy_events.c | 33 int iio_simple_dummy_read_event_config(struct iio_dev *indio_dev, in iio_simple_dummy_read_event_config() 55 int iio_simple_dummy_write_event_config(struct iio_dev *indio_dev, in iio_simple_dummy_write_event_config() 120 int iio_simple_dummy_read_event_value(struct iio_dev *indio_dev, in iio_simple_dummy_read_event_value() 143 int iio_simple_dummy_write_event_value(struct iio_dev *indio_dev, in iio_simple_dummy_write_event_value() 159 struct iio_dev *indio_dev = private; in iio_simple_dummy_get_timestamp() local 178 struct iio_dev *indio_dev = private; in iio_simple_dummy_event_handler() local 237 int iio_simple_dummy_events_register(struct iio_dev *indio_dev) in iio_simple_dummy_events_register() 270 void iio_simple_dummy_events_unregister(struct iio_dev *indio_dev) in iio_simple_dummy_events_unregister()
|
/kernel/linux/linux-5.10/drivers/iio/dummy/ |
D | iio_simple_dummy_events.c | 30 int iio_simple_dummy_read_event_config(struct iio_dev *indio_dev, in iio_simple_dummy_read_event_config() 52 int iio_simple_dummy_write_event_config(struct iio_dev *indio_dev, in iio_simple_dummy_write_event_config() 118 int iio_simple_dummy_read_event_value(struct iio_dev *indio_dev, in iio_simple_dummy_read_event_value() 142 int iio_simple_dummy_write_event_value(struct iio_dev *indio_dev, in iio_simple_dummy_write_event_value() 158 struct iio_dev *indio_dev = private; in iio_simple_dummy_get_timestamp() local 177 struct iio_dev *indio_dev = private; in iio_simple_dummy_event_handler() local 236 int iio_simple_dummy_events_register(struct iio_dev *indio_dev) in iio_simple_dummy_events_register() 269 void iio_simple_dummy_events_unregister(struct iio_dev *indio_dev) in iio_simple_dummy_events_unregister()
|
/kernel/linux/linux-5.10/drivers/iio/accel/ |
D | st_accel_buffer.c | 27 struct iio_dev *indio_dev = iio_trigger_get_drvdata(trig); in st_accel_trig_set_state() local 32 static int st_accel_buffer_postenable(struct iio_dev *indio_dev) in st_accel_buffer_postenable() 51 static int st_accel_buffer_predisable(struct iio_dev *indio_dev) in st_accel_buffer_predisable() 68 int st_accel_allocate_ring(struct iio_dev *indio_dev) in st_accel_allocate_ring() 74 void st_accel_deallocate_ring(struct iio_dev *indio_dev) in st_accel_deallocate_ring()
|
/kernel/linux/linux-5.10/drivers/staging/iio/meter/ |
D | ade7854.c | 30 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_8bit() local 47 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_16bit() local 64 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_24bit() local 82 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_32bit() local 98 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_8bit() local 119 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_16bit() local 140 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_24bit() local 161 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_32bit() local 178 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_reset() local 411 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_set_irq() local [all …]
|
/kernel/linux/linux-4.19/drivers/staging/iio/meter/ |
D | ade7854.c | 31 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_8bit() local 48 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_16bit() local 65 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_24bit() local 83 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_read_32bit() local 99 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_8bit() local 120 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_16bit() local 141 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_24bit() local 162 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_write_32bit() local 179 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_reset() local 412 struct iio_dev *indio_dev = dev_to_iio_dev(dev); in ade7854_set_irq() local [all …]
|