Home
last modified time | relevance | path

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

/Zephyr-4.2.1/tests/subsys/rtio/workq/src/
Dmain.c33 struct rtio_work_req *req = rtio_work_req_alloc(); in dummy_submit()
217 req_a = rtio_work_req_alloc(); in ZTEST()
221 req_b = rtio_work_req_alloc(); in ZTEST()
225 req_c = rtio_work_req_alloc(); in ZTEST()
229 req_d = rtio_work_req_alloc(); in ZTEST()
234 req_e = rtio_work_req_alloc(); in ZTEST()
/Zephyr-4.2.1/include/zephyr/rtio/
Dwork.h56 struct rtio_work_req *rtio_work_req_alloc(void);
/Zephyr-4.2.1/drivers/sensor/adi/adxl345/
Dadxl345_rtio.c50 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl345_submit()
/Zephyr-4.2.1/drivers/sensor/adi/adxl362/
Dadxl362_rtio.c50 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl362_submit()
/Zephyr-4.2.1/drivers/sensor/adi/adxl372/
Dadxl372_rtio.c52 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl372_submit()
/Zephyr-4.2.1/subsys/rtio/
Drtio_workq.c21 struct rtio_work_req *rtio_work_req_alloc(void) in rtio_work_req_alloc() function
/Zephyr-4.2.1/drivers/sensor/adi/adxl367/
Dadxl367_rtio.c65 struct rtio_work_req *req = rtio_work_req_alloc(); in adxl367_submit()
/Zephyr-4.2.1/drivers/sensor/bosch/bme280/
Dbme280_async.c86 struct rtio_work_req *req = rtio_work_req_alloc(); in bme280_submit()
/Zephyr-4.2.1/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_async.c94 struct rtio_work_req *req = rtio_work_req_alloc(); in mmc56x3_submit()
/Zephyr-4.2.1/drivers/sensor/tdk/icm4268x/
Dicm4268x_rtio.c90 struct rtio_work_req *req = rtio_work_req_alloc(); in icm4268x_submit_one_shot()
/Zephyr-4.2.1/drivers/sensor/st/lis2dux12/
Dlis2dux12_rtio.c134 struct rtio_work_req *req = rtio_work_req_alloc(); in lis2dux12_submit()
/Zephyr-4.2.1/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_rtio.c157 struct rtio_work_req *req = rtio_work_req_alloc(); in lsm6dsv16x_submit()
/Zephyr-4.2.1/drivers/i2c/
Di2c_rtio_default.c143 struct rtio_work_req *req = rtio_work_req_alloc(); in i2c_iodev_submit_fallback()
/Zephyr-4.2.1/drivers/i3c/
Di3c_rtio_default.c156 struct rtio_work_req *req = rtio_work_req_alloc(); in i3c_iodev_submit_fallback()
/Zephyr-4.2.1/drivers/sensor/maxim/ds3231/
Dds3231.c149 struct rtio_work_req *req = rtio_work_req_alloc(); in sensor_ds3231_submit()
/Zephyr-4.2.1/drivers/adc/
Ddefault_rtio_adc.c241 struct rtio_work_req *req = rtio_work_req_alloc(); in adc_submit_fallback()
/Zephyr-4.2.1/drivers/sensor/pixart/paa3905/
Dpaa3905_stream.c108 struct rtio_work_req *req = rtio_work_req_alloc(); in paa3905_complete_result()
/Zephyr-4.2.1/drivers/sensor/broadcom/afbr_s50/
Dafbr_s50.c173 struct rtio_work_req *req = rtio_work_req_alloc(); in data_ready_callback()
/Zephyr-4.2.1/drivers/spi/
Dspi_rtio.c142 struct rtio_work_req *req = rtio_work_req_alloc(); in spi_rtio_iodev_default_submit()
/Zephyr-4.2.1/drivers/sensor/
Ddefault_rtio_sensor.c277 struct rtio_work_req *req = rtio_work_req_alloc(); in sensor_submit_fallback()