Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dustir.c95 struct ustir_softc { struct
173 Static usbd_status ustir_start_read(struct ustir_softc *);
174 Static void ustir_periodic(struct ustir_softc *);
178 ustir_read_reg(struct ustir_softc *sc, unsigned int reg, uint8_t *data) in ustir_read_reg()
192 ustir_write_reg(struct ustir_softc *sc, unsigned int reg, uint8_t data) in ustir_write_reg()
223 CFATTACH_DECL2_NEW(ustir, sizeof(struct ustir_softc), ustir_match,
243 struct ustir_softc *sc = device_private(self); in ustir_attach()
317 struct ustir_softc *sc = device_private(self); in ustir_childdet()
326 struct ustir_softc *sc = device_private(self); in ustir_detach()
389 deframe_rd_ur(struct ustir_softc *sc) in deframe_rd_ur()
[all …]