OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_enabled
(Results
1 - 25
of
105
) sorted by relevancy
1
2
3
4
5
/src/sys/dev/ic/
spicvar.h
60
char
sc_enabled
;
member in struct:spic_softc
matrixkpvar.h
42
u_int32_t
sc_enabled
;
member in struct:matrixkp_softc
seeq8005var.h
81
int
sc_enabled
; /* Enabled state */
member in struct:seeq8005_softc
matrixkp_subr.c
88
sc->
sc_enabled
= 0;
127
if (sc->
sc_enabled
)
179
if (sc->
sc_enabled
)
182
sc->
sc_enabled
= 1;
185
sc->
sc_enabled
= 0;
spic.c
214
if (!sc->
sc_enabled
) {
321
if (sc->
sc_enabled
)
324
sc->
sc_enabled
= 1;
341
if (!sc->
sc_enabled
) {
347
sc->
sc_enabled
= 0;
/src/sys/dev/pcmcia/
if_xivar.h
35
int
sc_enabled
;
member in struct:xi_softc
if_an_pcmcia.c
146
sc->
sc_enabled
= 1;
162
sc->
sc_enabled
= 0;
168
sc->
sc_enabled
= 0;
/src/sys/arch/pmax/tc/
dtms.c
53
int
sc_enabled
;
member in struct:dtms_softc
111
if (sc->
sc_enabled
)
113
sc->
sc_enabled
= 1;
124
sc->
sc_enabled
= 0;
148
if (!sc->
sc_enabled
)
/src/sys/arch/vax/uba/
qvms.c
77
int
sc_enabled
; /* input enabled? */
member in struct:qvms_softc
139
qvms->
sc_enabled
= 0;
150
if (sc->
sc_enabled
)
162
sc->
sc_enabled
= 1;
172
sc->
sc_enabled
= 0;
190
if (sc->
sc_enabled
== 0) {
/src/sys/dev/dec/
dzms.c
74
int
sc_enabled
; /* input enabled? */
member in struct:dzms_softc
136
dzms->
sc_enabled
= 0;
147
if (sc->
sc_enabled
)
159
sc->
sc_enabled
= 1;
169
sc->
sc_enabled
= 0;
187
if (sc->
sc_enabled
== 0) {
/src/sys/arch/hpcmips/tx/
tx39uart.c
56
int
sc_enabled
;
member in struct:tx39uart_softc
96
if (!(sc->
sc_enabled
& (1 << ua.ua_slot)) && /* not attached slot */
99
sc->
sc_enabled
|= (1 << ua.ua_slot);
/src/sys/arch/evbarm/netwalker/
netwalker_btn.c
72
int
sc_enabled
;
member in struct:mousebtn_softc
227
if (sc->
sc_enabled
)
238
if (sc->
sc_enabled
)
271
if (sc->
sc_enabled
)
278
sc->
sc_enabled
= 1;
291
if (!sc->
sc_enabled
)
296
sc->
sc_enabled
= 0;
309
sc->
sc_enabled
= 0;
319
sc->
sc_enabled
= 1;
/src/sys/dev/i2c/
ims.c
40
bool
sc_enabled
;
member in struct:ims_softc
178
if (sc->
sc_enabled
)
190
if (sc->
sc_enabled
)
193
sc->
sc_enabled
= 1;
198
sc->
sc_enabled
= 0;
210
if (!sc->
sc_enabled
) {
216
if (sc->
sc_enabled
) {
217
sc->
sc_enabled
= 0;
/src/sys/dev/pckbport/
pms.c
329
if (sc->
sc_enabled
)
335
sc->
sc_enabled
= 1;
350
sc->
sc_enabled
= 0;
359
if (sc->
sc_enabled
)
373
if (sc->
sc_enabled
) {
381
if (sc->
sc_enabled
) {
389
if (sc->
sc_enabled
) {
394
if (sc->
sc_enabled
) {
449
tsleep(&sc->
sc_enabled
, PWAIT, "pmsreset", 0);
521
if (!sc->
sc_enabled
) {
[
all
...]
pmsvar.h
57
int
sc_enabled
; /* input enabled? */
member in struct:pms_softc
/src/sys/arch/hpcsh/dev/
psh3tp.c
97
int
sc_enabled
;
member in struct:psh3tp_softc
177
sc->
sc_enabled
= 0;
240
if (!sc->
sc_enabled
)
242
sc->
sc_enabled
|= child;
244
sc->
sc_enabled
&= ~child;
245
if (!sc->
sc_enabled
)
291
if (!sc->
sc_enabled
) {
292
DPRINTFN(1, ("%s: intr: !
sc_enabled
\n", device_xname(sc->sc_dev)));
369
if (sc->
sc_enabled
& PSH3TP_WSMOUSE_ENABLED) {
415
if (!sc->
sc_enabled
) {
[
all
...]
j6x0tp.c
115
int
sc_enabled
;
member in struct:j6x0tp_softc
248
sc->
sc_enabled
= 0;
320
if (!sc->
sc_enabled
)
322
sc->
sc_enabled
|= child;
324
sc->
sc_enabled
&= ~child;
325
if (!sc->
sc_enabled
)
382
if (!sc->
sc_enabled
) {
383
DPRINTFN(1, ("%s: intr: !
sc_enabled
\n",
462
do_mouse = sc->
sc_enabled
& J6X0TP_WSMOUSE_ENABLED;
468
do_kbd = sc->
sc_enabled
& J6X0TP_WSKBD_ENABLED
[
all
...]
/src/sys/dev/spi/
oj6sh.c
90
int
sc_enabled
;
member in struct:oj6sh_softc
201
sc->
sc_enabled
= 0;
265
if (sc->
sc_enabled
)
349
if (sc->
sc_enabled
) {
357
sc->
sc_enabled
= 1;
369
if (!sc->
sc_enabled
) {
376
sc->
sc_enabled
= 0;
388
sc->
sc_enabled
= 0;
399
sc->
sc_enabled
= 1;
/src/sys/arch/i386/isa/
lms.c
55
int
sc_enabled
; /* device is open */
member in struct:lms_softc
155
sc->
sc_enabled
= 0;
177
if (sc->
sc_enabled
)
180
sc->
sc_enabled
= 1;
197
sc->
sc_enabled
= 0;
227
if (!sc->
sc_enabled
)
mms.c
53
int
sc_enabled
; /* device is open */
member in struct:mms_softc
146
sc->
sc_enabled
= 0;
168
if (sc->
sc_enabled
)
171
sc->
sc_enabled
= 1;
188
sc->
sc_enabled
= 0;
217
if (!sc->
sc_enabled
)
/src/sys/dev/hil/
hilms.c
52
int
sc_enabled
;
member in struct:hilms_softc
159
sc->
sc_enabled
= 0;
184
if (sc->
sc_enabled
)
187
sc->
sc_enabled
= 1;
198
sc->
sc_enabled
= 0;
230
if (sc->
sc_enabled
== 0)
hilkbd.c
59
int
sc_enabled
;
member in struct:hilkbd_softc
202
sc->sc_console = sc->
sc_enabled
= 1;
205
sc->sc_console = sc->
sc_enabled
= 0;
247
if (sc->
sc_enabled
)
254
sc->
sc_enabled
= on;
384
if (sc->
sc_enabled
== 0)
/src/sys/arch/hpcarm/dev/
j720tp.c
87
int
sc_enabled
;
member in struct:j720tp_softc
223
sc->
sc_enabled
= 0;
270
sc->
sc_enabled
|= J720TP_WSMOUSE_ENABLED;
296
sc->
sc_enabled
&= ~J720TP_WSMOUSE_ENABLED;
308
sc->
sc_enabled
|= J720TP_WSKBD_ENABLED;
382
if (!(sc->
sc_enabled
& J720TP_WSMOUSE_ENABLED)) {
383
DPRINTF(("j720tp_intr: !
sc_enabled
\n"));
461
if (!(sc->
sc_enabled
& J720TP_WSKBD_ENABLED))
498
if (!(sc->
sc_enabled
& J720TP_WSMOUSE_ENABLED)) {
499
DPRINTF(("j720tp_wsmouse_callout: !
sc_enabled
\n"))
[
all
...]
nbpkbd.c
68
int
sc_enabled
;
member in struct:nbpkbd_softc
138
sc->
sc_enabled
= 1;
188
if (!sc->
sc_enabled
)
/src/sys/arch/ews4800mips/dev/
ewsms.c
102
int
sc_enabled
;
member in struct:ewsms_softc
167
sc->
sc_enabled
= 0;
264
if (!sc->
sc_enabled
) {
358
if (sc->
sc_enabled
)
362
sc->
sc_enabled
= 1;
372
sc->
sc_enabled
= 0;
Completed in 22 milliseconds
1
2
3
4
5
Indexes created Fri Oct 03 02:09:57 GMT 2025