Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/
H A Djoydev.c375 static inline int joydev_data_pending(struct joydev_client *client) in joydev_data_pending() function
401 if (!joydev_data_pending(client) && (file->f_flags & O_NONBLOCK)) in joydev_read()
405 !joydev->exist || joydev_data_pending(client)); in joydev_read()
440 return (joydev_data_pending(client) ? (EPOLLIN | EPOLLRDNORM) : 0) | in joydev_poll()