Searched refs:uath_cmd_read (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/usb/wlan/ |
| H A D | if_uath.c | 257 static int uath_cmd_read(struct uath_softc *, uint32_t, const void *, 569 return uath_cmd_read(sc, WDCMSG_HOST_AVAILABLE, in uath_host_available() 737 uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, in uath_cmd_read() function 803 error = uath_cmd_read(sc, WDCMSG_TARGET_GET_CAPABILITY, in uath_get_capability() 899 error = uath_cmd_read(sc, WDCMSG_TARGET_GET_STATUS, in uath_get_status() 1108 error = uath_cmd_read(sc, WDCMSG_TARGET_START, NULL, 0, in uath_init()
|