Home
last modified time | relevance | path

Searched refs:wpi_cmd (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpi.c242 static int wpi_cmd(wpi_sc_t *, int, const void *, int, int);
1270 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config, in wpi_newstate()
1285 err = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, in wpi_newstate()
1364 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config, in wpi_newstate()
1446 err = wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof (node), 1); in wpi_key_set()
2711 wpi_cmd(wpi_sc_t *sc, int code, const void *buf, int size, int async) function
2787 err = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof (mrr), 1);
2796 err = wpi_cmd(sc, WPI_CMD_MRR_SETUP, &mrr, sizeof (mrr), 1);
2816 (void) wpi_cmd(sc, WPI_CMD_SET_LED, &led, sizeof (led), 1);
2849 err = wpi_cmd(sc, WPI_CMD_CONFIGURE, &sc->sc_config,
[all …]