Searched refs:twe_paramcommand (Results 1 – 2 of 2) sorted by relevance
86 struct twe_paramcommand { struct93 #define TWEIO_SET_PARAM _IOW('T', 104, struct twe_paramcommand) argument94 #define TWEIO_GET_PARAM _IOW('T', 105, struct twe_paramcommand)
1748 struct twe_paramcommand *tp; in tweioctl()1756 tp = (struct twe_paramcommand *)data; in tweioctl()