Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dhcdp_serial.c102 if (hcdp_dev->type != HCDP_DEV_CONSOLE) in setup_serial_hcdp()
109 …((hcdp_dev->type == HCDP_DEV_CONSOLE)?"Headless Console":((hcdp_dev->type == HCDP_DEV_DEBUG)?"Debu… in setup_serial_hcdp()
211 if (hcdp_dev->type == HCDP_DEV_CONSOLE) in setup_serial_hcdp()
253 if (dev->type == HCDP_DEV_CONSOLE) in hcdp_early_uart()
/linux-2.4.37.9/include/linux/
Dhcdp_serial.h46 #define HCDP_DEV_CONSOLE 0 macro