ST_NCI_I2C_MIN_SIZE  114 drivers/nfc/st-nci/i2c.c 	r = i2c_master_recv(client, buf, ST_NCI_I2C_MIN_SIZE);
ST_NCI_I2C_MIN_SIZE  117 drivers/nfc/st-nci/i2c.c 		r = i2c_master_recv(client, buf, ST_NCI_I2C_MIN_SIZE);
ST_NCI_I2C_MIN_SIZE  120 drivers/nfc/st-nci/i2c.c 	if (r != ST_NCI_I2C_MIN_SIZE)
ST_NCI_I2C_MIN_SIZE  129 drivers/nfc/st-nci/i2c.c 	*skb = alloc_skb(ST_NCI_I2C_MIN_SIZE + len, GFP_KERNEL);
ST_NCI_I2C_MIN_SIZE  133 drivers/nfc/st-nci/i2c.c 	skb_reserve(*skb, ST_NCI_I2C_MIN_SIZE);
ST_NCI_I2C_MIN_SIZE  134 drivers/nfc/st-nci/i2c.c 	skb_put(*skb, ST_NCI_I2C_MIN_SIZE);
ST_NCI_I2C_MIN_SIZE  135 drivers/nfc/st-nci/i2c.c 	memcpy((*skb)->data, buf, ST_NCI_I2C_MIN_SIZE);
ST_NCI_I2C_MIN_SIZE  147 drivers/nfc/st-nci/i2c.c 	memcpy((*skb)->data + ST_NCI_I2C_MIN_SIZE, buf, len);