Lines Matching refs:obuf_cursor
160 unsigned short int obuf_cursor; member
927 hwc_data.obuf_cursor = 0; in hwc_write_timeout()
947 unsigned short int obuf_cursor; in do_hwc_write() local
951 obuf_cursor = 0; in do_hwc_write()
956 obuf_cursor = hwc_data.obuf_cursor; in do_hwc_write()
969 if ((obuf_cursor == obuf_columns) && in do_hwc_write()
976 obuf_cursor = 0; in do_hwc_write()
985 obuf_cursor = 0; in do_hwc_write()
1000 if (obuf_cursor < obuf_columns) { in do_hwc_write()
1002 obuf_cursor] in do_hwc_write()
1004 obuf_cursor++; in do_hwc_write()
1007 } while (obuf_cursor % hwc_data.ioctls.width_htab); in do_hwc_write()
1014 spaces = obuf_cursor; in do_hwc_write()
1017 obuf_count = obuf_cursor; in do_hwc_write()
1020 obuf_cursor - spaces] in do_hwc_write()
1029 if (obuf_cursor) in do_hwc_write()
1030 obuf_cursor--; in do_hwc_write()
1035 obuf_cursor = 0; in do_hwc_write()
1042 obuf_cursor = 0; in do_hwc_write()
1050 obuf_cursor++] in do_hwc_write()
1053 if (obuf_cursor > obuf_count) in do_hwc_write()
1054 obuf_count = obuf_cursor; in do_hwc_write()
1057 if (obuf_cursor) { in do_hwc_write()
1064 obuf_cursor = 0; in do_hwc_write()
1095 hwc_data.obuf_cursor = obuf_cursor; in do_hwc_write()
1132 number += hwc_data.obuf_cursor; in hwc_chars_in_buffer()
1175 number += MAX_HWCB_ROOM - hwc_data.obuf_cursor; in hwc_write_room()
1196 hwc_data.obuf_cursor = 0; in hwc_flush_buffer()