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

/linux-4.1.27/drivers/input/
H A Djoydev.c368 static inline int joydev_data_pending(struct joydev_client *client) joydev_data_pending() function
394 if (!joydev_data_pending(client) && (file->f_flags & O_NONBLOCK)) joydev_read()
398 !joydev->exist || joydev_data_pending(client)); joydev_read()
433 return (joydev_data_pending(client) ? (POLLIN | POLLRDNORM) : 0) | joydev_poll()

Completed in 121 milliseconds