Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dif_urtw.c114 error = urtw_read8_c(sc, val, data, 0); \
119 error = urtw_read8_c(sc, val, data, idx); \
510 static usbd_status urtw_read8_c(struct urtw_softc *, int, uint8_t *, uint8_t);
1576 urtw_read8_c(struct urtw_softc *sc, int val, uint8_t *data, uint8_t idx) in urtw_read8_c() function