Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/iio/
Dkfifo_buf.h11 struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev);
/Linux-v5.4/drivers/iio/buffer/
Dkfifo_buf.c200 struct iio_buffer *devm_iio_kfifo_allocate(struct device *dev) in devm_iio_kfifo_allocate() function
218 EXPORT_SYMBOL(devm_iio_kfifo_allocate);
/Linux-v5.4/drivers/iio/gyro/
Dssp_gyro_sensor.c118 buffer = devm_iio_kfifo_allocate(&pdev->dev); in ssp_gyro_probe()
/Linux-v5.4/drivers/iio/accel/
Dssp_accel_sensor.c119 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.4/drivers/iio/light/
Dacpi-als.c187 buffer = devm_iio_kfifo_allocate(&device->dev); in acpi_als_add()
Dapds9960.c1000 buffer = devm_iio_kfifo_allocate(&client->dev); in apds9960_probe()
/Linux-v5.4/drivers/iio/health/
Dmax30100.c430 buffer = devm_iio_kfifo_allocate(&client->dev); in max30100_probe()
Dmax30102.c519 buffer = devm_iio_kfifo_allocate(&client->dev); in max30102_probe()
/Linux-v5.4/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_buffer.c763 buffer = devm_iio_kfifo_allocate(hw->dev); in st_lsm6dsx_fifo_setup()
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddevres.rst288 devm_iio_kfifo_allocate()
/Linux-v5.4/drivers/iio/adc/
Dina2xx-adc.c1032 buffer = devm_iio_kfifo_allocate(&indio_dev->dev); in ina2xx_probe()