Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c344 const struct iio_chan_spec *channel_spec; in hid_accel_3d_probe() local
362 channel_spec = accel_3d_channels; in hid_accel_3d_probe()
367 channel_spec = gravity_channels; in hid_accel_3d_probe()
377 indio_dev->channels = kmemdup(channel_spec, channel_size, GFP_KERNEL); in hid_accel_3d_probe()
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c335 const struct iio_chan_spec *channel_spec; in hid_accel_3d_probe() local
353 channel_spec = accel_3d_channels; in hid_accel_3d_probe()
358 channel_spec = gravity_channels; in hid_accel_3d_probe()
371 indio_dev->channels = devm_kmemdup(&pdev->dev, channel_spec, in hid_accel_3d_probe()

Completed in 3 milliseconds