Searched refs:com_s (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c170 struct com_s { struct
234 static void cd1400_channel_cmd(struct com_s *com, int cmd);
235 static void cd1400_channel_cmd_wait(struct com_s *com);
236 static void cd_etc(struct com_s *com, int etc);
237 static int cd_getreg(struct com_s *com, int reg);
238 static void cd_setreg(struct com_s *com, int reg, int val);
239 static void cyinput(struct com_s *com);
243 static int cysetwater(struct com_s *com, speed_t speed);
249 struct com_s *com);
264 static struct com_s *p_cy_add
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c234 struct com_s { struct
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 *co
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c170 struct com_s { struct
255 static int espattach(struct com_s *com, Port_t esp_port);
263 static void sioinput(struct com_s *com);
264 static void siointr1(struct com_s *com);
270 static int siosetwater(struct com_s *com, speed_t speed);
286 #define com_addr(unit) ((struct com_s *) \
333 struct com_s *com;
395 struct com_s *com;
397 com = (struct com_s *) device_get_softc(dev);
431 struct com_s *co
[all...]

Completed in 193 milliseconds