Home
last modified time | relevance | path

Searched defs:crc_data (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/power/
H A Dswap.c562 struct crc_data { struct
574 static struct crc_data *alloc_crc_data(int nr_threads) in alloc_crc_data() argument
/linux/drivers/mfd/
H A Dtps6594-i2c.c55 u8 crc_data[] = { addr << 1, reg, addr << 1 | 1, 0 }; in tps6594_i2c_reg_read_with_crc() local
95 const u8 crc_data[] = { addr << 1, reg, val }; in tps6594_i2c_reg_write_with_crc() local
/linux/net/nfc/nci/
H A Dspi.c246 u16 crc_data = (skb->data[skb->len - 2] << 8) | in nci_spi_check_crc() local