Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/iio/
Dkfifo_buf.h11 struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev);
/Linux-v5.10/drivers/iio/buffer/
Dkfifo_buf.c189 struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev) in devm_iio_kfifo_allocate() function
207 EXPORT_SYMBOL(devm_iio_kfifo_allocate);
/Linux-v5.10/drivers/iio/gyro/
Dssp_gyro_sensor.c117 buffer = devm_iio_kfifo_allocate(&pdev->dev); in ssp_gyro_probe()
/Linux-v5.10/drivers/iio/accel/
Dssp_accel_sensor.c117 buffer = devm_iio_kfifo_allocate(&pdev->dev); in ssp_accel_probe()
Dsca3000.c1279 buffer = devm_iio_kfifo_allocate(&indio_dev->dev); in sca3000_configure_ring()
/Linux-v5.10/drivers/iio/light/
Dacpi-als.c186 buffer = devm_iio_kfifo_allocate(&device->dev); in acpi_als_add()
Dapds9960.c998 buffer = devm_iio_kfifo_allocate(&client->dev); in apds9960_probe()
/Linux-v5.10/drivers/iio/health/
Dmax30100.c429 buffer = devm_iio_kfifo_allocate(&client->dev); in max30100_probe()
Dmax30102.c518 buffer = devm_iio_kfifo_allocate(&client->dev); in max30102_probe()
/Linux-v5.10/drivers/iio/adc/
Dti_am335x_adc.c391 buffer = devm_iio_kfifo_allocate(dev); in tiadc_iio_buffered_hardware_setup()
Dina2xx-adc.c1033 buffer = devm_iio_kfifo_allocate(&indio_dev->dev); in ina2xx_probe()
/Linux-v5.10/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c339 buffer = devm_iio_kfifo_allocate(dev); in cros_ec_sensors_core_init()
/Linux-v5.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_accel.c723 buffer = devm_iio_kfifo_allocate(dev); in inv_icm42600_accel_init()
Dinv_icm42600_gyro.c734 buffer = devm_iio_kfifo_allocate(dev); in inv_icm42600_gyro_init()
/Linux-v5.10/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_buffer.c749 buffer = devm_iio_kfifo_allocate(hw->dev); in st_lsm6dsx_fifo_setup()
/Linux-v5.10/drivers/staging/iio/impedance-analyzer/
Dad5933.c610 buffer = devm_iio_kfifo_allocate(dev); in ad5933_register_ring_funcs_and_init()
/Linux-v5.10/Documentation/driver-api/driver-model/
Ddevres.rst288 devm_iio_kfifo_allocate()