Searched defs:ucom_methods (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | ucomvar.h | 63 struct ucom_methods { struct 69 void (*ucom_get_status)(void *, int, u_char *, u_char *); 75 void (*ucom_set)(void *, int, int, int); 83 int (*ucom_param)(void *, int, struct termios *); 91 int (*ucom_ioctl)(void *, int, u_long, void *, int, proc_t *); 93 int (*ucom_open)(void *, int); 95 void (*ucom_close)(void *, int); 113 void (*ucom_read)(void *, int, u_char **, uint32_t *); 120 void (*ucom_write)(void *, int, u_char *, u_char *, uint32_t *);
|