Lines Matching defs:op_int_operations
96 struct op_int_operations { struct
102 int (*init)(void);
104 void (*deinit)(void);
106 int (*add_sysctls)(ctl_table * next);
108 void (*remove_sysctls)(ctl_table * next);
110 int (*check_params)(void);
112 int (*setup)(void);
114 void (*start)(void);
116 void (*stop)(void);
118 void (*start_cpu)(uint);
142 extern struct op_int_operations op_rtc_ops; argument