putcs             407 drivers/video/fbdev/core/bitblit.c 	ops->putcs = bit_putcs;
putcs            1356 drivers/video/fbdev/core/fbcon.c 		ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
putcs              59 drivers/video/fbdev/core/fbcon.h 	void (*putcs)(struct vc_data *vc, struct fb_info *info,
putcs             416 drivers/video/fbdev/core/fbcon_ccw.c 	ops->putcs = ccw_putcs;
putcs             399 drivers/video/fbdev/core/fbcon_cw.c 	ops->putcs = cw_putcs;
putcs             443 drivers/video/fbdev/core/fbcon_ud.c 	ops->putcs = ud_putcs;
putcs             138 drivers/video/fbdev/core/tileblit.c 	ops->putcs = tile_putcs;