Home
last modified time | relevance | path

Searched refs:HVCS_MAX_FROM_USER (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvcs.c172 #define HVCS_MAX_FROM_USER 4096 macro
1322 if (count > HVCS_MAX_FROM_USER) { in hvcs_write()
1325 count = HVCS_MAX_FROM_USER; in hvcs_write()