HomeSort by: relevance | last modified time | path
    Searched refs:athn_usb_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_athn_usb.c 78 #define ATHN_USB_SOFTC(sc) ((struct athn_usb_softc *)(sc))
92 CFATTACH_DECL_NEW(athn_usb, sizeof(struct athn_usb_softc), athn_usb_match,
95 Static int athn_usb_alloc_rx_list(struct athn_usb_softc *);
96 Static int athn_usb_alloc_tx_cmd(struct athn_usb_softc *);
97 Static int athn_usb_alloc_tx_msg(struct athn_usb_softc *);
98 Static int athn_usb_alloc_tx_list(struct athn_usb_softc *);
102 Static void athn_usb_abort_pipes(struct athn_usb_softc *);
103 Static void athn_usb_close_pipes(struct athn_usb_softc *);
104 Static int athn_usb_create_hw_node(struct athn_usb_softc *,
    [all...]
if_athn_usb.h 387 struct athn_usb_softc;
396 struct athn_usb_softc *sc;
402 struct athn_usb_softc *sc;
409 void (*cb)(struct athn_usb_softc *, void *);
440 struct athn_usb_softc { struct

Completed in 12 milliseconds