Searched defs:adb_softc (Results 1 – 1 of 1) sorted by relevance
37 struct adb_softc { struct38 device_t sc_dev;39 device_t parent;41 struct intr_config_hook enum_hook;43 volatile int sync_packet;44 volatile int packet_reply;46 uint16_t autopoll_mask;47 uint8_t syncreg[8];49 device_t children[16];50 struct adb_devinfo devinfo[16];