Lines Matching refs:buf_offset
156 uint buf_offset; member
359 nfc->buf_offset = max(column, 0); in vf610_nfc_command()
366 nfc->buf_offset = 0; in vf610_nfc_command()
425 nfc->buf_offset = 0; in vf610_nfc_command()
450 uint c = nfc->buf_offset; in vf610_nfc_read_buf()
458 nfc->buf_offset += len; in vf610_nfc_read_buf()
466 uint c = nfc->buf_offset; in vf610_nfc_write_buf()
473 nfc->buf_offset += l; in vf610_nfc_write_buf()
481 uint c = nfc->buf_offset; in vf610_nfc_read_byte()
493 c = nfc->buf_offset ^ 0x3; in vf610_nfc_read_byte()
500 nfc->buf_offset++; in vf610_nfc_read_byte()