Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c44 u32 *iio_vals; member
293 hid_sensor_push_data(indio_dev, magn_state->iio_vals); in magn_3d_proc_event()
389 st->iio_vals = devm_kcalloc(&pdev->dev, attr_count, in magn_3d_parse_report()
392 if (!st->iio_vals) { in magn_3d_parse_report()
408 st->magn_val_addr[i] = &(st->iio_vals[*chan_count]); in magn_3d_parse_report()
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c41 u32 *iio_vals; member
295 magn_state->iio_vals, in magn_3d_proc_event()
399 /* attr_count include timestamp channel, and the iio_vals should be aligned to 8byte */ in magn_3d_parse_report()
400 st->iio_vals = devm_kcalloc(&pdev->dev, in magn_3d_parse_report()
403 if (!st->iio_vals) { in magn_3d_parse_report()
420 st->magn_val_addr[i] = &st->iio_vals[*chan_count]; in magn_3d_parse_report()

Completed in 2 milliseconds