Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_uath.c143 int uath_cmd_read(struct uath_softc *, uint32_t, const void *, int, void *,
999 uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, in uath_cmd_read() function
1053 error = uath_cmd_read(sc, UATH_CMD_READ_MAC, &reg, sizeof reg, &read, in uath_read_reg()
1071 error = uath_cmd_read(sc, UATH_CMD_READ_EEPROM, &reg, sizeof reg, in uath_read_eeprom()
1856 error = uath_cmd_read(sc, UATH_CMD_07, NULL, 0, &val, in uath_init()
1948 (void)uath_cmd_read(sc, UATH_CMD_SHUTDOWN, NULL, 0, NULL, in uath_stop()