Searched refs:fbcursor32 (Results 1 – 3 of 3) sorted by relevance
60 struct fbcursor32 { struct71 #define FBIOSCURSOR32 _IOW('F', 24, struct fbcursor32) argument72 #define FBIOGCURSOR32 _IOW('F', 25, struct fbcursor32)
316 struct fbcursor32 { struct327 #define FBIOSCURSOR32 _IOW('F', 24, struct fbcursor32) argument328 #define FBIOGCURSOR32 _IOW('F', 25, struct fbcursor32)
220 struct fbcursor32 __user *argp = (void __user *)arg; in fbiogscursor()