Searched refs:USE_DYNAMIC_MINOR (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dsn_console.c72 /* #define USE_DYNAMIC_MINOR 1 *//* use dynamic minor number */
73 #define USE_DYNAMIC_MINOR 0 /* Don't rely on misc_register dynamic minor */ macro
78 /* The major/minor we are using, ignored for USE_DYNAMIC_MINOR */
108 /* Only used if USE_DYNAMIC_MINOR is set to 1 */
781 .major = 0, /* major/minor set at registration time per USE_DYNAMIC_MINOR */
805 if (USE_DYNAMIC_MINOR == 1) {

Completed in 93 milliseconds