Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhso.c290 uhso_callback hp_write; /* write data */ member
813 hp->hp_write = uhso_mux_write; in uhso_mux_attach()
1088 hp->hp_write = uhso_bulk_write; in uhso_bulk_attach()
1862 (*hp->hp_write)(hp); in uhso_tty_start()
1963 hp->hp_write = uhso_bulk_write; in uhso_ifnet_attach()
2341 if ((*hp->hp_write)(hp) != 0) { in uhso_ifnet_start()