OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_cols
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
hd44780var.h
103
uint8_t
sc_cols
; /* visible columns */
member in struct:hd44780_chip
/src/sys/dev/i2c/
tcakp.c
95
u_int
sc_cols
;
member in struct:tcakp_softc
202
if (sc->sc_rows == 0 || sc->
sc_cols
== 0) {
208
mask += __BITS(sc->
sc_cols
- 1, 0) << 8;
242
of_getprop_uint32(sc->sc_phandle, "keypad,num-columns", &sc->
sc_cols
);
249
sc->sc_row_shift = fls32(sc->
sc_cols
) - 1;
250
if (sc->sc_row_shift & (sc->
sc_cols
- 1))
/src/sys/arch/hppa/dev/
summitfb.c
94
int
sc_cols
; /* chars per line in font area */
member in struct:summitfb_softc
Completed in 38 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025