Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_spi.c44 struct spi_transfer *xfer, u8 *w_header, u8 *r_header, u8 op) in cyttsp5_spi_add_rw_msg() argument
47 xfer->rx_buf = r_header; in cyttsp5_spi_add_rw_msg()
59 u8 r_header[2]; in cyttsp5_spi_xfer() local
65 cyttsp5_spi_add_rw_msg(&msg, &xfer[0], w_header, r_header, op); in cyttsp5_spi_xfer()
89 if (r_header[0] != CY_SPI_SYNC_ACK) in cyttsp5_spi_xfer()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_journal.h104 struct journal_header_t r_header; member
H A Dext4_journal.c304 if (sequence_no < be32_to_cpu(header->r_header.h_sequence)) { in check_blknr_for_revoke()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h213 journal_header_t r_header; member