Home
last modified time | relevance | path

Searched refs:ext_channels (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_shub.c595 struct iio_chan_spec *ext_channels; in st_lsm6dsx_shub_alloc_iiodev() local
628 ext_channels = devm_kzalloc(hw->dev, sizeof(magn_channels), in st_lsm6dsx_shub_alloc_iiodev()
630 if (!ext_channels) in st_lsm6dsx_shub_alloc_iiodev()
633 memcpy(ext_channels, magn_channels, sizeof(magn_channels)); in st_lsm6dsx_shub_alloc_iiodev()
635 iio_dev->channels = ext_channels; in st_lsm6dsx_shub_alloc_iiodev()