Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c44 static const struct iio_chan_spec gyro_3d_channels[] = { variable
306 indio_dev->channels = kmemdup(gyro_3d_channels, in hid_gyro_3d_probe()
307 sizeof(gyro_3d_channels), GFP_KERNEL); in hid_gyro_3d_probe()
321 indio_dev->num_channels = ARRAY_SIZE(gyro_3d_channels); in hid_gyro_3d_probe()
/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c50 static const struct iio_chan_spec gyro_3d_channels[] = { variable
307 indio_dev->channels = devm_kmemdup(&pdev->dev, gyro_3d_channels, in hid_gyro_3d_probe()
308 sizeof(gyro_3d_channels), GFP_KERNEL); in hid_gyro_3d_probe()
322 indio_dev->num_channels = ARRAY_SIZE(gyro_3d_channels); in hid_gyro_3d_probe()

Completed in 3 milliseconds