Searched refs:pfd (Results 1 – 2 of 2) sorted by relevance
125 void phone_unregister_device(struct phone_device *pfd) in phone_unregister_device() argument128 if (phone_device[pfd->minor] != pfd) in phone_unregister_device()130 phone_device[pfd->minor] = NULL; in phone_unregister_device()
382 struct pollfd pfd;384 pfd.fd = fd;385 pfd.revents = 0;386 pfd.events = POLLIN|POLLRDNORM|POLLERR;389 retval = poll(&pfd, 1, timeout);