Lines Matching defs:com_s

234 struct com_s {
343 static int espattach(struct com_s *com, Port_t esp_port);
351 static void sioinput(struct com_s *com);
352 static void siointr1(struct com_s *com);
358 static int siosetwater(struct com_s *com, speed_t speed);
369 #define com_addr(unit) ((struct com_s *) \
410 static void com_tiocm_bis(struct com_s *com, int msr);
411 static void com_tiocm_bic(struct com_s *com, int msr);
412 static int com_tiocm_get(struct com_s *com);
413 static int com_tiocm_get_delta(struct com_s *com);
415 static void com_cflag_and_speed_set(struct com_s *com, int cflag, int speed);
416 static int pc98_ttspeedtab(struct com_s *com, int speed, u_int *divisor);
417 static int pc98_get_modem_status(struct com_s *com);
419 static void pc98_set_baud_rate(struct com_s *com, u_int count);
420 static void pc98_i8251_reset(struct com_s *com, int mode, int command);
421 static void pc98_disable_i8251_interrupt(struct com_s *com, int mod);
422 static void pc98_enable_i8251_interrupt(struct com_s *com, int mod);
423 static int pc98_check_i8251_interrupt(struct com_s *com);
424 static int pc98_i8251_get_cmd(struct com_s *com);
425 static int pc98_i8251_get_mod(struct com_s *com);
426 static void pc98_i8251_set_cmd(struct com_s *com, int x);
427 static void pc98_i8251_or_cmd(struct com_s *com, int x);
428 static void pc98_i8251_clear_cmd(struct com_s *com, int x);
429 static void pc98_i8251_clear_or_cmd(struct com_s *com, int clr, int x);
434 static void pc98_set_ioport(struct com_s *com);
665 struct com_s *com;
724 struct com_s *com;
726 com = (struct com_s *) device_get_softc(dev);
764 struct com_s *com;
1277 struct com_s *com;
1361 struct com_s *com;
1774 struct com_s *com;
1885 struct com_s *com;
1978 struct com_s *com;
1981 com = (struct com_s *)chan;
2052 struct com_s *com;
2160 struct com_s *com;
2166 com = (struct com_s *)arg;
2259 struct com_s *com;
2640 struct com_s *com;
2713 struct com_s *com;
2737 struct com_s *com;
2957 struct com_s *com;
3033 struct com_s *com;
3152 struct com_s *com;
3213 struct com_s *com;
3305 struct com_s *com;
3344 struct com_s *com;
3402 struct com_s *com;
3811 com_tiocm_bis(struct com_s *com, int msr)
3827 com_tiocm_bic(struct com_s *com, int msr)
3842 com_tiocm_get(struct com_s *com)
3848 com_tiocm_get_delta(struct com_s *com)
3859 pc98_get_modem_status(struct com_s *com)
3902 struct com_s *com;
3943 struct com_s *com;
3959 pc98_disable_i8251_interrupt(struct com_s *com, int mod)
3972 pc98_enable_i8251_interrupt(struct com_s *com, int mod)
3983 pc98_check_i8251_interrupt(struct com_s *com)
3989 pc98_i8251_clear_cmd(struct com_s *com, int x)
4005 pc98_i8251_or_cmd(struct com_s *com, int x)
4021 pc98_i8251_set_cmd(struct com_s *com, int x)
4037 pc98_i8251_clear_or_cmd(struct com_s *com, int clr, int x)
4053 pc98_i8251_get_cmd(struct com_s *com)
4059 pc98_i8251_get_mod(struct com_s *com)
4065 pc98_i8251_reset(struct com_s *com, int mode, int command)
4100 com_cflag_and_speed_set( struct com_s *com, int cflag, int speed)
4153 pc98_ttspeedtab(struct com_s *com, int speed, u_int *divisor)
4216 pc98_set_baud_rate( struct com_s *com, u_int count )
4338 pc98_set_ioport(struct com_s *com)