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

/linux-master/include/linux/
H A Dpnp.h18 #define PNP_NAME_LEN 50 macro
212 char name[PNP_NAME_LEN]; /* contains a human-readable name */
267 char name[PNP_NAME_LEN]; /* contains a human-readable name */
/linux-master/drivers/pnp/pnpbios/
H A Drsparser.c458 len >= PNP_NAME_LEN ? PNP_NAME_LEN - 2 : len);
460 PNP_NAME_LEN ? PNP_NAME_LEN - 1 : len] = '\0';

Completed in 110 milliseconds