sys/dev/usb/uhso.c
1043
struct uhso_port *hp;
sys/dev/usb/uhso.c
1076
hp = kmem_zalloc(sizeof(struct uhso_port), KM_SLEEP);
sys/dev/usb/uhso.c
1112
uhso_bulk_abort(struct uhso_port *hp)
sys/dev/usb/uhso.c
1121
uhso_bulk_detach(struct uhso_port *hp)
sys/dev/usb/uhso.c
1127
kmem_free(hp, sizeof(struct uhso_port));
sys/dev/usb/uhso.c
1132
uhso_bulk_init(struct uhso_port *hp)
sys/dev/usb/uhso.c
1182
uhso_bulk_clean(struct uhso_port *hp)
sys/dev/usb/uhso.c
1232
uhso_bulk_write(struct uhso_port *hp)
sys/dev/usb/uhso.c
1253
uhso_bulk_read(struct uhso_port *hp)
sys/dev/usb/uhso.c
1274
uhso_bulk_control(struct uhso_port *hp)
sys/dev/usb/uhso.c
1316
struct uhso_port *hp = p;
sys/dev/usb/uhso.c
1369
uhso_tty_attach(struct uhso_port *hp)
sys/dev/usb/uhso.c
1384
uhso_tty_detach(struct uhso_port *hp)
sys/dev/usb/uhso.c
1399
struct uhso_port *hp = p;
sys/dev/usb/uhso.c
1432
struct uhso_port *hp = p;
sys/dev/usb/uhso.c
1483
struct uhso_port *hp;
sys/dev/usb/uhso.c
1527
uhso_tty_init(struct uhso_port *hp)
sys/dev/usb/uhso.c
1585
struct uhso_port *hp = sc->sc_port[UHSOPORT(dev)];
sys/dev/usb/uhso.c
1608
uhso_tty_clean(struct uhso_port *hp)
sys/dev/usb/uhso.c
1636
struct uhso_port *hp = sc->sc_port[UHSOPORT(dev)];
sys/dev/usb/uhso.c
1659
struct uhso_port *hp = sc->sc_port[UHSOPORT(dev)];
sys/dev/usb/uhso.c
1682
struct uhso_port *hp = sc->sc_port[UHSOPORT(dev)];
sys/dev/usb/uhso.c
1701
uhso_tty_do_ioctl(struct uhso_port *hp, u_long cmd, void *data, int flag,
sys/dev/usb/uhso.c
1768
struct uhso_port *hp = sc->sc_port[UHSOPORT(tp->t_dev)];
sys/dev/usb/uhso.c
1778
struct uhso_port *hp = sc->sc_port[UHSOPORT(dev)];
sys/dev/usb/uhso.c
1787
struct uhso_port *hp = sc->sc_port[UHSOPORT(dev)];
sys/dev/usb/uhso.c
1809
struct uhso_port *hp = sc->sc_port[UHSOPORT(tp->t_dev)];
sys/dev/usb/uhso.c
1847
struct uhso_port *hp = sc->sc_port[UHSOPORT(tp->t_dev)];
sys/dev/usb/uhso.c
1870
uhso_tty_control(struct uhso_port *hp, u_long cmd, int bits)
sys/dev/usb/uhso.c
1908
struct uhso_port *hp;
sys/dev/usb/uhso.c
1939
hp = kmem_zalloc(sizeof(struct uhso_port), KM_SLEEP);
sys/dev/usb/uhso.c
1979
uhso_ifnet_abort(struct uhso_port *hp)
sys/dev/usb/uhso.c
1990
uhso_ifnet_detach(struct uhso_port *hp)
sys/dev/usb/uhso.c
2001
kmem_free(hp, sizeof(struct uhso_port));
sys/dev/usb/uhso.c
2008
struct uhso_port *hp = p;
sys/dev/usb/uhso.c
2049
struct uhso_port *hp = p;
sys/dev/usb/uhso.c
2192
struct uhso_port *hp = ifp->if_softc;
sys/dev/usb/uhso.c
2278
uhso_ifnet_init(struct uhso_port *hp)
sys/dev/usb/uhso.c
2300
uhso_ifnet_clean(struct uhso_port *hp)
sys/dev/usb/uhso.c
2312
struct uhso_port *hp = ifp->if_softc;
sys/dev/usb/uhso.c
271
struct uhso_port;
sys/dev/usb/uhso.c
275
typedef int (*uhso_callback)(struct uhso_port *);
sys/dev/usb/uhso.c
330
struct uhso_port *sc_port[UHSO_PORT_MAX];
sys/dev/usb/uhso.c
350
Static int uhso_mux_abort(struct uhso_port *);
sys/dev/usb/uhso.c
351
Static int uhso_mux_detach(struct uhso_port *);
sys/dev/usb/uhso.c
352
Static int uhso_mux_init(struct uhso_port *);
sys/dev/usb/uhso.c
353
Static int uhso_mux_clean(struct uhso_port *);
sys/dev/usb/uhso.c
354
Static int uhso_mux_write(struct uhso_port *);
sys/dev/usb/uhso.c
355
Static int uhso_mux_read(struct uhso_port *);
sys/dev/usb/uhso.c
356
Static int uhso_mux_control(struct uhso_port *);
sys/dev/usb/uhso.c
360
Static int uhso_bulk_abort(struct uhso_port *);
sys/dev/usb/uhso.c
361
Static int uhso_bulk_detach(struct uhso_port *);
sys/dev/usb/uhso.c
362
Static int uhso_bulk_init(struct uhso_port *);
sys/dev/usb/uhso.c
363
Static int uhso_bulk_clean(struct uhso_port *);
sys/dev/usb/uhso.c
364
Static int uhso_bulk_write(struct uhso_port *);
sys/dev/usb/uhso.c
365
Static int uhso_bulk_read(struct uhso_port *);
sys/dev/usb/uhso.c
366
Static int uhso_bulk_control(struct uhso_port *);
sys/dev/usb/uhso.c
369
Static void uhso_tty_attach(struct uhso_port *);
sys/dev/usb/uhso.c
370
Static void uhso_tty_detach(struct uhso_port *);
sys/dev/usb/uhso.c
398
Static int uhso_tty_init(struct uhso_port *);
sys/dev/usb/uhso.c
399
Static void uhso_tty_clean(struct uhso_port *);
sys/dev/usb/uhso.c
400
Static int uhso_tty_do_ioctl(struct uhso_port *, u_long, void *, int, struct lwp *);
sys/dev/usb/uhso.c
403
Static int uhso_tty_control(struct uhso_port *, u_long, int);
sys/dev/usb/uhso.c
417
Static int uhso_ifnet_abort(struct uhso_port *);
sys/dev/usb/uhso.c
418
Static int uhso_ifnet_detach(struct uhso_port *);
sys/dev/usb/uhso.c
424
Static int uhso_ifnet_init(struct uhso_port *);
sys/dev/usb/uhso.c
425
Static void uhso_ifnet_clean(struct uhso_port *);
sys/dev/usb/uhso.c
534
struct uhso_port *hp;
sys/dev/usb/uhso.c
733
struct uhso_port *hp;
sys/dev/usb/uhso.c
800
hp = kmem_zalloc(sizeof(struct uhso_port), KM_SLEEP);
sys/dev/usb/uhso.c
844
uhso_mux_abort(struct uhso_port *hp)
sys/dev/usb/uhso.c
859
uhso_mux_detach(struct uhso_port *hp)
sys/dev/usb/uhso.c
872
kmem_free(hp, sizeof(struct uhso_port));
sys/dev/usb/uhso.c
877
uhso_mux_init(struct uhso_port *hp)
sys/dev/usb/uhso.c
905
uhso_mux_clean(struct uhso_port *hp)
sys/dev/usb/uhso.c
916
uhso_mux_write(struct uhso_port *hp)
sys/dev/usb/uhso.c
945
uhso_mux_read(struct uhso_port *hp)
sys/dev/usb/uhso.c
983
uhso_mux_control(struct uhso_port *hp)
sys/dev/usb/uhso.c
995
struct uhso_port *hp;