Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dit821x.c535 struct it821x_dev *itdevs = host->host_priv; in init_hwif_it821x() local
536 struct it821x_dev *idev = itdevs + hwif->channel; in init_hwif_it821x()
652 struct it821x_dev *itdevs; in it821x_init_one() local
655 itdevs = kcalloc(2, sizeof(*itdevs), GFP_KERNEL); in it821x_init_one()
656 if (itdevs == NULL) { in it821x_init_one()
661 itdevs->quirks = id->driver_data; in it821x_init_one()
663 rc = ide_pci_init_one(dev, &it821x_chipset, itdevs); in it821x_init_one()
665 kfree(itdevs); in it821x_init_one()
673 struct it821x_dev *itdevs = host->host_priv; in it821x_remove() local
676 kfree(itdevs); in it821x_remove()