Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/rtio/
Drtio_workq.c19 sizeof(struct rtio_work_req),
25 struct rtio_work_req *req = CONTAINER_OF(work, in rtio_work_handler()
26 struct rtio_work_req, in rtio_work_handler()
35 struct rtio_work_req *rtio_work_req_alloc(void) in rtio_work_req_alloc()
37 struct rtio_work_req *req; in rtio_work_req_alloc()
54 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.c77 struct rtio_work_req *req = rtio_work_req_alloc(); in bme280_submit()
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c85 struct rtio_work_req *req = rtio_work_req_alloc(); in mmc56x3_submit()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_rtio.c98 struct rtio_work_req *req = rtio_work_req_alloc(); in icm42688_submit()
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c_async.c64 struct rtio_work_req *req = rtio_work_req_alloc(); in akm09918c_submit()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio.c147 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/spi/
Dspi_rtio.c105 struct rtio_work_req *req = rtio_work_req_alloc(); in spi_rtio_iodev_default_submit()
/Zephyr-latest/drivers/sensor/
Ddefault_rtio_sensor.c266 struct rtio_work_req *req = rtio_work_req_alloc(); in sensor_submit_fallback()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c445 struct rtio_work_req *req = rtio_work_req_alloc(); in bma4xx_submit()