Searched defs:amdtp_ioctl (Results 1 – 2 of 2) sorted by relevance
76 struct amdtp_ioctl { struct77 __u32 format;78 __u32 rate;79 __u32 dimension;80 __u32 mode;81 union { __u32 channel; __u32 plug; } u;
1142 static int amdtp_ioctl(struct inode *inode, struct file *file, in amdtp_ioctl() function