Lines Matching refs:wpi_cmd
242 static int wpi_cmd(wpi_sc_t *, int, const void *, int, int);
1272 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config, in wpi_newstate()
1287 err = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, in wpi_newstate()
1366 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config, in wpi_newstate()
1448 err = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof (node), 1); in wpi_key_set()
2713 wpi_cmd(wpi_sc_t *sc, int code, const void *buf, int size, int async) function
2789 err = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof (mrr), 1);
2798 err = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof (mrr), 1);
2818 (void) wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof (led), 1);
2851 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config,
2864 err = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof (node), 1);
3049 err = wpi_cmd(sc, WPI_CMD_TXPOWER, &txpower, sizeof (txpower), 0);
3058 err = wpi_cmd(sc, WPI_CMD_SET_POWER_MODE, &power, sizeof (power), 0);
3069 err = wpi_cmd(sc, WPI_CMD_BLUETOOTH, &bluetooth,
3105 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config,
3118 err = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof (node), 0);
3420 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config,