Lines Matching refs:devreq
110 struct devreq { struct
121 #define DEV_ATTACH _IOW('D', 1, struct devreq) argument
122 #define DEV_DETACH _IOW('D', 2, struct devreq)
123 #define DEV_ENABLE _IOW('D', 3, struct devreq)
124 #define DEV_DISABLE _IOW('D', 4, struct devreq)
125 #define DEV_SUSPEND _IOW('D', 5, struct devreq)
126 #define DEV_RESUME _IOW('D', 6, struct devreq)
127 #define DEV_SET_DRIVER _IOW('D', 7, struct devreq)
128 #define DEV_CLEAR_DRIVER _IOW('D', 8, struct devreq)
129 #define DEV_RESCAN _IOW('D', 9, struct devreq)
130 #define DEV_DELETE _IOW('D', 10, struct devreq)
131 #define DEV_FREEZE _IOW('D', 11, struct devreq)
132 #define DEV_THAW _IOW('D', 12, struct devreq)
133 #define DEV_RESET _IOW('D', 13, struct devreq)