Lines Matching refs:_IOW
39 #define ENABLE_PWM_CHANNEL _IOW('P', 0, int)
40 #define DISABLE_PWM_CHANNEL _IOW('P', 1, int)
41 #define ENABLE_TACH_CHANNEL _IOW('P', 2, int)
42 #define DISABLE_TACH_CHANNEL _IOW('P', 3, int)
43 #define SET_DUTY_CYCLE_BY_PWM_CHANNEL _IOW('P', 4, int)
44 #define SET_DUTY_CYCLE_VALUE_BY_PWM_CHANNEL _IOW('P', 5, int)
46 #define ENABLE_PWM _IOW('P', 7, int)
47 #define ENABLE_ALL_PWM _IOW('P', 8, int)
48 #define ENABLE_TACH _IOW('P', 9, int)
49 #define ENABLE_ALL_TACH _IOW('P', 10, int)
50 #define DISABLE_PWM _IOW('P', 11, int)
51 #define DISABLE_ALL_PWM _IOW('P', 12, int)
52 #define DISABLE_TACH _IOW('P', 13, int)
53 #define DISABLE_ALL_TACH _IOW('P', 14, int)
57 #define GET_TACH_VALUE _IOW('P', 18, int)
58 #define SET_DUTY_CYCLE _IOW('P', 19, int)
59 #define INIT_PWMTACH _IOW('P', 20, int)
60 #define CONFIGURE_FANMAP_TABLE _IOW('P', 21, int)
61 #define CONFIGURE_FANPROPERTY_TABLE _IOW('P', 22, int)
66 #define SET_TACH_PROPERTY _IOW('P', 27, int)
68 #define SET_PWM_PROPERTY _IOW('P', 29, int)
70 #define CLEAR_TACH_ERROR _IOW('P', 31, int)
71 #define CLEAR_PWM_ERRORS _IOW('P', 32, int)
72 #define END_OF_FUNC_TABLE _IOW('P', 33, int)