Searched refs:uath_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_uath.c259 static int uath_alloc_cmd_list(struct uath_softc *, struct uath_cmd []);
260 static void uath_free_cmd_list(struct uath_softc *, struct uath_cmd []);
261 static int uath_host_available(struct uath_softc *);
262 static int uath_get_capability(struct uath_softc *, uint32_t, uint32_t *);
263 static int uath_get_devcap(struct uath_softc *);
265 uath_get_cmdbuf(struct uath_softc *);
266 static int uath_cmd_read(struct uath_softc *, uint32_t, const void *,
268 static int uath_cmd_write(struct uath_softc *, uint32_t, const void *,
276 static int uath_get_devstatus(struct uath_softc *,
278 static int uath_get_status(struct uath_softc *, uint32_
[all...]
H A Dif_uathvar.h79 struct uath_softc *sc;
89 struct uath_softc *sc;
185 struct uath_softc { struct

Completed in 46 milliseconds