Home
last modified time | relevance | path

Searched refs:com_s (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cy/
Dcy.c170 struct com_s { struct
234 static void cd1400_channel_cmd(struct com_s *com, int cmd); argument
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_addr[NPORTS];
[all …]
/freebsd-12-stable/sys/dev/sio/
Dsio.c171 struct com_s { struct
256 static int espattach(struct com_s *com, Port_t esp_port); argument
264 static void sioinput(struct com_s *com);
265 static void siointr1(struct com_s *com);
271 static int siosetwater(struct com_s *com, speed_t speed);
287 #define com_addr(unit) ((struct com_s *) \
334 struct com_s *com; in sysctl_machdep_comdefaultrate()
396 struct com_s *com; in siodetach()
398 com = (struct com_s *) device_get_softc(dev); in siodetach()
432 struct com_s *com;
[all …]