Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/rtio/
Drtio_workq.c15 sizeof(struct rtio_work_req),
21 struct rtio_work_req *req = CONTAINER_OF(work, in rtio_work_req_done_handler()
22 struct rtio_work_req, in rtio_work_req_done_handler()
34 struct rtio_work_req *req = CONTAINER_OF(work, in rtio_work_handler()
35 struct rtio_work_req, in rtio_work_handler()
42 struct rtio_work_req *rtio_work_req_alloc(void) in rtio_work_req_alloc()
44 struct rtio_work_req *req; in rtio_work_req_alloc()
61 void rtio_work_req_submit(struct rtio_work_req *req, in rtio_work_req_submit()
/Zephyr-latest/include/zephyr/rtio/
Dwork.h32 struct rtio_work_req { struct
56 struct rtio_work_req *rtio_work_req_alloc(void); argument
65 void rtio_work_req_submit(struct rtio_work_req *req,
/Zephyr-latest/tests/subsys/rtio/workq/src/
Dmain.c33 struct rtio_work_req *req = rtio_work_req_alloc(); in dummy_submit()
175 struct rtio_work_req *req_a = NULL; in ZTEST()
176 struct rtio_work_req *req_b = NULL; in ZTEST()
177 struct rtio_work_req *req_c = NULL; in ZTEST()
178 struct rtio_work_req *req_d = NULL; in ZTEST()
179 struct rtio_work_req *req_e = NULL; in ZTEST()
/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/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()