OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HD_MAX_CHARS
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
hd44780reg.h
37
#define
HD_MAX_CHARS
80
hd44780var.h
68
uint8_t buf[
HD_MAX_CHARS
];
hd44780_subr.c
372
/* Make sure that
HD_MAX_CHARS
is enough. */
373
if ((sc->sc_flags & HD_MULTILINE) && (2 * sc->sc_cols >
HD_MAX_CHARS
))
375
else if (sc->sc_cols >
HD_MAX_CHARS
)
/src/sys/arch/evbarm/tsarm/
tslcd.c
292
if (io.len >
HD_MAX_CHARS
)
293
io.len =
HD_MAX_CHARS
;
/src/sys/arch/cobalt/dev/
lcdpanel.c
286
if (io.len >
HD_MAX_CHARS
)
287
io.len =
HD_MAX_CHARS
;
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025