Lines Matching full:revoke
11 #define HIDIOCREVOKE _IOW('H', 0x0D, int) /* Revoke device access */
80 * After initial opening/checks of hidraw, revoke the hidraw
100 /* call the revoke ioctl */
102 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd");
118 * Revoke the hidraw node and check that we can not do any ioctl.
124 /* call the revoke ioctl */
126 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd");
136 * Setup polling of the fd, and check that revoke works properly.
164 /* call the revoke ioctl */
166 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd");
176 * After initial opening/checks of hidraw, revoke the hidraw
206 /* call the revoke ioctl */
208 ASSERT_OK(err) TH_LOG("couldn't revoke the hidraw fd");