Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dhid-sensor-press.c33 static const struct iio_chan_spec press_channels[] = { variable
269 indio_dev->channels = kmemdup(press_channels, sizeof(press_channels), in hid_press_probe()
285 ARRAY_SIZE(press_channels); in hid_press_probe()
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dhid-sensor-press.c42 static const struct iio_chan_spec press_channels[] = { variable
270 indio_dev->channels = devm_kmemdup(&pdev->dev, press_channels, in hid_press_probe()
271 sizeof(press_channels), GFP_KERNEL); in hid_press_probe()
286 ARRAY_SIZE(press_channels); in hid_press_probe()

Completed in 2 milliseconds