Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c343 const struct iio_chan_spec *channel_spec; in hid_accel_3d_probe() local
361 channel_spec = accel_3d_channels; in hid_accel_3d_probe()
366 channel_spec = gravity_channels; in hid_accel_3d_probe()
376 indio_dev->channels = kmemdup(channel_spec, channel_size, GFP_KERNEL); in hid_accel_3d_probe()