+ void (*set_speed)(struct device*, speed_t);
+ void (*set_clkbase)(struct device*, unsigned int);
+ void (*set_cntrl_mode)(struct device*, tcflag_t);
+};
+
+struct termport_potens
+{
+ POTENS_META;
+ struct termport_pot_ops* ops;
+ struct term* term;