Home
last modified time | relevance | path

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

/include/linux/
A Dconsolemap.h27 int conv_uni_to_pc(struct vc_data *conp, long ucs);
48 static inline int conv_uni_to_pc(struct vc_data *conp, long ucs) in conv_uni_to_pc() argument
50 return ucs > 0xff ? -1 : ucs; in conv_uni_to_pc()

Completed in 3 milliseconds