Lines Matching refs:buf_offset
150 uint buf_offset; member
353 nfc->buf_offset = max(column, 0); in vf610_nfc_command()
360 nfc->buf_offset = 0; in vf610_nfc_command()
419 nfc->buf_offset = 0; in vf610_nfc_command()
444 uint c = nfc->buf_offset; in vf610_nfc_read_buf()
452 nfc->buf_offset += len; in vf610_nfc_read_buf()
460 uint c = nfc->buf_offset; in vf610_nfc_write_buf()
467 nfc->buf_offset += l; in vf610_nfc_write_buf()
475 uint c = nfc->buf_offset; in vf610_nfc_read_byte()
487 c = nfc->buf_offset ^ 0x3; in vf610_nfc_read_byte()
494 nfc->buf_offset++; in vf610_nfc_read_byte()