Lines Matching full:exist
44 bool exist; member
204 if (!joydev->exist) in joydev_open_device()
222 if (joydev->exist && !--joydev->open) in joydev_close_device()
392 if (!joydev->exist) in joydev_read()
405 !joydev->exist || joydev_data_pending(client)); in joydev_read()
409 if (!joydev->exist) in joydev_read()
441 (joydev->exist ? 0 : (EPOLLHUP | EPOLLERR)); in joydev_poll()
609 if (!joydev->exist) { in joydev_compat_ioctl()
674 if (!joydev->exist) { in joydev_ioctl()
731 joydev->exist = false; in joydev_mark_dead()
934 joydev->exist = true; in joydev_connect()