Searched refs:utoppy_softc (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | utoppy.c | 134 struct utoppy_softc { struct 210 CFATTACH_DECL_NEW(utoppy, sizeof(struct utoppy_softc), utoppy_match, 228 struct utoppy_softc *sc = device_private(self); in utoppy_attach() 347 struct utoppy_softc *sc = device_private(self); in utoppy_activate() 361 struct utoppy_softc *sc = device_private(self); in utoppy_detach() 528 utoppy_send_packet(struct utoppy_softc *sc, uint16_t cmd, uint32_t timeout) in utoppy_send_packet() 627 utoppy_recv_packet(struct utoppy_softc *sc, uint16_t *respp, uint32_t timeout) in utoppy_recv_packet() 761 utoppy_add_8(struct utoppy_softc *sc, uint8_t v) in utoppy_add_8() 772 utoppy_add_16(struct utoppy_softc *sc, uint16_t v) in utoppy_add_16() 784 utoppy_add_32(struct utoppy_softc *sc, uint32_t v) in utoppy_add_32() [all …]
|