Searched refs:t_format (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/input/ |
D | linux_ioctl.py | 50 def IO(t, nr, t_format): argument 53 def IOW(t, nr, t_format): argument 54 return IOC(IOC_WRITE, t, nr, sizeof(t_format)) 56 def IOR(t, nr, t_format): argument 57 return IOC(IOC_READ, t, nr, sizeof(t_format)) 59 def IOWR(t, nr, t_format): argument 60 return IOC(IOC_READ|_IOC_WRITE, t, nr, sizeof(t_format))
|