Home
last modified time | relevance | path

Searched refs:pending_fifo_footer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dmpu3050.h60 * @pending_fifo_footer: tells us if there is a pending footer in the FIFO
84 bool pending_fifo_footer; member
H A Dmpu3050-core.c527 mpu3050->pending_fifo_footer = false; in mpu3050_trigger_handler()
548 if (mpu3050->pending_fifo_footer) { in mpu3050_trigger_handler()
580 mpu3050->pending_fifo_footer = true; in mpu3050_trigger_handler()
1005 mpu3050->pending_fifo_footer = false; in mpu3050_drdy_trigger_set_state()
/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dmpu3050.h60 * @pending_fifo_footer: tells us if there is a pending footer in the FIFO
84 bool pending_fifo_footer; member
H A Dmpu3050-core.c526 mpu3050->pending_fifo_footer = false; in mpu3050_trigger_handler()
547 if (mpu3050->pending_fifo_footer) { in mpu3050_trigger_handler()
580 mpu3050->pending_fifo_footer = true; in mpu3050_trigger_handler()
1008 mpu3050->pending_fifo_footer = false; in mpu3050_drdy_trigger_set_state()

Completed in 4 milliseconds