Searched refs:twe_paramcommand (Results 1 – 2 of 2) sorted by relevance
83 struct twe_paramcommand { struct90 #define TWEIO_SET_PARAM _IOW ('T', 104, struct twe_paramcommand) argument91 #define TWEIO_GET_PARAM _IOW ('T', 105, struct twe_paramcommand)
521 struct twe_paramcommand *tp = (struct twe_paramcommand *)addr; in twe_ioctl()