Searched refs:attr_col_ec (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/console/ |
D | fbcon.h | 117 static inline int attr_col_ec(int shift, struct vc_data *vc, in attr_col_ec() function 150 #define attr_bgcol_ec(bgshift, vc, info) attr_col_ec(bgshift, vc, info, 0) 151 #define attr_fgcol_ec(fgshift, vc, info) attr_col_ec(fgshift, vc, info, 1)
|