itdevs            535 drivers/ide/it821x.c 	struct it821x_dev *itdevs = host->host_priv;
itdevs            536 drivers/ide/it821x.c 	struct it821x_dev *idev = itdevs + hwif->channel;
itdevs            652 drivers/ide/it821x.c 	struct it821x_dev *itdevs;
itdevs            655 drivers/ide/it821x.c 	itdevs = kcalloc(2, sizeof(*itdevs), GFP_KERNEL);
itdevs            656 drivers/ide/it821x.c 	if (itdevs == NULL) {
itdevs            661 drivers/ide/it821x.c 	itdevs->quirks = id->driver_data;
itdevs            663 drivers/ide/it821x.c 	rc = ide_pci_init_one(dev, &it821x_chipset, itdevs);
itdevs            665 drivers/ide/it821x.c 		kfree(itdevs);
itdevs            673 drivers/ide/it821x.c 	struct it821x_dev *itdevs = host->host_priv;
itdevs            676 drivers/ide/it821x.c 	kfree(itdevs);