Home
last modified time | relevance | path

Searched refs:rtio_work_req_alloc (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/tests/subsys/rtio/workq/src/
Dmain.c33 struct rtio_work_req *req = rtio_work_req_alloc(); in dummy_submit()
184 req_a = rtio_work_req_alloc(); in ZTEST()
188 req_b = rtio_work_req_alloc(); in ZTEST()
192 req_c = rtio_work_req_alloc(); in ZTEST()
196 req_d = rtio_work_req_alloc(); in ZTEST()
201 req_e = rtio_work_req_alloc(); in ZTEST()
/Zephyr-latest/include/zephyr/rtio/
Dwork.h56 struct rtio_work_req *rtio_work_req_alloc(void);
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345_rtio.c50 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl345_submit()
/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_rtio.c50 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl362_submit()
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_rtio.c52 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl372_submit()
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_rtio.c64 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl367_submit()
/Zephyr-latest/subsys/rtio/
Drtio_workq.c42 struct rtio_work_req *rtio_work_req_alloc(void) in rtio_work_req_alloc() function
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_async.c86 struct rtio_work_req *req = rtio_work_req_alloc(); in bme280_submit()
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c94 struct rtio_work_req *req = rtio_work_req_alloc(); in mmc56x3_submit()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_rtio.c103 struct rtio_work_req *req = rtio_work_req_alloc(); in icm42688_submit()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio.c160 struct rtio_work_req *req = rtio_work_req_alloc(); in lsm6dsv16x_submit()
/Zephyr-latest/drivers/i2c/
Di2c_rtio_default.c143 struct rtio_work_req *req = rtio_work_req_alloc(); in i2c_iodev_submit_fallback()
/Zephyr-latest/drivers/i3c/
Di3c_rtio_default.c156 struct rtio_work_req *req = rtio_work_req_alloc(); in i3c_iodev_submit_fallback()
/Zephyr-latest/drivers/sensor/maxim/ds3231/
Dds3231.c149 struct rtio_work_req *req = rtio_work_req_alloc(); in sensor_ds3231_submit()
/Zephyr-latest/drivers/sensor/pixart/paa3905/
Dpaa3905_stream.c81 struct rtio_work_req *req = rtio_work_req_alloc(); in paa3905_complete_result()
/Zephyr-latest/drivers/spi/
Dspi_rtio.c142 struct rtio_work_req *req = rtio_work_req_alloc(); in spi_rtio_iodev_default_submit()
/Zephyr-latest/drivers/sensor/
Ddefault_rtio_sensor.c277 struct rtio_work_req *req = rtio_work_req_alloc(); in sensor_submit_fallback()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c454 struct rtio_work_req *req = rtio_work_req_alloc(); in bma4xx_submit()