HomeSort by: relevance | last modified time | path
    Searched defs:uhso_port (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uhso.c 271 struct uhso_port;
275 typedef int (*uhso_callback)(struct uhso_port *);
277 struct uhso_port { struct
330 struct uhso_port *sc_port[UHSO_PORT_MAX];
350 Static int uhso_mux_abort(struct uhso_port *);
351 Static int uhso_mux_detach(struct uhso_port *);
352 Static int uhso_mux_init(struct uhso_port *);
353 Static int uhso_mux_clean(struct uhso_port *);
354 Static int uhso_mux_write(struct uhso_port *);
355 Static int uhso_mux_read(struct uhso_port *);
    [all...]

Completed in 11 milliseconds