Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dapds9960.c753 static inline int apds9660_fifo_is_empty(struct apds9960_data *data) in apds9660_fifo_is_empty() function
772 while (cnt || (cnt = apds9660_fifo_is_empty(data) > 0)) { in apds9960_read_gesture_fifo()