HomeSort by: relevance | last modified time | path
    Searched defs:atu_send_command (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_atu.c 242 static int atu_send_command(struct atu_softc *, uint8_t *, int);
345 atu_send_command(struct atu_softc *sc, uint8_t *command, int size) function in typeref:typename:int
494 err = atu_send_command(sc, (uint8_t *)&Request, sizeof(Request));
571 err = atu_send_command(sc, (uint8_t *)&Scan, sizeof(Scan));
608 err = atu_send_command(sc, (uint8_t *)&CmdRadio,
735 err = atu_send_command(sc, (uint8_t *)&cmd, sizeof(cmd));
810 err = atu_send_command(sc, (uint8_t *)&join, sizeof(join));

Completed in 14 milliseconds