Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/s390/char/
Dhwc_rw.c160 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()
[all …]