Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duhso.c275 typedef int (*uhso_callback)(struct uhso_port *); typedef
286 uhso_callback hp_abort; /* abort any transfers */
287 uhso_callback hp_detach; /* detach port completely */
288 uhso_callback hp_init; /* init port (first open) */
289 uhso_callback hp_clean; /* clean port (last close) */
290 uhso_callback hp_write; /* write data */
292 uhso_callback hp_read; /* read data */
294 uhso_callback hp_control; /* set control lines */