OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_input
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/bluetooth/
bthidev.h
52
void (*
sc_input
) /* input method */
member in struct:bthidev
/src/sys/arch/macppc/dev/
drivebay.c
76
uint32_t sc_state,
sc_input
, sc_last_update;
member in struct:drivebay_softc
237
return sc->
sc_input
;
248
sc->
sc_input
= ret;
/src/sys/dev/sbus/
dbrivar.h
157
int
sc_input
; /* 0 - line, 1 - mic */
member in struct:dbri_softc
/src/sys/dev/wscons/
wsdisplay.c
163
struct wsevsrc *
sc_input
;
member in struct:wsdisplay_softc
847
sc->
sc_input
= &mux->sc_base;
870
kme = wskbd_set_console_display(sc->sc_dev, sc->
sc_input
);
874
sc->
sc_input
= kme;
1337
inp = sc->
sc_input
;
1568
inp = sc->
sc_input
;
1602
inp = sc->
sc_input
;
1880
inp = sc->
sc_input
;
2303
wsdisplay_console_device->
sc_input
, src)) {
2308
wsdisplay_console_device->
sc_input
= src
[
all
...]
/src/sys/dev/usb/
uatp.c
499
uint8_t
sc_input
[UATP_MAX_INPUT_SIZE]; /* Buffer for a packet. */
member in struct:uatp_softc
500
unsigned int sc_input_index; /* Current index into
sc_input
. */
1439
memcpy(&sc->
sc_input
[sc->sc_input_index], ibuf, len);
1450
input = sc->
sc_input
;
Completed in 48 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025