Searched defs:ucom_methods (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/sys/dev/usb/ |
H A D | ucomvar.h | 42 struct ucom_methods { struct 43 void (*ucom_get_status)(void *sc, int portno, u_char *lsr, u_char *msr); 44 void (*ucom_set)(void *sc, int portno, int reg, int onoff); 48 int (*ucom_param)(void *sc, int portno, struct termios *); 49 int (*ucom_ioctl)(void *sc, int portno, u_long cmd, 51 int (*ucom_open)(void *sc, int portno); 52 void (*ucom_close)(void *sc, int portno); 53 void (*ucom_read)(void *sc, int portno, u_char **ptr, u_int32_t *count); 54 void (*ucom_write)(void *sc, int portno, u_char *to, u_char *from,
|