Home
last modified time | relevance | path

Searched defs:ct_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Dct.c100 struct ct_softc { struct
101 device_t sc_dev;
102 int sc_slave; /* HP-IB slave ID */
103 int sc_punit; /* physical unit */
104 struct ct_iocmd sc_ioc;
105 struct ct_rscmd sc_rsc;
106 struct ct_stat sc_stat;
107 struct ct_ssmcmd sc_ssmc;
108 struct ct_srcmd sc_src;
109 struct ct_soptcmd sc_soptc;
[all …]
/netbsd-src/sys/dev/gpib/
H A Dct.c120 struct ct_softc { struct
121 device_t sc_dev;
123 gpib_chipset_tag_t sc_ic;
124 gpib_handle_t sc_hdl;
126 int sc_slave; /* GPIB slave ID */
127 int sc_punit; /* physical unit */
128 struct ct_iocmd sc_ioc;
129 struct ct_rscmd sc_rsc;
130 struct cs80_stat sc_stat;
131 struct bufq_state *sc_tab;
[all …]
/netbsd-src/sys/arch/hp300/stand/common/
H A Dct.c51 struct ct_softc { struct
58 } ct_softc[NHPIB][NCT]; argument