Home
last modified time | relevance | path

Searched refs:RTIO_PRIO_HIGH (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686_bus.h36 rtio_sqe_prep_write(write_sqe, iodev, RTIO_PRIO_HIGH, &reg, 1, NULL); in icm45686_bus_read()
38 rtio_sqe_prep_read(read_sqe, iodev, RTIO_PRIO_HIGH, buf, len, NULL); in icm45686_bus_read()
73 rtio_sqe_prep_write(write_reg_sqe, iodev, RTIO_PRIO_HIGH, &reg, 1, NULL); in icm45686_bus_write()
75 rtio_sqe_prep_write(write_buf_sqe, iodev, RTIO_PRIO_HIGH, buf, len, NULL); in icm45686_bus_write()
Dicm45686_stream.c194 RTIO_PRIO_HIGH, in icm45686_handle_event_actions()
202 RTIO_PRIO_HIGH, in icm45686_handle_event_actions()
231 RTIO_PRIO_HIGH, in icm45686_handle_event_actions()
260 RTIO_PRIO_HIGH, in icm45686_handle_event_actions()
268 RTIO_PRIO_HIGH, in icm45686_handle_event_actions()
317 RTIO_PRIO_HIGH, in icm45686_event_handler()
366 RTIO_PRIO_HIGH, in icm45686_event_handler()
374 RTIO_PRIO_HIGH, in icm45686_event_handler()
386 RTIO_PRIO_HIGH, in icm45686_event_handler()
394 RTIO_PRIO_HIGH, in icm45686_event_handler()
Dicm45686.c190 RTIO_PRIO_HIGH, in icm45686_submit_one_shot()
198 RTIO_PRIO_HIGH, in icm45686_submit_one_shot()
/Zephyr-latest/drivers/sensor/pixart/paa3905/
Dpaa3905_bus.h36 rtio_sqe_prep_write(write_sqe, iodev, RTIO_PRIO_HIGH, &reg, 1, NULL); in paa3905_bus_read()
38 rtio_sqe_prep_read(read_sqe, iodev, RTIO_PRIO_HIGH, buf, len, NULL); in paa3905_bus_read()
75 rtio_sqe_prep_write(write_reg_sqe, iodev, RTIO_PRIO_HIGH, &reg, 1, NULL); in paa3905_bus_write()
77 rtio_sqe_prep_write(write_buf_sqe, iodev, RTIO_PRIO_HIGH, buf, len, NULL); in paa3905_bus_write()
Dpaa3905.c95 RTIO_PRIO_HIGH, in paa3905_submit_one_shot()
103 RTIO_PRIO_HIGH, in paa3905_submit_one_shot()
Dpaa3905_stream.c167 RTIO_PRIO_HIGH, in paa3905_stream_get_data()
175 RTIO_PRIO_HIGH, in paa3905_stream_get_data()
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/
Dmain.c34 rtio_sqe_prep_read_with_pool(sqe, iodev, RTIO_PRIO_HIGH, NULL); in main()
90 rtio_sqe_prep_read_with_pool(sqe, iodev, RTIO_PRIO_HIGH, NULL); in main()
/Zephyr-latest/subsys/rtio/
Drtio_workq.c88 } else if (sqe->prio == RTIO_PRIO_HIGH) { in rtio_work_req_submit()
/Zephyr-latest/tests/subsys/rtio/workq/src/
Dmain.c148 sqe_c->prio = RTIO_PRIO_HIGH; in ZTEST()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h75 #define RTIO_PRIO_HIGH 255U macro