Searched refs:RTIO_PRIO_HIGH (Results  1 – 10 of 10) sorted by relevance
| /Zephyr-latest/drivers/sensor/tdk/icm45686/ | 
| D | icm45686_bus.h | 36 	rtio_sqe_prep_write(write_sqe, iodev, RTIO_PRIO_HIGH, ®, 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, ®, 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()
  | 
| D | icm45686_stream.c | 194 					 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()
  | 
| D | icm45686.c | 190 				 RTIO_PRIO_HIGH,  in icm45686_submit_one_shot() 198 			   RTIO_PRIO_HIGH,  in icm45686_submit_one_shot()
  | 
| /Zephyr-latest/drivers/sensor/pixart/paa3905/ | 
| D | paa3905_bus.h | 36 	rtio_sqe_prep_write(write_sqe, iodev, RTIO_PRIO_HIGH, ®, 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, ®, 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()
  | 
| D | paa3905.c | 95 				 RTIO_PRIO_HIGH,  in paa3905_submit_one_shot() 103 			   RTIO_PRIO_HIGH,  in paa3905_submit_one_shot()
  | 
| D | paa3905_stream.c | 167 				 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/ | 
| D | main.c | 34 		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/ | 
| D | rtio_workq.c | 88 	} else if (sqe->prio == RTIO_PRIO_HIGH) {  in rtio_work_req_submit()
  | 
| /Zephyr-latest/tests/subsys/rtio/workq/src/ | 
| D | main.c | 148 	sqe_c->prio = RTIO_PRIO_HIGH;  in ZTEST()
  | 
| /Zephyr-latest/include/zephyr/rtio/ | 
| D | rtio.h | 75 #define RTIO_PRIO_HIGH 255U  macro
  |