Searched defs:ubt_softc (Results 1 – 1 of 1) sorted by relevance
76 struct ubt_softc { struct77 device_t sc_dev; /* for debug printf */80 ng_ubt_node_debug_ep sc_debug; /* debug level */82 ng_ubt_node_stat_ep sc_stat; /* statistic */92 struct lock sc_if_lock; /* interfaces lock */93 struct usb_xfer *sc_xfer[UBT_N_TRANSFER];95 struct lock sc_ng_lock; /* lock for shared NG data */98 struct ng_bt_mbufq sc_cmdq; /* HCI command queue */127 typedef struct ubt_softc ubt_softc_t; argument