OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_chans
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_lradc.c
57
uint8_t
sc_chans
;
member in struct:sunxi_lradc_softc
142
sc->
sc_chans
= -1;
165
switch (sc->
sc_chans
) {
180
if (sc->
sc_chans
== 0 || sc->
sc_chans
== 2) {
183
if (sc->
sc_chans
== 1 || sc->
sc_chans
== 2) {
195
if (sc->
sc_chans
== 0 || sc->
sc_chans
== 2) {
201
if (sc->
sc_chans
== 1 || sc->sc_chans == 2)
[
all
...]
/src/sys/dev/ic/
clmpccvar.h
120
struct clmpcc_chan
sc_chans
[CLMPCC_NUM_CHANS];
member in struct:clmpcc_softc
dptvar.h
70
struct scsipi_channel
sc_chans
[3]; /* each channel */
member in struct:dpt_softc
clmpcc.c
292
memset(&(sc->
sc_chans
[0]), 0, sizeof(sc->
sc_chans
));
295
ch = &sc->
sc_chans
[chan];
317
SET(sc->
sc_chans
[cons_chan].ch_flags, CLMPCC_FLG_IS_CONSOLE);
318
SET(sc->
sc_chans
[cons_chan].ch_openflags, TIOCFLAG_SOFTCAR);
483
ch = &sc->
sc_chans
[CLMPCCCHAN(dev)];
576
struct clmpcc_chan *ch = &sc->
sc_chans
[CLMPCCCHAN(dev)];
607
struct tty *tp = sc->
sc_chans
[CLMPCCCHAN(dev)].ch_tty;
616
struct tty *tp = sc->
sc_chans
[CLMPCCCHAN(dev)].ch_tty;
625
struct tty *tp = sc->
sc_chans
[CLMPCCCHAN(dev)].ch_tty
[
all
...]
dpt.c
486
chan = &sc->
sc_chans
[i];
/src/sys/dev/isa/
aria.c
105
int
sc_chans
; /* # of channels */
member in struct:aria_softc
436
sc->
sc_chans
= 1;
561
sc->
sc_chans
= p->channels;
599
format |= (sc->
sc_chans
== 2) ? 1 : 0;
609
if (sc->
sc_chans
==2) {
1331
cp->un.value.num_channels = sc->
sc_chans
;
Completed in 53 milliseconds
Indexes created Mon Oct 27 02:09:54 GMT 2025